2660 Publications found with the applied filter.
2023
- Katherina Haase, Felix Talnack, Shabnam Donnhäuser, Alexander Tahn, Markus Löffler, Mike Hambsch, Stefan C.B. Mannsfeld, "A simple lithography-free approach for the fabrication of top-contact OFETs with sub-micrometer channel length", In Organic Electronics, Elsevier BV, vol. 119, pp. 106819, Aug 2023. [doi] [Bibtex & Downloads]
A simple lithography-free approach for the fabrication of top-contact OFETs with sub-micrometer channel length
Reference
Katherina Haase, Felix Talnack, Shabnam Donnhäuser, Alexander Tahn, Markus Löffler, Mike Hambsch, Stefan C.B. Mannsfeld, "A simple lithography-free approach for the fabrication of top-contact OFETs with sub-micrometer channel length", In Organic Electronics, Elsevier BV, vol. 119, pp. 106819, Aug 2023. [doi]
Bibtex
@article{Haase_2023,
doi = {10.1016/j.orgel.2023.106819},
url = {https://doi.org/10.1016%2Fj.orgel.2023.106819},
year = 2023,
month = {aug},
publisher = {Elsevier {BV}},
volume = {119},
pages = {106819},
author = {Katherina Haase and Felix Talnack and Shabnam Donnhäuser and Alexander Tahn and Markus Löffler and Mike Hambsch and Stefan C.B. Mannsfeld},
title = {A simple lithography-free approach for the fabrication of top-contact {OFETs} with sub-micrometer channel length},
journal = {Organic Electronics}
}Downloads
No Downloads available for this publication
Permalink
- Katherina Haase, Felix Talnack, Shabnam Donnhäuser, Alexander Tahn, Markus Löffler, Mike Hambsch, Stefan C.B. Mannsfeld, "A simple lithography-free approach for the fabrication of top-contact OFETs with sub-micrometer channel length", In Organic Electronics, Elsevier BV, vol. 119, pp. 106819, Aug 2023. [doi] [Bibtex & Downloads]
A simple lithography-free approach for the fabrication of top-contact OFETs with sub-micrometer channel length
Reference
Katherina Haase, Felix Talnack, Shabnam Donnhäuser, Alexander Tahn, Markus Löffler, Mike Hambsch, Stefan C.B. Mannsfeld, "A simple lithography-free approach for the fabrication of top-contact OFETs with sub-micrometer channel length", In Organic Electronics, Elsevier BV, vol. 119, pp. 106819, Aug 2023. [doi]
Bibtex
@article{Haase_2023,
doi = {10.1016/j.orgel.2023.106819},
url = {https://doi.org/10.1016%2Fj.orgel.2023.106819},
year = 2023,
month = {aug},
publisher = {Elsevier {BV}},
volume = {119},
pages = {106819},
author = {Katherina Haase and Felix Talnack and Shabnam Donnhäuser and Alexander Tahn and Markus Löffler and Mike Hambsch and Stefan C.B. Mannsfeld},
title = {A simple lithography-free approach for the fabrication of top-contact {OFETs} with sub-micrometer channel length},
journal = {Organic Electronics}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Behnaz Ranjbar, Ali Hosseinghorban, Akash Kumar, "ADAPTIVE: Agent-Based Learning for Bounding Time in Mixed-Criticality Systems" (to appear), In Proceeding: Design Automation Conference (DAC), July 2023. [Bibtex & Downloads]
ADAPTIVE: Agent-Based Learning for Bounding Time in Mixed-Criticality Systems
Reference
Behnaz Ranjbar, Ali Hosseinghorban, Akash Kumar, "ADAPTIVE: Agent-Based Learning for Bounding Time in Mixed-Criticality Systems" (to appear), In Proceeding: Design Automation Conference (DAC), July 2023.
Bibtex
@inproceedings{Ranjbar_DAC_2023,
year = 2023,
month = {July},
author = {Behnaz Ranjbar and Ali Hosseinghorban and Akash Kumar},
title = {ADAPTIVE: Agent-Based Learning for Bounding Time in Mixed-Criticality Systems},
booktitle = {Design Automation Conference (DAC)}
}Downloads
No Downloads available for this publication
Permalink
- Armin Darjani, Nima Kavand, Shubham Rai, Akash Kumar, "Discerning the Limitations of GNN-Based Attacks on Logic Locking" (to appear), In Proceeding: Design Automation Conference (DAC), July 2023. [Bibtex & Downloads]
Discerning the Limitations of GNN-Based Attacks on Logic Locking
Reference
Armin Darjani, Nima Kavand, Shubham Rai, Akash Kumar, "Discerning the Limitations of GNN-Based Attacks on Logic Locking" (to appear), In Proceeding: Design Automation Conference (DAC), July 2023.
Bibtex
@inproceedings{Darjani_DAC_2023,
year = 2023,
month = {July},
author = {Armin Darjani and Nima Kavand and Shubham Rai and Akash Kumar},
title = {Discerning the Limitations of GNN-Based Attacks on Logic Locking},
booktitle = {Design Automation Conference (DAC)}
}Downloads
No Downloads available for this publication
Permalink
- Felix Suchert, Lisza Zeidler, Jeronimo Castrillon, Sebastian Ertel, "ConDRust: Scalable Deterministic Concurrency from Verifiable Rust Programs" (to appear), In Proceeding: 37th European Conference on Object-Oriented Programming (ECOOP 2023), Jul 2023. [Bibtex & Downloads]
ConDRust: Scalable Deterministic Concurrency from Verifiable Rust Programs
Reference
Felix Suchert, Lisza Zeidler, Jeronimo Castrillon, Sebastian Ertel, "ConDRust: Scalable Deterministic Concurrency from Verifiable Rust Programs" (to appear), In Proceeding: 37th European Conference on Object-Oriented Programming (ECOOP 2023), Jul 2023.
Abstract
SAT/SMT-solvers and model checkers automate formal verification of sequential programs. Formal reasoning about scalable concurrent programs is still manual and requires expert knowledge. But scalability is a fundamental requirement of current and future programs.
Sequential imperative programs compose statements, function/method calls and control flow constructs. Concurrent programming models provide constructs for concurrent composition. Concurrency abstractions such as threads and synchronization primitives such as locks compose the individual parts of a concurrent program that are meant to execute in parallel. We propose to rather compose the individual parts again using sequential composition and compile this sequential composition into a concurrent one. The developer can use existing tools to formally verify the sequential program while the translated concurrent program provides the dearly requested scalability.
Following this insight, we present ConDRust, a new programming model and compiler for Rust programs. The ConDRust compiler translates sequential composition into a concurrent composition based on threads and message-passing channels. During compilation, the compiler preserves the semantics of the sequential program along with much desired properties such as determinism.
Our evaluation shows that our ConDRust compiler generates concurrent deterministic code that can outperform even non-deterministic programs by up to a factor of three for irregular algorithms that are particularly hard to parallelize.Bibtex
@InProceedings{suchert_ecoop23,
author = {Felix Suchert and Lisza Zeidler and Jeronimo Castrillon and Sebastian Ertel},
booktitle = {37th European Conference on Object-Oriented Programming (ECOOP 2023)},
title = {{ConDRust}: Scalable Deterministic Concurrency from Verifiable Rust Programs},
location = {Seattle, Washington, USA},
organization = {Schloss Dagstuhl-Leibniz-Zentrum f{\"u}r Informatik},
abstract = {SAT/SMT-solvers and model checkers automate formal verification of sequential programs. Formal reasoning about scalable concurrent programs is still manual and requires expert knowledge. But scalability is a fundamental requirement of current and future programs.
Sequential imperative programs compose statements, function/method calls and control flow constructs. Concurrent programming models provide constructs for concurrent composition. Concurrency abstractions such as threads and synchronization primitives such as locks compose the individual parts of a concurrent program that are meant to execute in parallel. We propose to rather compose the individual parts again using sequential composition and compile this sequential composition into a concurrent one. The developer can use existing tools to formally verify the sequential program while the translated concurrent program provides the dearly requested scalability.
Following this insight, we present ConDRust, a new programming model and compiler for Rust programs. The ConDRust compiler translates sequential composition into a concurrent composition based on threads and message-passing channels. During compilation, the compiler preserves the semantics of the sequential program along with much desired properties such as determinism.
Our evaluation shows that our ConDRust compiler generates concurrent deterministic code that can outperform even non-deterministic programs by up to a factor of three for irregular algorithms that are particularly hard to parallelize.},
month = jul,
year = {2023},
}Downloads
No Downloads available for this publication
Permalink
- J. Zhang, J. Reif, C. Strobel, P. Chava, A. Erbe, A. Voigt, T. Mikolajick, R. Kirchner, "Dry release of MEMS origami using thin Al2O3 films for facet-based device integration", In Micro and Nano Engineering, Elsevier BV, vol. 19, pp. 100179, Jun 2023. [doi] [Bibtex & Downloads]
Dry release of MEMS origami using thin Al2O3 films for facet-based device integration
Reference
J. Zhang, J. Reif, C. Strobel, P. Chava, A. Erbe, A. Voigt, T. Mikolajick, R. Kirchner, "Dry release of MEMS origami using thin Al2O3 films for facet-based device integration", In Micro and Nano Engineering, Elsevier BV, vol. 19, pp. 100179, Jun 2023. [doi]
Bibtex
@article{Zhang_2023,
doi = {10.1016/j.mne.2023.100179},
url = {https://doi.org/10.1016%2Fj.mne.2023.100179},
year = 2023,
month = {jun},
publisher = {Elsevier {BV}},
volume = {19},
pages = {100179},
author = {J. Zhang and J. Reif and C. Strobel and P. Chava and A. Erbe and A. Voigt and T. Mikolajick and R. Kirchner},
title = {Dry release of {MEMS} origami using thin Al2O3 films for facet-based device integration},
journal = {Micro and Nano Engineering}
}Downloads
No Downloads available for this publication
Permalink
- Guilherme Korol, Michael Guilherme Jordan, Mateus Beck Rutzig, Jeronimo Castrillon, Antonio Carlos Schneider Beck, "Design Space Exploration for CNN Offloading to FPGAs at the Edge" (to appear), In Proceeding: 2023 IEEE Computer Society Annual Symposium on VLSI (ISVLSI), IEEE Computer Society, Los Alamitos, CA, USA, Jun 2023. [Bibtex & Downloads]
Design Space Exploration for CNN Offloading to FPGAs at the Edge
Reference
Guilherme Korol, Michael Guilherme Jordan, Mateus Beck Rutzig, Jeronimo Castrillon, Antonio Carlos Schneider Beck, "Design Space Exploration for CNN Offloading to FPGAs at the Edge" (to appear), In Proceeding: 2023 IEEE Computer Society Annual Symposium on VLSI (ISVLSI), IEEE Computer Society, Los Alamitos, CA, USA, Jun 2023.
Abstract
AI-based IoT applications relying on heavy-load deep learning algorithms like CNNs challenge IoT devices that are restricted in energy or processing capabilities. Edge computing offers an alternative by allowing the data to get offloaded to so-called edge servers with hardware more powerful than IoT devices and physically closer than the cloud. However, the increasing complexity of data and algorithms and diverse conditions make even powerful devices, such as those equipped with FPGAs, insufficient to cope with the current demands. In this case, optimizations in the algorithms, like pruning and early-exit, are mandatory to reduce the CNNs computational burden and speed up inference processing. With that in mind, we propose ExpOL, which combines the pruning and early-exit CNN optimizations in a system-level FPGA-based IoT-Edge design space exploration. Based on a user-defined multi-target optimization, ExpOL delivers designs tailored to specific application environments and user needs. When evaluated against state-of-the-art FPGA-based accelerators (either local or offloaded), designs produced by ExpOL are more power-efficient (by up to 2x) and process inferences at higher user quality of experience (by up to 12.5%).
Bibtex
@InProceedings{korol_isvlsi23,
author = {Guilherme Korol and Michael Guilherme Jordan and Mateus Beck Rutzig and Jeronimo Castrillon and Antonio Carlos Schneider Beck},
booktitle = {2023 IEEE Computer Society Annual Symposium on VLSI (ISVLSI)},
title = {Design Space Exploration for {CNN} Offloading to {FPGAs} at the Edge},
organization = {IEEE},
publisher = {IEEE Computer Society},
address = {Los Alamitos, CA, USA},
month = jun,
year = {2023},
location = {Foz do Igua{\c{c}}u, Brazil},
abstract = {AI-based IoT applications relying on heavy-load deep learning algorithms like CNNs challenge IoT devices that are restricted in energy or processing capabilities. Edge computing offers an alternative by allowing the data to get offloaded to so-called edge servers with hardware more powerful than IoT devices and physically closer than the cloud. However, the increasing complexity of data and algorithms and diverse conditions make even powerful devices, such as those equipped with FPGAs, insufficient to cope with the current demands. In this case, optimizations in the algorithms, like pruning and early-exit, are mandatory to reduce the CNNs computational burden and speed up inference processing. With that in mind, we propose ExpOL, which combines the pruning and early-exit CNN optimizations in a system-level FPGA-based IoT-Edge design space exploration. Based on a user-defined multi-target optimization, ExpOL delivers designs tailored to specific application environments and user needs. When evaluated against state-of-the-art FPGA-based accelerators (either local or offloaded), designs produced by ExpOL are more power-efficient (by up to 2x) and process inferences at higher user quality of experience (by up to 12.5%).},
}Downloads
No Downloads available for this publication
Permalink
- Karl F. A. Friebel, Jiahong Bi, Jeronimo Castrillon, "BASE2: An IR for Binary Numeral Types" (to appear), In Proceeding: 13th International Symposium on Highly-Efficient Accelerators and Reconfigurable Technologies (HEART 2023), Association for Computing Machinery, New York, NY, USA, Jun 2023. [Bibtex & Downloads]
BASE2: An IR for Binary Numeral Types
Reference
Karl F. A. Friebel, Jiahong Bi, Jeronimo Castrillon, "BASE2: An IR for Binary Numeral Types" (to appear), In Proceeding: 13th International Symposium on Highly-Efficient Accelerators and Reconfigurable Technologies (HEART 2023), Association for Computing Machinery, New York, NY, USA, Jun 2023.
Bibtex
@InProceedings{friebel_heart23,
author = {Karl F. A. Friebel and Jiahong Bi and Jeronimo Castrillon},
booktitle = {13th International Symposium on Highly-Efficient Accelerators and Reconfigurable Technologies (HEART 2023)},
title = {{BASE}2: An {IR} for Binary Numeral Types},
location = {Lake Biwa, Japan},
publisher = {Association for Computing Machinery},
series = {HEART2023},
address = {New York, NY, USA},
month = jun,
numpages = {6},
year = {2023},
}Downloads
No Downloads available for this publication
Permalink
- Raghul Saravanan, Sathwika Bavikadi, Shubham Rai, Akash Kumar, Sai Manoj Pudukotai Dinakarrao, "Reconfigurable FET Approximate Computing-Based Accelerator for Deep Learning Applications", In Proceeding: IEEE International Symposium on Circuits and Systems (ISCAS), IEEE, May 2023. [Bibtex & Downloads]
Reconfigurable FET Approximate Computing-Based Accelerator for Deep Learning Applications
Reference
Raghul Saravanan, Sathwika Bavikadi, Shubham Rai, Akash Kumar, Sai Manoj Pudukotai Dinakarrao, "Reconfigurable FET Approximate Computing-Based Accelerator for Deep Learning Applications", In Proceeding: IEEE International Symposium on Circuits and Systems (ISCAS), IEEE, May 2023.
Bibtex
@inproceedings{Rai_2023,
year = 2023,
month = {may},
publisher = ,
author = {Raghul Saravanan and Sathwika Bavikadi and Shubham Rai and Akash Kumar and Sai Manoj Pudukotai Dinakarrao},
title = {Reconfigurable {FET} Approximate Computing-Based Accelerator for Deep Learning Applications},
booktitle = {IEEE International Symposium on Circuits and Systems ({ISCAS})}
}Downloads
No Downloads available for this publication
Permalink
- Elias Trommer, Bernd Waschneck, Akash Kumar, "Combining Gradients and Probabilities for Heterogeneous Approximation of Neural Networks", In Proceeding: International Symposium on Design and Diagnostics of Electronic Circuits and Systems (DDECS), IEEE, May 2023. [Bibtex & Downloads]
Combining Gradients and Probabilities for Heterogeneous Approximation of Neural Networks
Reference
Elias Trommer, Bernd Waschneck, Akash Kumar, "Combining Gradients and Probabilities for Heterogeneous Approximation of Neural Networks", In Proceeding: International Symposium on Design and Diagnostics of Electronic Circuits and Systems (DDECS), IEEE, May 2023.
Bibtex
@inproceedings{Trommer_DDECS,
year = 2023,
month = {may},
publisher = ,
author = {Elias Trommer and Bernd Waschneck and Akash Kumar},
title = {Combining Gradients and Probabilities for Heterogeneous Approximation of Neural Networks},
booktitle = {International Symposium on Design and Diagnostics of Electronic Circuits and Systems ({DDECS})}
}Downloads
No Downloads available for this publication
Permalink
- Nima Kavand, Armin Darjani, Shubham Rai, Akash Kumar, "Design of Energy-efficient RFET-based Exact and Approximate 4:2 Compressors and Multipliers", In IEEE Transactions on Circuits and Systems II: Express Briefs, pp. 1-1, May 2023. [doi] [Bibtex & Downloads]
Design of Energy-efficient RFET-based Exact and Approximate 4:2 Compressors and Multipliers
Reference
Nima Kavand, Armin Darjani, Shubham Rai, Akash Kumar, "Design of Energy-efficient RFET-based Exact and Approximate 4:2 Compressors and Multipliers", In IEEE Transactions on Circuits and Systems II: Express Briefs, pp. 1-1, May 2023. [doi]
Bibtex
@ARTICLE{Kavand2023,
author={Kavand, Nima and Darjani, Armin and Rai, Shubham and Kumar, Akash},
journal={IEEE Transactions on Circuits and Systems II: Express Briefs},
title={Design of Energy-efficient RFET-based Exact and Approximate 4:2 Compressors and Multipliers},
year={2023},
month = {May},
volume={},
number={},
pages={1-1},
doi={10.1109/TCSII.2023.3275983}}Downloads
RFET_Compressor_TCASII_brief (5) [PDF]
Permalink
- Jeronimo Castrillon, "Intermediate abstractions and optimizing compilers for adaptable HPC", In 4th Workshop on LLVM Compiler and Tools for HPC (LLVM-CTH’23), co-located with the 38th ISC High Performance Conference (invited talk), May 2023. [Bibtex & Downloads]
Intermediate abstractions and optimizing compilers for adaptable HPC
Reference
Jeronimo Castrillon, "Intermediate abstractions and optimizing compilers for adaptable HPC", In 4th Workshop on LLVM Compiler and Tools for HPC (LLVM-CTH’23), co-located with the 38th ISC High Performance Conference (invited talk), May 2023.
Bibtex
@Misc{castrillon_isc_llcvm-cth2023,
author = {Castrillon, Jeronimo},
date = {2023-05},
title = {Intermediate abstractions and optimizing compilers for adaptable HPC},
howpublished = {4th Workshop on LLVM Compiler and Tools for HPC (LLVM-CTH’23), co-located with the 38th ISC High Performance Conference (invited talk)},
location = {Hamburg, Germany},
url = {https://hps.vi4io.org/events/2023/llvm},
month = may,
year = {2023},
}Downloads
No Downloads available for this publication
Permalink
- Yuhao Liu, Shubham Rai, Salim Ullah, Akash Kumar, "NetPU-M: a Generic Reconfigurable Neural Network Accelerator Architecture for MLPs (to appear)", In Proceeding: 2023 IEEE International Parallel and Distributed Processing Symposium Workshops (IPDPSW), pp. 1-8, May 2023. [Bibtex & Downloads]
NetPU-M: a Generic Reconfigurable Neural Network Accelerator Architecture for MLPs (to appear)
Reference
Yuhao Liu, Shubham Rai, Salim Ullah, Akash Kumar, "NetPU-M: a Generic Reconfigurable Neural Network Accelerator Architecture for MLPs (to appear)", In Proceeding: 2023 IEEE International Parallel and Distributed Processing Symposium Workshops (IPDPSW), pp. 1-8, May 2023.
Bibtex
@INPROCEEDINGS{netpum,
author={Liu, Yuhao and Rai, Shubham and Ullah, Salim and Kumar, Akash},
booktitle={2023 IEEE International Parallel and Distributed Processing Symposium Workshops (IPDPSW)},
title={NetPU-M: a Generic Reconfigurable Neural Network Accelerator Architecture for MLPs (to appear) },
year={2023},
month = {may},
pages={1-8},
doi={}}Downloads
RAW2023-NetPU-M [PDF]
Permalink
- Guilherme Korol, Michael Guilherme Jordan, Mateus Beck Rutzig, Jeronimo Castrillon, Antonio Carlos Schneider Beck, "Pruning and Early-Exit Co-Optimization for CNN Acceleration on FPGAs" (to appear), Proceedings of the 2023 Design, Automation and Test in Europe Conference (DATE), IEEE, 6pp, Apr 2023. [Bibtex & Downloads]
Pruning and Early-Exit Co-Optimization for CNN Acceleration on FPGAs
Reference
Guilherme Korol, Michael Guilherme Jordan, Mateus Beck Rutzig, Jeronimo Castrillon, Antonio Carlos Schneider Beck, "Pruning and Early-Exit Co-Optimization for CNN Acceleration on FPGAs" (to appear), Proceedings of the 2023 Design, Automation and Test in Europe Conference (DATE), IEEE, 6pp, Apr 2023.
Bibtex
@InProceedings{korol_date23,
author = {Guilherme Korol and Michael Guilherme Jordan and Mateus Beck Rutzig and Jeronimo Castrillon and Antonio Carlos Schneider Beck},
booktitle = {Proceedings of the 2023 Design, Automation and Test in Europe Conference (DATE)},
title = {Pruning and Early-Exit Co-Optimization for CNN Acceleration on FPGAs},
location = {Antwerp, Belgium},
pages = {6pp},
publisher = {IEEE},
series = {DATE'23},
month = apr,
year = {2023},
}Downloads
2304_Korol_DATE [PDF]
Permalink
- Jens Trommer, Niladri Bhattacharjee, Thomas Mikolajick, Sebastian Huhn, Marcel Merten, Mohammed Elkacem Djeridane, Muhammad Hassan, Rolf Drechsler, Shubham Rai, Nima Kavand, Armin Darjani, Akash Kumar, Violetta Sessi, Maximilian Drescher, Sabine Kolodinski, Maciej Wiatr, "Design Enablement Flow for Circuits with Inherent Obfuscation based on Reconfigurable Transistors", In Proceeding: Design, Automation and Test in Europe Conference (DATE), IEEE/ACM, April 2023. [Bibtex & Downloads]
Design Enablement Flow for Circuits with Inherent Obfuscation based on Reconfigurable Transistors
Reference
Jens Trommer, Niladri Bhattacharjee, Thomas Mikolajick, Sebastian Huhn, Marcel Merten, Mohammed Elkacem Djeridane, Muhammad Hassan, Rolf Drechsler, Shubham Rai, Nima Kavand, Armin Darjani, Akash Kumar, Violetta Sessi, Maximilian Drescher, Sabine Kolodinski, Maciej Wiatr, "Design Enablement Flow for Circuits with Inherent Obfuscation based on Reconfigurable Transistors", In Proceeding: Design, Automation and Test in Europe Conference (DATE), IEEE/ACM, April 2023.
Bibtex
@inproceedings{Rai_DATE_2023,
year = 2023,
month = {April},
publisher = ,
author = {Jens Trommer and Niladri Bhattacharjee and Thomas Mikolajick and Sebastian Huhn and Marcel Merten and Mohammed Elkacem Djeridane and Muhammad Hassan and Rolf Drechsler and Shubham Rai and Nima Kavand and Armin Darjani and Akash Kumar and Violetta Sessi and Maximilian Drescher and Sabine Kolodinski and Maciej Wiatr},
title = {Design Enablement Flow for Circuits with Inherent Obfuscation based on Reconfigurable Transistors},
booktitle = {Design, Automation and Test in Europe Conference ({DATE})}
}Downloads
DATE_2023_Cirrostrato [PDF]
Permalink
- Behnaz Ranjbar, Ali Hosseinghorban, Akash Kumar, "Motivating Agent-Based Learning For Bounding Time in Mixed-Criticality Systems" (to appear), In Proceeding: Design, Automation & Test in Europe Conference & Exhibition (DATE), April 2023. [Bibtex & Downloads]
Motivating Agent-Based Learning For Bounding Time in Mixed-Criticality Systems
Reference
Behnaz Ranjbar, Ali Hosseinghorban, Akash Kumar, "Motivating Agent-Based Learning For Bounding Time in Mixed-Criticality Systems" (to appear), In Proceeding: Design, Automation & Test in Europe Conference & Exhibition (DATE), April 2023.
Bibtex
@inproceedings{Ranjbar_DATE_2023,
year = 2023,
month = {April},
author = {Behnaz Ranjbar and Ali Hosseinghorban and Akash Kumar},
title = {Motivating Agent-Based Learning For Bounding Time in Mixed-Criticality Systems},
booktitle = {Design, Automation \& Test in Europe Conference \& Exhibition (DATE)}
}Downloads
No Downloads available for this publication
Permalink
- Behnaz Ranjbar, Florian Klemme, Paul R. Genssler, Hussam Amrouch, Jinhyo Jung, Shail Dave, Hwisoo So, Kyongwoo Lee, Aviral Shrivastava, Ji-Yung Lin, Pieter Weckx, Subrat Mishra, Francky Catthoor, Dwaipayan Biswas, Akash Kumar, "Learning-Oriented Reliability Improvement of Computing Systems From Transistor to Application Level" (to appear), In Proceeding: Design, Automation & Test in Europe Conference & Exhibition (DATE), April 2023. [Bibtex & Downloads]
Learning-Oriented Reliability Improvement of Computing Systems From Transistor to Application Level
Reference
Behnaz Ranjbar, Florian Klemme, Paul R. Genssler, Hussam Amrouch, Jinhyo Jung, Shail Dave, Hwisoo So, Kyongwoo Lee, Aviral Shrivastava, Ji-Yung Lin, Pieter Weckx, Subrat Mishra, Francky Catthoor, Dwaipayan Biswas, Akash Kumar, "Learning-Oriented Reliability Improvement of Computing Systems From Transistor to Application Level" (to appear), In Proceeding: Design, Automation & Test in Europe Conference & Exhibition (DATE), April 2023.
Bibtex
@inproceedings{Ranjbar_SS_DATE_2023,
year = 2023,
month = {April},
author = {Behnaz Ranjbar and Florian Klemme and Paul R. Genssler and Hussam Amrouch and Jinhyo Jung and Shail Dave and Hwisoo So and Kyongwoo Lee and Aviral Shrivastava and Ji-Yung Lin and Pieter Weckx and Subrat Mishra and Francky Catthoor and Dwaipayan Biswas and Akash Kumar},
title = {Learning-Oriented Reliability Improvement of Computing Systems From Transistor to Application Level},
booktitle = {Design, Automation \& Test in Europe Conference \& Exhibition (DATE)}
}Downloads
No Downloads available for this publication
Permalink
- Ye Yu, Anatol Prudnikau, Vladimir Lesnyak, Robert Kirchner, "Quantum Dots Facilitate 3D Two-Photon Laser Lithography", In Advanced Materials, Wiley, Apr 2023. [doi] [Bibtex & Downloads]
Quantum Dots Facilitate 3D Two-Photon Laser Lithography
Reference
Ye Yu, Anatol Prudnikau, Vladimir Lesnyak, Robert Kirchner, "Quantum Dots Facilitate 3D Two-Photon Laser Lithography", In Advanced Materials, Wiley, Apr 2023. [doi]
Bibtex
@article{Yu_2023,
doi = {10.1002/adma.202211702},
url = {https://doi.org/10.1002%2Fadma.202211702},
year = 2023,
month = {apr},
publisher = {Wiley},
author = {Ye Yu and Anatol Prudnikau and Vladimir Lesnyak and Robert Kirchner},
title = {Quantum Dots Facilitate 3D Two-Photon Laser Lithography},
journal = {Advanced Materials}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Zahra Ebrahimi, Muhammad Zaid, Mark Wijtvliet, Akash Kumar, "RAPID: Approximate Pipelined Soft Multipliers and Dividers for High Throughput and Energy Efficiency", In IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems, Institute of Electrical and Electronics Engineers (IEEE), vol. 42, no. 3, pp. 712–725, Mar 2023. [doi] [Bibtex & Downloads]
RAPID: Approximate Pipelined Soft Multipliers and Dividers for High Throughput and Energy Efficiency
Reference
Zahra Ebrahimi, Muhammad Zaid, Mark Wijtvliet, Akash Kumar, "RAPID: Approximate Pipelined Soft Multipliers and Dividers for High Throughput and Energy Efficiency", In IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems, Institute of Electrical and Electronics Engineers (IEEE), vol. 42, no. 3, pp. 712–725, Mar 2023. [doi]
Bibtex
@article{Ebrahimi_2023,
doi = {10.1109/tcad.2022.3184928},
url = {https://doi.org/10.1109%2Ftcad.2022.3184928},
year = 2023,
month = {mar},
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
volume = {42},
number = {3},
pages = {712--725},
author = {Zahra Ebrahimi and Muhammad Zaid and Mark Wijtvliet and Akash Kumar},
title = {{RAPID}: Approximate Pipelined Soft Multipliers and Dividers for High Throughput and Energy Efficiency},
journal = {{IEEE} Transactions on Computer-Aided Design of Integrated Circuits and Systems}
}Downloads
TCAD_RAPID_long_version [PDF]
Permalink
- Shubham Rai, Alessandro Tempia Calvino, Heinz Riener, Giovanni De Micheli, Akash Kumar, "Utilizing XMG-Based Synthesis to Preserve Self-Duality for RFET-Based Circuits", In IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems, Institute of Electrical and Electronics Engineers (IEEE), vol. 42, no. 3, pp. 914–927, Mar 2023. [doi] [Bibtex & Downloads]
Utilizing XMG-Based Synthesis to Preserve Self-Duality for RFET-Based Circuits
Reference
Shubham Rai, Alessandro Tempia Calvino, Heinz Riener, Giovanni De Micheli, Akash Kumar, "Utilizing XMG-Based Synthesis to Preserve Self-Duality for RFET-Based Circuits", In IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems, Institute of Electrical and Electronics Engineers (IEEE), vol. 42, no. 3, pp. 914–927, Mar 2023. [doi]
Bibtex
@article{Rai_2023,
doi = {10.1109/tcad.2022.3184633},
url = {https://doi.org/10.1109%2Ftcad.2022.3184633},
year = 2023,
month = {mar},
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
volume = {42},
number = {3},
pages = {914--927},
author = {Shubham Rai and Alessandro Tempia Calvino and Heinz Riener and Giovanni De Micheli and Akash Kumar},
title = {Utilizing {XMG}-Based Synthesis to Preserve Self-Duality for {RFET}-Based Circuits},
journal = {{IEEE} Transactions on Computer-Aided Design of Integrated Circuits and Systems}
}Downloads
TCAD_2022 [PDF]
Permalink
- Carlos Escuin, Asif Ali Khan, Pablo Ibáñez-Marín, Teresa Monreal, Jeronimo Castrillon, Víctor Viñals-Yúfera, "Compression-Aware and Performance-Efficient Insertion Policies for Long-Lasting Hybrid LLCs", In Proceeding: the 29th IEEE International Symposium on High-Performance Computer Architecture (HPCA'23), IEEE Computer Society, pp. 179–192, Los Alamitos, CA, USA, Mar 2023. [doi] [Bibtex & Downloads]
Compression-Aware and Performance-Efficient Insertion Policies for Long-Lasting Hybrid LLCs
Reference
Carlos Escuin, Asif Ali Khan, Pablo Ibáñez-Marín, Teresa Monreal, Jeronimo Castrillon, Víctor Viñals-Yúfera, "Compression-Aware and Performance-Efficient Insertion Policies for Long-Lasting Hybrid LLCs", In Proceeding: the 29th IEEE International Symposium on High-Performance Computer Architecture (HPCA'23), IEEE Computer Society, pp. 179–192, Los Alamitos, CA, USA, Mar 2023. [doi]
Abstract
Emerging non-volatile memory (NVM) technologies can potentially replace large SRAM memories such as the last-level cache (LLC). However, despite recent advances, NVMs suffer from higher write latency and limited write endurance. Recently, NVM-SRAM hybrid LLCs are proposed to combine the best of both worlds. Several policies have been proposed to improve the performance and lifetime of hybrid LLCs by intelligently steering the incoming LLC blocks into either the SRAM or NVM part, regarding the cache behavior of the LLC blocks and the SRAM/NVM device properties. However, these policies neither consider compressing the contents of the cache block nor using partially worn-out NVM cache blocks.This paper proposes new insertion policies for byte-level fault-tolerant hybrid LLCs that collaboratively optimize for lifetime and performance. Specifically, we leverage data compression to utilize partially defective NVM cache entries, thereby improving the LLC hit rate. The key to our approach is to guide the insertion policy by both the reuse properties of the block and the size resulting from its compression. A block is inserted in NVM only if it is a read-reuse block or its compressed size is lower than a threshold. It will be inserted in SRAM if the block is a write-reuse or its compressed size is greater than the threshold. We use set-dueling to tune the compression threshold at runtime. This compression threshold provides a knob to control the NVM write rate and, together with a rule-based mechanism, allows balancing performance and lifetime.Overall, our evaluation shows that, with affordable hardware overheads, the proposed schemes can nearly reach the performance of an SRAM cache with the same associativity while improving lifetime by 17x compared to a hybrid NVM-unaware LLC. Our proposed scheme outperforms the state-of-the-art insertion policies by 9% while achieving a comparative lifetime. The rule-based mechanism shows that by compromising, for instance, 1.1% and 1.9% performance, the NVM lifetime can be further increased by 28% and 44%, respectively.
Bibtex
@InProceedings{escuin_hpca23,
author = {Carlos Escuin and Asif Ali Khan and Pablo Ibáñez-Marín and Teresa Monreal and Jeronimo Castrillon and Víctor Viñals-Yúfera},
booktitle = {the 29th IEEE International Symposium on High-Performance Computer Architecture (HPCA'23)},
title = {Compression-Aware and Performance-Efficient Insertion Policies for Long-Lasting Hybrid LLCs},
organization = {IEEE},
pages = {179--192},
abstract = {Emerging non-volatile memory (NVM) technologies can potentially replace large SRAM memories such as the last-level cache (LLC). However, despite recent advances, NVMs suffer from higher write latency and limited write endurance. Recently, NVM-SRAM hybrid LLCs are proposed to combine the best of both worlds. Several policies have been proposed to improve the performance and lifetime of hybrid LLCs by intelligently steering the incoming LLC blocks into either the SRAM or NVM part, regarding the cache behavior of the LLC blocks and the SRAM/NVM device properties. However, these policies neither consider compressing the contents of the cache block nor using partially worn-out NVM cache blocks.This paper proposes new insertion policies for byte-level fault-tolerant hybrid LLCs that collaboratively optimize for lifetime and performance. Specifically, we leverage data compression to utilize partially defective NVM cache entries, thereby improving the LLC hit rate. The key to our approach is to guide the insertion policy by both the reuse properties of the block and the size resulting from its compression. A block is inserted in NVM only if it is a read-reuse block or its compressed size is lower than a threshold. It will be inserted in SRAM if the block is a write-reuse or its compressed size is greater than the threshold. We use set-dueling to tune the compression threshold at runtime. This compression threshold provides a knob to control the NVM write rate and, together with a rule-based mechanism, allows balancing performance and lifetime.Overall, our evaluation shows that, with affordable hardware overheads, the proposed schemes can nearly reach the performance of an SRAM cache with the same associativity while improving lifetime by 17x compared to a hybrid NVM-unaware LLC. Our proposed scheme outperforms the state-of-the-art insertion policies by 9\% while achieving a comparative lifetime. The rule-based mechanism shows that by compromising, for instance, 1.1\% and 1.9\% performance, the NVM lifetime can be further increased by 28\% and 44\%, respectively.},
doi = {10.1109/HPCA56546.2023.10070968},
url = {https://doi.ieeecomputersociety.org/10.1109/HPCA56546.2023.10070968},
publisher = {IEEE Computer Society},
address = {Los Alamitos, CA, USA},
month = mar,
year = {2023},
}Downloads
2302_Escuin_HPCA [PDF]
Related Paths
Permalink
- Asif Ali Khan, Sebastien Ollivier, Fazal Hameed, Jeronimo Castrillon, Alex K. Jones, "DownShift: Tuning Shift Reduction with Reliability for Racetrack Memories", In IEEE Transactions on Computers, IEEE, Mar 2023. [doi] [Bibtex & Downloads]
DownShift: Tuning Shift Reduction with Reliability for Racetrack Memories
Reference
Asif Ali Khan, Sebastien Ollivier, Fazal Hameed, Jeronimo Castrillon, Alex K. Jones, "DownShift: Tuning Shift Reduction with Reliability for Racetrack Memories", In IEEE Transactions on Computers, IEEE, Mar 2023. [doi]
Abstract
Ultra-dense non-volatile racetrack memories (RTMs) have been investigated at various levels in the memory hierarchy for improved performance and reduced energy consumption. However, the innate shift operations in RTMs, required for data access, incur performance penalties and can induce position errors. These factors can hinder their applicability in replacing low-latency, reliable on-chip memories. Intelligent placement of memory objects in RTMs can significantly reduce the number of shifts per memory access with little to no hardware overhead. However, existing placement strategies may lead to sub-optimal performance when applied to different architectures. Additionally, the impact of these shift optimization techniques on RTM reliability has been insufficiently investigated. We propose DownShift, a generalized data placement mechanism that improves upon prior approaches by taking into account (1) the timing and liveliness information of memory objects and (2) the underlying memory architecture, including required shifting fault tolerance. Thus, we also propose a collaboratively designed new shift alignment reliability technique called GROGU. GROGU leverages the reduced shift window made possible through DownShift allowing improved reliability, area, and energy compared to the state-of-the-art reliability approaches. DownShift reduces the number of shifts, runtime, and energy consumption by 3.24x, 47.6%, and 70.8% compared to the state-of-the-art. GROGU consumes 2.2x less area and 1.3x less energy while providing 16.8x improvement in shift fault tolerance compared to the leading reliability approach for a latency degradation of only 3.2%.
Bibtex
@Article{khan_toc23,
author = {Asif Ali Khan and Sebastien Ollivier and Fazal Hameed and Jeronimo Castrillon and Alex K. Jones},
date = {2023-03},
journal = {IEEE Transactions on Computers},
doi = {10.1109/TC.2023.3257509},
title = {DownShift: Tuning Shift Reduction with Reliability for Racetrack Memories},
abstract = {Ultra-dense non-volatile racetrack memories (RTMs) have been investigated at various levels in the memory hierarchy for improved performance and reduced energy consumption. However, the innate shift operations in RTMs, required for data access, incur performance penalties and can induce position errors. These factors can hinder their applicability in replacing low-latency, reliable on-chip memories. Intelligent placement of memory objects in RTMs can significantly reduce the number of shifts per memory access with little to no hardware overhead. However, existing placement strategies may lead to sub-optimal performance when applied to different architectures. Additionally, the impact of these shift optimization techniques on RTM reliability has been insufficiently investigated. We propose DownShift, a generalized data placement mechanism that improves upon prior approaches by taking into account (1) the timing and liveliness information of memory objects and (2) the underlying memory architecture, including required shifting fault tolerance. Thus, we also propose a collaboratively designed new shift alignment reliability technique called GROGU. GROGU leverages the reduced shift window made possible through DownShift allowing improved reliability, area, and energy compared to the state-of-the-art reliability approaches. DownShift reduces the number of shifts, runtime, and energy consumption by 3.24x, 47.6\%, and 70.8\% compared to the state-of-the-art. GROGU consumes 2.2x less area and 1.3x less energy while providing 16.8x improvement in shift fault tolerance compared to the leading reliability approach for a latency degradation of only 3.2\%.},
month = mar,
numpages = {15},
publisher = {IEEE},
year = {2023},
}Downloads
No Downloads available for this publication
Permalink
- Johannes Hayeß, "Verifying the Rust Runtime of Lingua
Franca", Master's thesis, TU Dresden, March 2023. [Bibtex & Downloads]
Verifying the Rust Runtime of Lingua Franca
Reference
Johannes Hayeß, "Verifying the Rust Runtime of Lingua Franca", Master's thesis, TU Dresden, March 2023.
Bibtex
@mastersthesis{Hayess-diploma23,
title={Verifying the Rust Runtime of Lingua
Franca},
author={Johannes Hayeß},
year={2023},
month=march,
school={TU Dresden},
}Downloads
2303_Hayess_MA [PDF]
Related Paths
Permalink
- Shaoling Bai, Lin Yang, Katherina Haase, Jakob Wolansky, Zongbao Zhang, Hsin Tseng, Felix Talnack, Joshua Kress, Jonathan Perez Andrade, Johannes Benduhn, Ji Ma, Xinliang Feng, Mike Hambsch, Stefan C. B. Mannsfeld, "Nanographene-Based Heterojunctions for High-Performance Organic Phototransistor Memory Devices", In Advanced Science, Wiley, Mar 2023. [doi] [Bibtex & Downloads]
Nanographene-Based Heterojunctions for High-Performance Organic Phototransistor Memory Devices
Reference
Shaoling Bai, Lin Yang, Katherina Haase, Jakob Wolansky, Zongbao Zhang, Hsin Tseng, Felix Talnack, Joshua Kress, Jonathan Perez Andrade, Johannes Benduhn, Ji Ma, Xinliang Feng, Mike Hambsch, Stefan C. B. Mannsfeld, "Nanographene-Based Heterojunctions for High-Performance Organic Phototransistor Memory Devices", In Advanced Science, Wiley, Mar 2023. [doi]
Bibtex
@article{Bai_2023,
doi = {10.1002/advs.202300057},
url = {https://doi.org/10.1002%2Fadvs.202300057},
year = 2023,
month = {mar},
publisher = {Wiley},
author = {Shaoling Bai and Lin Yang and Katherina Haase and Jakob Wolansky and Zongbao Zhang and Hsin Tseng and Felix Talnack and Joshua Kress and Jonathan Perez Andrade and Johannes Benduhn and Ji Ma and Xinliang Feng and Mike Hambsch and Stefan C. B. Mannsfeld},
title = {Nanographene-Based Heterojunctions for High-Performance Organic Phototransistor Memory Devices},
journal = {Advanced Science}
}Downloads
No Downloads available for this publication
Permalink
- Ke Wang, Haoyong Yang, Zhongquan Liao, Shengxu Li, Mike Hambsch, Guangen Fu, Stefan C. B. Mannsfeld, Qi Sun, Tao Zhang, "Monolayer-Assisted Surface-Initiated Schiff-Base-Mediated Aldol Polycondensation for the Synthesis of Crystalline sp² Carbon-Conjugated Covalent Organic Framework Thin Films", In Journal of the American Chemical Society, American Chemical Society (ACS), Feb 2023. [doi] [Bibtex & Downloads]
Monolayer-Assisted Surface-Initiated Schiff-Base-Mediated Aldol Polycondensation for the Synthesis of Crystalline sp² Carbon-Conjugated Covalent Organic Framework Thin Films
Reference
Ke Wang, Haoyong Yang, Zhongquan Liao, Shengxu Li, Mike Hambsch, Guangen Fu, Stefan C. B. Mannsfeld, Qi Sun, Tao Zhang, "Monolayer-Assisted Surface-Initiated Schiff-Base-Mediated Aldol Polycondensation for the Synthesis of Crystalline sp² Carbon-Conjugated Covalent Organic Framework Thin Films", In Journal of the American Chemical Society, American Chemical Society (ACS), Feb 2023. [doi]
Bibtex
@article{Wang_2023,
doi = {10.1021/jacs.2c12186},
url = {https://doi.org/10.1021%2Fjacs.2c12186},
year = 2023,
month = {feb},
publisher = {American Chemical Society ({ACS})},
author = {Ke Wang and Haoyong Yang and Zhongquan Liao and Shengxu Li and Mike Hambsch and Guangen Fu and Stefan C. B. Mannsfeld and Qi Sun and Tao Zhang},
title = {Monolayer-Assisted Surface-Initiated Schiff-Base-Mediated Aldol Polycondensation for the Synthesis of Crystalline sp² Carbon-Conjugated Covalent Organic Framework Thin Films},
journal = {Journal of the American Chemical Society}
}Downloads
No Downloads available for this publication
Permalink
- Berthold Reis, Kai Pfefferkorn, Konstantin B. L. Borchert, Sebastian Gohl, Philipp Zimmermann, Christine Steinbach, Benjamin D. Kohn, Ulrich Scheler, Uta Reuter, Darius Pohl, Simona Schwarz, Martin Mayer, Dana Schwarz, "Conjugated Microporous Polymer Hybrid Microparticles for Enhanced Applicability in Silica-Boosted Diclofenac Adsorption", In Small Structures, Wiley, pp. 2200385, Feb 2023. [doi] [Bibtex & Downloads]
Conjugated Microporous Polymer Hybrid Microparticles for Enhanced Applicability in Silica-Boosted Diclofenac Adsorption
Reference
Berthold Reis, Kai Pfefferkorn, Konstantin B. L. Borchert, Sebastian Gohl, Philipp Zimmermann, Christine Steinbach, Benjamin D. Kohn, Ulrich Scheler, Uta Reuter, Darius Pohl, Simona Schwarz, Martin Mayer, Dana Schwarz, "Conjugated Microporous Polymer Hybrid Microparticles for Enhanced Applicability in Silica-Boosted Diclofenac Adsorption", In Small Structures, Wiley, pp. 2200385, Feb 2023. [doi]
Bibtex
@article{Reis_2023,
doi = {10.1002/sstr.202200385},
url = {https://doi.org/10.1002%2Fsstr.202200385},
year = 2023,
month = {feb},
publisher = {Wiley},
pages = {2200385},
author = {Berthold Reis and Kai Pfefferkorn and Konstantin B. L. Borchert and Sebastian Gohl and Philipp Zimmermann and Christine Steinbach and Benjamin D. Kohn and Ulrich Scheler and Uta Reuter and Darius Pohl and Simona Schwarz and Martin Mayer and Dana Schwarz},
title = {Conjugated Microporous Polymer Hybrid Microparticles for Enhanced Applicability in Silica-Boosted Diclofenac Adsorption},
journal = {Small Structures}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Jianfeng Li, Armin Reimers, Ka My Dang, Michael G.K. Brunk, Jonas Drewes, Ulrike M. Hirsch, Christian Willems, Christian E.H. Schmelzer, Thomas Groth, Ali Shaygan Nia, Xinliang Feng, Rainer Adelung, Wesley D. Sacher, Fabian Schütt, Joyce K.S. Poon, "3D printed neural tissues with in situ optical dopamine sensors", In Biosensors and Bioelectronics, Elsevier BV, vol. 222, pp. 114942, Feb 2023. [doi] [Bibtex & Downloads]
3D printed neural tissues with in situ optical dopamine sensors
Reference
Jianfeng Li, Armin Reimers, Ka My Dang, Michael G.K. Brunk, Jonas Drewes, Ulrike M. Hirsch, Christian Willems, Christian E.H. Schmelzer, Thomas Groth, Ali Shaygan Nia, Xinliang Feng, Rainer Adelung, Wesley D. Sacher, Fabian Schütt, Joyce K.S. Poon, "3D printed neural tissues with in situ optical dopamine sensors", In Biosensors and Bioelectronics, Elsevier BV, vol. 222, pp. 114942, Feb 2023. [doi]
Bibtex
@article{Li_2023,
doi = {10.1016/j.bios.2022.114942},
url = {https://doi.org/10.1016%2Fj.bios.2022.114942},
year = 2023,
month = {feb},
publisher = {Elsevier {BV}},
volume = {222},
pages = {114942},
author = {Jianfeng Li and Armin Reimers and Ka My Dang and Michael G.K. Brunk and Jonas Drewes and Ulrike M. Hirsch and Christian Willems and Christian E.H. Schmelzer and Thomas Groth and Ali Shaygan Nia and Xinliang Feng and Rainer Adelung and Wesley D. Sacher and Fabian Schütt and Joyce K.S. Poon},
title = {3D printed neural tissues with in situ optical dopamine sensors},
journal = {Biosensors and Bioelectronics}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Jeronimo Castrillon, "Programming abstractions and optimizing compilers for energy-efficient computing", In 1st Workshop on NetZero Carbon Computing (NetZero'23), Co-located with the 29th IEEE International Symposium on High-Performance Computer Architecture (HPCA-29) (invited talk), Feb 2023. [Bibtex & Downloads]
Programming abstractions and optimizing compilers for energy-efficient computing
Reference
Jeronimo Castrillon, "Programming abstractions and optimizing compilers for energy-efficient computing", In 1st Workshop on NetZero Carbon Computing (NetZero'23), Co-located with the 29th IEEE International Symposium on High-Performance Computer Architecture (HPCA-29) (invited talk), Feb 2023.
Abstract
The demise of scaling laws in micro-electronics has led to an era of innovation in software and hardware architectures aimed at improving the energy efficiency of computing systems. Albeit still highly relevant, software optimizations for mainstream systems, which make the bulk of today's computing systems, provide ever-decreasing returns in the range of single-digit percentages. This is why lots of attention has rightfully turn to domain-specific architectures and emerging technologies which promise improvements of one to several orders of magnitude. Software development for these novel systems is still characterized by low-level expert coding and brittle toolchains, preventing hardware innovations from reaching a broader impact. In this talk, we discuss ongoing efforts on providing high-level programming abstractions and optimizing compilers to automatically target emerging computing systems. We do this by looking at three ongoing projects, namely, (i) a collaborative HW-SW effort to reduce the energy footprint of baseband processing in upcoming cellular networks, (ii) and end-to-end compilation for energy-efficient HPC simulations on state-of-the-art reconfigurable systems, and (iii) an extensible compilation framework to optimize for novel in-memory and near-memory computing systems. Finally, we are interested in discussing how these kinds of tools can be embedded in the larger picture of full life-cycle management.
Bibtex
@Misc{castrillon_netzero2023,
author = {Castrillon, Jeronimo},
date = {2023-02},
title = {Programming abstractions and optimizing compilers for energy-efficient computing},
howpublished = {1st Workshop on NetZero Carbon Computing (NetZero'23), Co-located with the 29th IEEE International Symposium on High-Performance Computer Architecture (HPCA-29) (invited talk)},
location = {Montreal, Canada},
url = {https://netzero.sysnet.ucsd.edu},
abstract = {The demise of scaling laws in micro-electronics has led to an era of innovation in software and hardware architectures aimed at improving the energy efficiency of computing systems. Albeit still highly relevant, software optimizations for mainstream systems, which make the bulk of today's computing systems, provide ever-decreasing returns in the range of single-digit percentages. This is why lots of attention has rightfully turn to domain-specific architectures and emerging technologies which promise improvements of one to several orders of magnitude. Software development for these novel systems is still characterized by low-level expert coding and brittle toolchains, preventing hardware innovations from reaching a broader impact. In this talk, we discuss ongoing efforts on providing high-level programming abstractions and optimizing compilers to automatically target emerging computing systems. We do this by looking at three ongoing projects, namely, (i) a collaborative HW-SW effort to reduce the energy footprint of baseband processing in upcoming cellular networks, (ii) and end-to-end compilation for energy-efficient HPC simulations on state-of-the-art reconfigurable systems, and (iii) an extensible compilation framework to optimize for novel in-memory and near-memory computing systems. Finally, we are interested in discussing how these kinds of tools can be embedded in the larger picture of full life-cycle management.},
month = feb,
year = {2023},
}Downloads
2302_castrillon_NetZero [PDF]
Permalink
- Lucas Kuhrts, Lukas Helmbrecht, Willem L. Noorduin, Darius Pohl, Xiaoxiao Sun, Alexander Palatnik, Cornelia Wetzker, Anne Jantschke, Michael Schlierf, Igor Zlotnikov, "Recruiting Unicellular Algae for the Mass Production of Nanostructured Perovskites", In Advanced Science, Wiley, pp. 2300355, Feb 2023. [doi] [Bibtex & Downloads]
Recruiting Unicellular Algae for the Mass Production of Nanostructured Perovskites
Reference
Lucas Kuhrts, Lukas Helmbrecht, Willem L. Noorduin, Darius Pohl, Xiaoxiao Sun, Alexander Palatnik, Cornelia Wetzker, Anne Jantschke, Michael Schlierf, Igor Zlotnikov, "Recruiting Unicellular Algae for the Mass Production of Nanostructured Perovskites", In Advanced Science, Wiley, pp. 2300355, Feb 2023. [doi]
Bibtex
@article{Kuhrts_2023,
doi = {10.1002/advs.202300355},
url = {https://doi.org/10.1002%2Fadvs.202300355},
year = 2023,
month = {feb},
publisher = {Wiley},
pages = {2300355},
author = {Lucas Kuhrts and Lukas Helmbrecht and Willem L. Noorduin and Darius Pohl and Xiaoxiao Sun and Alexander Palatnik and Cornelia Wetzker and Anne Jantschke and Michael Schlierf and Igor Zlotnikov},
title = {Recruiting Unicellular Algae for the Mass Production of Nanostructured Perovskites},
journal = {Advanced Science}
}Downloads
No Downloads available for this publication
Permalink
- Lucas Kuhrts, Lukas Helmbrecht, Willem L. Noorduin, Darius Pohl, Xiaoxiao Sun, Alexander Palatnik, Cornelia Wetzker, Anne Jantschke, Michael Schlierf, Igor Zlotnikov, "Recruiting Unicellular Algae for the Mass Production of Nanostructured Perovskites", In Advanced Science, Wiley, vol. 10, no. 11, Feb 2023. [doi] [Bibtex & Downloads]
Recruiting Unicellular Algae for the Mass Production of Nanostructured Perovskites
Reference
Lucas Kuhrts, Lukas Helmbrecht, Willem L. Noorduin, Darius Pohl, Xiaoxiao Sun, Alexander Palatnik, Cornelia Wetzker, Anne Jantschke, Michael Schlierf, Igor Zlotnikov, "Recruiting Unicellular Algae for the Mass Production of Nanostructured Perovskites", In Advanced Science, Wiley, vol. 10, no. 11, Feb 2023. [doi]
Bibtex
@article{Kuhrts_2023,
doi = {10.1002/advs.202300355},
url = {https://doi.org/10.1002%2Fadvs.202300355},
year = 2023,
month = {feb},
publisher = {Wiley},
volume = {10},
number = {11},
author = {Lucas Kuhrts and Lukas Helmbrecht and Willem L. Noorduin and Darius Pohl and Xiaoxiao Sun and Alexander Palatnik and Cornelia Wetzker and Anne Jantschke and Michael Schlierf and Igor Zlotnikov},
title = {Recruiting Unicellular Algae for the Mass Production of Nanostructured Perovskites},
journal = {Advanced Science}
}Downloads
No Downloads available for this publication
Permalink
- Lucas Kuhrts, Lukas Helmbrecht, Willem L. Noorduin, Darius Pohl, Xiaoxiao Sun, Alexander Palatnik, Cornelia Wetzker, Anne Jantschke, Michael Schlierf, Igor Zlotnikov, "Recruiting Unicellular Algae for the Mass Production of Nanostructured Perovskites", In Advanced Science, Wiley, vol. 10, no. 11, Feb 2023. [doi] [Bibtex & Downloads]
Recruiting Unicellular Algae for the Mass Production of Nanostructured Perovskites
Reference
Lucas Kuhrts, Lukas Helmbrecht, Willem L. Noorduin, Darius Pohl, Xiaoxiao Sun, Alexander Palatnik, Cornelia Wetzker, Anne Jantschke, Michael Schlierf, Igor Zlotnikov, "Recruiting Unicellular Algae for the Mass Production of Nanostructured Perovskites", In Advanced Science, Wiley, vol. 10, no. 11, Feb 2023. [doi]
Bibtex
@article{Kuhrts_2023,
doi = {10.1002/advs.202300355},
url = {https://doi.org/10.1002%2Fadvs.202300355},
year = 2023,
month = {feb},
publisher = {Wiley},
volume = {10},
number = {11},
author = {Lucas Kuhrts and Lukas Helmbrecht and Willem L. Noorduin and Darius Pohl and Xiaoxiao Sun and Alexander Palatnik and Cornelia Wetzker and Anne Jantschke and Michael Schlierf and Igor Zlotnikov},
title = {Recruiting Unicellular Algae for the Mass Production of Nanostructured Perovskites},
journal = {Advanced Science}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Yannan Liu, Cheng-Hao Liu, Tushar Debnath, Yong Wang, Darius Pohl, Lucas V. Besteiro, Debora Motta Meira, Shengyun Huang, Fan Yang, Bernd Rellinghaus, Mohamed Chaker, Dmytro F. Perepichka, Dongling Ma, "Silver nanoparticle enhanced metal-organic matrix with interface-engineering for efficient photocatalytic hydrogen evolution", In Nature Communications, Springer Science and Business Media LLC, vol. 14, no. 1, Feb 2023. [doi] [Bibtex & Downloads]
Silver nanoparticle enhanced metal-organic matrix with interface-engineering for efficient photocatalytic hydrogen evolution
Reference
Yannan Liu, Cheng-Hao Liu, Tushar Debnath, Yong Wang, Darius Pohl, Lucas V. Besteiro, Debora Motta Meira, Shengyun Huang, Fan Yang, Bernd Rellinghaus, Mohamed Chaker, Dmytro F. Perepichka, Dongling Ma, "Silver nanoparticle enhanced metal-organic matrix with interface-engineering for efficient photocatalytic hydrogen evolution", In Nature Communications, Springer Science and Business Media LLC, vol. 14, no. 1, Feb 2023. [doi]
Bibtex
@article{Liu_2023,
doi = {10.1038/s41467-023-35981-8},
url = {https://doi.org/10.1038%2Fs41467-023-35981-8},
year = 2023,
month = {feb},
publisher = {Springer Science and Business Media {LLC}},
volume = {14},
number = {1},
author = {Yannan Liu and Cheng-Hao Liu and Tushar Debnath and Yong Wang and Darius Pohl and Lucas V. Besteiro and Debora Motta Meira and Shengyun Huang and Fan Yang and Bernd Rellinghaus and Mohamed Chaker and Dmytro F. Perepichka and Dongling Ma},
title = {Silver nanoparticle enhanced metal-organic matrix with interface-engineering for efficient photocatalytic hydrogen evolution},
journal = {Nature Communications}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Jeronimo Castrillon, Karol Desnos, Andrés Goens, Christian Menard, "Dataflow Models of Computation for Programming Heterogeneous Multicores", Springer Nature Singapore, pp. 1–40, Singapore, Jan 2023. [doi] [Bibtex & Downloads]
Dataflow Models of Computation for Programming Heterogeneous Multicores
Reference
Jeronimo Castrillon, Karol Desnos, Andrés Goens, Christian Menard, "Dataflow Models of Computation for Programming Heterogeneous Multicores", Springer Nature Singapore, pp. 1–40, Singapore, Jan 2023. [doi]
Abstract
The hardware complexity of modern integrated circuits keeps increasing at a steady pace. Heterogeneous Multi-Processor Systems-on-Chips (MPSoCs) integrate general-purpose processing elements, domain-specific processors, dedicated hardware accelerators, reconfigurable logic, as well as complex memory hierarchies and interconnect. While offering unprecedented computational power and energy efficiency, MPSoCs are notoriously difficult to program. This chapter presents Models of Computation (MoCs) as an appealing alternative to traditional programming methodologies to harness the full capacities of modern MPSoCs. By raising the level of abstraction, MoCs make it possible to specify complex systems with little knowledge of the target architecture. The properties of MoCs make it possible for tools to automatically generate efficient implementations for heterogeneous MPSoCs, relieving developers from time-consuming manual exploration. This chapter focuses on a specific MoC family called dataflow MoCs. Dataflow MoCs represent systems as graphs of computational entities and communication channels. This graph-based system specification enables intuitive description of parallelism and supports many analysis and optimization techniques for deriving safe and highly efficient implementations on MPSoCs.
Bibtex
@InBook{castrillon_hca22,
author = {Jeronimo Castrillon and Karol Desnos and Andrés Goens and Christian Menard},
booktitle = {Handbook of Computer Architecture},
date = {2023-01},
pages = {1--40},
title = {Dataflow Models of Computation for Programming Heterogeneous Multicores},
doi = {10.1007/978-981-15-6401-7_45-2},
isbn = {978-981-15-6401-7},
url = {https://doi.org/10.1007/978-981-15-6401-7_45-2},
editor = {Anupam Chattopadhyay et al.},
publisher = {Springer Nature Singapore},
address = {Singapore},
abstract = {The hardware complexity of modern integrated circuits keeps increasing at a steady pace. Heterogeneous Multi-Processor Systems-on-Chips (MPSoCs) integrate general-purpose processing elements, domain-specific processors, dedicated hardware accelerators, reconfigurable logic, as well as complex memory hierarchies and interconnect. While offering unprecedented computational power and energy efficiency, MPSoCs are notoriously difficult to program. This chapter presents Models of Computation (MoCs) as an appealing alternative to traditional programming methodologies to harness the full capacities of modern MPSoCs. By raising the level of abstraction, MoCs make it possible to specify complex systems with little knowledge of the target architecture. The properties of MoCs make it possible for tools to automatically generate efficient implementations for heterogeneous MPSoCs, relieving developers from time-consuming manual exploration. This chapter focuses on a specific MoC family called dataflow MoCs. Dataflow MoCs represent systems as graphs of computational entities and communication channels. This graph-based system specification enables intuitive description of parallelism and supports many analysis and optimization techniques for deriving safe and highly efficient implementations on MPSoCs.},
month = jan,
year = {2023},
}Downloads
2301_Castrillon_dataflow-programmig_preview-www [PDF]
Permalink
- Rohit Ranjan, Salim Ullah, Siva Satyendra Sahoo, Akash Kumar, "SyFAxO-GeN: Synthesizing FPGA-based Approximate Operators with Generative Network", In Proceeding: Asia and South Pacific Design Automation Conference (ASP-DAC), ACM/IEEE, Jan 2023. [Bibtex & Downloads]
SyFAxO-GeN: Synthesizing FPGA-based Approximate Operators with Generative Network
Reference
Rohit Ranjan, Salim Ullah, Siva Satyendra Sahoo, Akash Kumar, "SyFAxO-GeN: Synthesizing FPGA-based Approximate Operators with Generative Network", In Proceeding: Asia and South Pacific Design Automation Conference (ASP-DAC), ACM/IEEE, Jan 2023.
Bibtex
@inproceedings{Rohit_ASPDAC,
year = {2023},
month = {jan},
publisher = ,
author = {Rohit Ranjan and Salim Ullah and Siva Satyendra Sahoo and Akash Kumar},
title = {SyFAxO-GeN: Synthesizing FPGA-based Approximate Operators with Generative Network},
booktitle = {Asia and South Pacific Design Automation Conference ({ASP-DAC})}
}Downloads
No Downloads available for this publication
Permalink
- Karl F. A. Friebel, Asif Ali Khan, Lorenzo Chelini, Jeronimo Castrillon, "Modelling linear algebra kernels as polyhedral volume operations", In Proceeding: 13th International Workshop on Polyhedral Compilation Techniques (IMPACT'23), co-located with 18th International Conference on High-Performance and Embedded Architectures and Compilers (HiPEAC), Jan 2023. [Bibtex & Downloads]
Modelling linear algebra kernels as polyhedral volume operations
Reference
Karl F. A. Friebel, Asif Ali Khan, Lorenzo Chelini, Jeronimo Castrillon, "Modelling linear algebra kernels as polyhedral volume operations", In Proceeding: 13th International Workshop on Polyhedral Compilation Techniques (IMPACT'23), co-located with 18th International Conference on High-Performance and Embedded Architectures and Compilers (HiPEAC), Jan 2023.
Bibtex
@InProceedings{friebel_impact23,
author = {Karl F. A. Friebel and Asif Ali Khan and Lorenzo Chelini and Jeronimo Castrillon},
booktitle = {13th International Workshop on Polyhedral Compilation Techniques (IMPACT'23), co-located with 18th International Conference on High-Performance and Embedded Architectures and Compilers (HiPEAC)},
title = {Modelling linear algebra kernels as polyhedral volume operations},
location = {Toulouse, France},
month = jan,
year = {2023},
}Downloads
2301_Friebel_IMPACT [PDF]
Permalink
- Christian Menard, Marten Lohstroh, Soroush Bateni, Mathhew Chorlian, Arthur Deng, Peter Donovan, Clément Fournier, Shaokai Lin, Felix Suchert, Tassilo Tanneberger, Hokeun Kim, Jeronimo Castrillon, Edward A. Lee, "High-Performance Deterministic Concurrency using Lingua Franca", arXiv, Jan 2023. [doi] [Bibtex & Downloads]
High-Performance Deterministic Concurrency using Lingua Franca
Reference
Christian Menard, Marten Lohstroh, Soroush Bateni, Mathhew Chorlian, Arthur Deng, Peter Donovan, Clément Fournier, Shaokai Lin, Felix Suchert, Tassilo Tanneberger, Hokeun Kim, Jeronimo Castrillon, Edward A. Lee, "High-Performance Deterministic Concurrency using Lingua Franca", arXiv, Jan 2023. [doi]
Bibtex
@misc{menard_arxiv23,
doi = {10.48550/ARXIV.2301.02444},
url = {https://arxiv.org/abs/2301.02444},
author = {Menard, Christian and Lohstroh, Marten and Bateni, Soroush and Chorlian, Mathhew and Deng, Arthur and Donovan, Peter and Fournier, Clément and Lin, Shaokai and Suchert, Felix and Tanneberger, Tassilo and Kim, Hokeun and Castrillon, Jeronimo and Lee, Edward A.},
keywords = {Programming Languages (cs.PL), Distributed, Parallel, and Cluster Computing (cs.DC), Performance (cs.PF), FOS: Computer and information sciences, FOS: Computer and information sciences},
title = {High-Performance Deterministic Concurrency using Lingua Franca},
publisher = {arXiv},
year = {2023},
month = jan,
copyright = {Creative Commons Attribution 4.0 International}
}Downloads
2301_Menard_arxiv [PDF]
Permalink
- Asif Ali Khan, Hamid Farzaneh, Karl F. A. Friebel, Lorenzo Chelini, Jeronimo Castrillon, "CINM (Cinnamon): A Compilation Infrastructure for Heterogeneous Compute In-Memory and Compute Near-Memory Paradigms", arXiv, Jan 2023. [doi] [Bibtex & Downloads]
CINM (Cinnamon): A Compilation Infrastructure for Heterogeneous Compute In-Memory and Compute Near-Memory Paradigms
Reference
Asif Ali Khan, Hamid Farzaneh, Karl F. A. Friebel, Lorenzo Chelini, Jeronimo Castrillon, "CINM (Cinnamon): A Compilation Infrastructure for Heterogeneous Compute In-Memory and Compute Near-Memory Paradigms", arXiv, Jan 2023. [doi]
Bibtex
@Article{khan_arxiv23,
author = {Khan, Asif Ali and Farzaneh, Hamid and Friebel, Karl F. A. and Chelini, Lorenzo and Castrillon, Jeronimo},
title = {CINM (Cinnamon): A Compilation Infrastructure for Heterogeneous Compute In-Memory and Compute Near-Memory Paradigms},
doi = {10.48550/ARXIV.2301.07486},
url = {https://arxiv.org/abs/2301.07486},
copyright = {Creative Commons Attribution 4.0 International},
month = jan,
publisher = {arXiv},
year = {2023},
}Downloads
No Downloads available for this publication
Permalink
- Kwan Ho Au-Yeung, Suchetana Sarkar, Tim Kühne, Oumaima Aiboudi, Dmitry A. Ryndyk, Roberto Robles, Nicolas Lorente, Franziska Lissel, Christian Joachim, Francesca Moresco, "A Nanocar and Rotor in One Molecule", In ACS Nano, American Chemical Society (ACS), Jan 2023. [doi] [Bibtex & Downloads]
A Nanocar and Rotor in One Molecule
Reference
Kwan Ho Au-Yeung, Suchetana Sarkar, Tim Kühne, Oumaima Aiboudi, Dmitry A. Ryndyk, Roberto Robles, Nicolas Lorente, Franziska Lissel, Christian Joachim, Francesca Moresco, "A Nanocar and Rotor in One Molecule", In ACS Nano, American Chemical Society (ACS), Jan 2023. [doi]
Bibtex
@article{Au_Yeung_2023,
doi = {10.1021/acsnano.2c12128},
url = {https://doi.org/10.1021%2Facsnano.2c12128},
year = 2023,
month = {jan},
publisher = {American Chemical Society ({ACS})},
author = {Kwan Ho Au-Yeung and Suchetana Sarkar and Tim Kühne and Oumaima Aiboudi and Dmitry A. Ryndyk and Roberto Robles and Nicolas Lorente and Franziska Lissel and Christian Joachim and Francesca Moresco},
title = {A Nanocar and Rotor in One Molecule},
journal = {{ACS} Nano}
}Downloads
No Downloads available for this publication
Permalink
- Fangyan Liu, Xinliang Feng, Zhong-Shuai Wu, "The key challenges and future opportunities of electrochemical capacitors", In Journal of Energy Chemistry, Elsevier BV, vol. 76, pp. 459–461, Jan 2023. [doi] [Bibtex & Downloads]
The key challenges and future opportunities of electrochemical capacitors
Reference
Fangyan Liu, Xinliang Feng, Zhong-Shuai Wu, "The key challenges and future opportunities of electrochemical capacitors", In Journal of Energy Chemistry, Elsevier BV, vol. 76, pp. 459–461, Jan 2023. [doi]
Bibtex
@article{Liu_2023,
doi = {10.1016/j.jechem.2022.09.019},
url = {https://doi.org/10.1016%2Fj.jechem.2022.09.019},
year = 2023,
month = {jan},
publisher = {Elsevier {BV}},
volume = {76},
pages = {459--461},
author = {Fangyan Liu and Xinliang Feng and Zhong-Shuai Wu},
title = {The key challenges and future opportunities of electrochemical capacitors},
journal = {Journal of Energy Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Edward A. Lee, Soroush Bateni, Shaokai Lin, Marten Lohstroh, Christian Menard, "Trading Off Consistency and Availability in Tiered Heterogeneous Distributed Systems", In Intelligent Computing, American Association for the Advancement of Science (AAAS), vol. 2, Jan 2023. [doi] [Bibtex & Downloads]
Trading Off Consistency and Availability in Tiered Heterogeneous Distributed Systems
Reference
Edward A. Lee, Soroush Bateni, Shaokai Lin, Marten Lohstroh, Christian Menard, "Trading Off Consistency and Availability in Tiered Heterogeneous Distributed Systems", In Intelligent Computing, American Association for the Advancement of Science (AAAS), vol. 2, Jan 2023. [doi]
Bibtex
@article{Lee_2023,
doi = {10.34133/icomputing.0013},
url = {https://doi.org/10.34133%2Ficomputing.0013},
year = 2023,
month = {jan},
publisher = {American Association for the Advancement of Science ({AAAS})},
volume = {2},
author = {Edward A. Lee and Soroush Bateni and Shaokai Lin and Marten Lohstroh and Christian Menard},
title = {Trading Off Consistency and Availability in Tiered Heterogeneous Distributed Systems},
journal = {Intelligent Computing}
}Downloads
No Downloads available for this publication
Permalink
- Olha Aftenieva, Julius Brunner, Mohammad Adnan, Swagato Sarkar, Andreas Fery, Yana Vaynzof, Tobias A. F. König, "Directional Amplified Photoluminescence through Large-Area Perovskite-Based Metasurfaces", In ACS Nano, American Chemical Society (ACS), vol. 17, no. 3, pp. 2399–2410, Jan 2023. [doi] [Bibtex & Downloads]
Directional Amplified Photoluminescence through Large-Area Perovskite-Based Metasurfaces
Reference
Olha Aftenieva, Julius Brunner, Mohammad Adnan, Swagato Sarkar, Andreas Fery, Yana Vaynzof, Tobias A. F. König, "Directional Amplified Photoluminescence through Large-Area Perovskite-Based Metasurfaces", In ACS Nano, American Chemical Society (ACS), vol. 17, no. 3, pp. 2399–2410, Jan 2023. [doi]
Bibtex
@article{Aftenieva_2023,
doi = {10.1021/acsnano.2c09482},
url = {https://doi.org/10.1021%2Facsnano.2c09482},
year = 2023,
month = {jan},
publisher = {American Chemical Society ({ACS})},
volume = {17},
number = {3},
pages = {2399--2410},
author = {Olha Aftenieva and Julius Brunner and Mohammad Adnan and Swagato Sarkar and Andreas Fery and Yana Vaynzof and Tobias A. F. König},
title = {Directional Amplified Photoluminescence through Large-Area Perovskite-Based Metasurfaces},
journal = {{ACS} Nano}
}Downloads
No Downloads available for this publication
Permalink
- Olha Aftenieva, Julius Brunner, Mohammad Adnan, Swagato Sarkar, Andreas Fery, Yana Vaynzof, Tobias A. F. König, "Directional Amplified Photoluminescence through Large-Area Perovskite-Based Metasurfaces", In ACS Nano, American Chemical Society (ACS), vol. 17, no. 3, pp. 2399–2410, Jan 2023. [doi] [Bibtex & Downloads]
Directional Amplified Photoluminescence through Large-Area Perovskite-Based Metasurfaces
Reference
Olha Aftenieva, Julius Brunner, Mohammad Adnan, Swagato Sarkar, Andreas Fery, Yana Vaynzof, Tobias A. F. König, "Directional Amplified Photoluminescence through Large-Area Perovskite-Based Metasurfaces", In ACS Nano, American Chemical Society (ACS), vol. 17, no. 3, pp. 2399–2410, Jan 2023. [doi]
Bibtex
@article{Aftenieva_2023,
doi = {10.1021/acsnano.2c09482},
url = {https://doi.org/10.1021%2Facsnano.2c09482},
year = 2023,
month = {jan},
publisher = {American Chemical Society ({ACS})},
volume = {17},
number = {3},
pages = {2399--2410},
author = {Olha Aftenieva and Julius Brunner and Mohammad Adnan and Swagato Sarkar and Andreas Fery and Yana Vaynzof and Tobias A. F. König},
title = {Directional Amplified Photoluminescence through Large-Area Perovskite-Based Metasurfaces},
journal = {{ACS} Nano}
}Downloads
No Downloads available for this publication
Permalink
- Paul Jungmann, Jeffrey B. Johnson, Eduardo C. Silva, William Taylor, Abdul Hanan Khan, Akash Kumar, "TCAD-enabled Machine Learning - An Efficient Framework to Build Highly Accurate and Reliable Models for Semiconductor Technology Development and Fabrication", In IEEE Transactions on Semiconductor Manufacturing, Institute of Electrical and Electronics Engineers (IEEE), pp. 1–1, 2023. [doi] [Bibtex & Downloads]
TCAD-enabled Machine Learning - An Efficient Framework to Build Highly Accurate and Reliable Models for Semiconductor Technology Development and Fabrication
Reference
Paul Jungmann, Jeffrey B. Johnson, Eduardo C. Silva, William Taylor, Abdul Hanan Khan, Akash Kumar, "TCAD-enabled Machine Learning - An Efficient Framework to Build Highly Accurate and Reliable Models for Semiconductor Technology Development and Fabrication", In IEEE Transactions on Semiconductor Manufacturing, Institute of Electrical and Electronics Engineers (IEEE), pp. 1–1, 2023. [doi]
Bibtex
@article{Jungmann_2023,
doi = {10.1109/tsm.2023.3240033},
url = {https://doi.org/10.1109%2Ftsm.2023.3240033},
year = 2023,
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
pages = {1--1},
author = {Paul Jungmann and Jeffrey B. Johnson and Eduardo C. Silva and William Taylor and Abdul Hanan Khan and Akash Kumar},
title = {{TCAD}-enabled Machine Learning - An Efficient Framework to Build Highly Accurate and Reliable Models for Semiconductor Technology Development and Fabrication},
journal = {{IEEE} Transactions on Semiconductor Manufacturing}
}Downloads
No Downloads available for this publication
Permalink
- Zhuoying Chen, Dinesh Kabra, Yana Vaynzof, "Stability of optoelectronic materials and devices: a themed collection", In Journal of Materials Chemistry C, Royal Society of Chemistry (RSC), vol. 11, no. 5, pp. 1608–1609, 2023. [doi] [Bibtex & Downloads]
Stability of optoelectronic materials and devices: a themed collection
Reference
Zhuoying Chen, Dinesh Kabra, Yana Vaynzof, "Stability of optoelectronic materials and devices: a themed collection", In Journal of Materials Chemistry C, Royal Society of Chemistry (RSC), vol. 11, no. 5, pp. 1608–1609, 2023. [doi]
Bibtex
@article{Chen_2023,
doi = {10.1039/d3tc90009f},
url = {https://doi.org/10.1039%2Fd3tc90009f},
year = 2023,
publisher = {Royal Society of Chemistry ({RSC})},
volume = {11},
number = {5},
pages = {1608--1609},
author = {Zhuoying Chen and Dinesh Kabra and Yana Vaynzof},
title = {Stability of optoelectronic materials and devices: a themed collection},
journal = {Journal of Materials Chemistry C}
}Downloads
No Downloads available for this publication
Permalink
- Miguel Albaladejo-Siguan, Anatol Prudnikau, Alina Senina, Elisabeth C. Baird, Yvonne J. Hofstetter, Julius Brunner, Juanzi Shi, Yana Vaynzof, Fabian Paulus, "Bis(stearoyl) Sulfide: A Stable, Odor-free Sulfur Precursor for High-Efficiency Metal Sulfide Quantum Dot Photovoltaics", In ADVANCED ENERGY MATERIALS, 2023. [Bibtex & Downloads]
Bis(stearoyl) Sulfide: A Stable, Odor-free Sulfur Precursor for High-Efficiency Metal Sulfide Quantum Dot Photovoltaics
Reference
Miguel Albaladejo-Siguan, Anatol Prudnikau, Alina Senina, Elisabeth C. Baird, Yvonne J. Hofstetter, Julius Brunner, Juanzi Shi, Yana Vaynzof, Fabian Paulus, "Bis(stearoyl) Sulfide: A Stable, Odor-free Sulfur Precursor for High-Efficiency Metal Sulfide Quantum Dot Photovoltaics", In ADVANCED ENERGY MATERIALS, 2023.
Bibtex
@article{albaladejo-siguan_bisstearoyl_2023,
title = {Bis(stearoyl) {Sulfide}: {A} {Stable}, {Odor}-free {Sulfur} {Precursor} for {High}-{Efficiency} {Metal} {Sulfide} {Quantum} {Dot} {Photovoltaics}},
journal = {ADVANCED ENERGY MATERIALS},
author = {Albaladejo-Siguan, Miguel and Prudnikau, Anatol and Senina, Alina and Baird, Elisabeth C. and Hofstetter, Yvonne J. and Brunner, Julius and Shi, Juanzi and Vaynzof, Yana and Paulus, Fabian},
year = {2023},
}Downloads
No Downloads available for this publication
Permalink
- Katelyn P. Goetz, Fabian T. F. Thome, Qingzhi An, Yvonne J. Hofstetter, Tim Schramm, Aymen Yangui, Alexander Kiligaridis, Markus Loeffler, Alexander D. Taylor, Ivan G. Scheblykin, Yana Vaynzof, "Remarkable performance recovery in highly defective perovskite solar cells by photo-oxidation", In Journal of Materials Chemistry C, Royal Society of Chemistry (RSC), 2023. [doi] [Bibtex & Downloads]
Remarkable performance recovery in highly defective perovskite solar cells by photo-oxidation
Reference
Katelyn P. Goetz, Fabian T. F. Thome, Qingzhi An, Yvonne J. Hofstetter, Tim Schramm, Aymen Yangui, Alexander Kiligaridis, Markus Loeffler, Alexander D. Taylor, Ivan G. Scheblykin, Yana Vaynzof, "Remarkable performance recovery in highly defective perovskite solar cells by photo-oxidation", In Journal of Materials Chemistry C, Royal Society of Chemistry (RSC), 2023. [doi]
Bibtex
@article{Goetz_2023,
doi = {10.1039/d2tc05077c},
url = {https://doi.org/10.1039%2Fd2tc05077c},
year = 2023,
publisher = {Royal Society of Chemistry ({RSC})},
author = {Katelyn P. Goetz and Fabian T. F. Thome and Qingzhi An and Yvonne J. Hofstetter and Tim Schramm and Aymen Yangui and Alexander Kiligaridis and Markus Loeffler and Alexander D. Taylor and Ivan G. Scheblykin and Yana Vaynzof},
title = {Remarkable performance recovery in highly defective perovskite solar cells by photo-oxidation},
journal = {Journal of Materials Chemistry C}
}Downloads
No Downloads available for this publication
Permalink
- Lucas Ueberricke, Felix Mildner, Yuquan Wu, Elisa Thauer, Tom Wickenhäuser, Wen-Shan Zhang, Yana Vaynzof, Sven M. Elbert, Rasmus R. Schröder, Rüdiger Klingeler, Michael Mastalerz, "Redox-active, porous pyrene tetraone dendritic polymers as cathode materials for lithium-ion batteries", In Materials Advances, Royal Society of Chemistry (RSC), 2023. [doi] [Bibtex & Downloads]
Redox-active, porous pyrene tetraone dendritic polymers as cathode materials for lithium-ion batteries
Reference
Lucas Ueberricke, Felix Mildner, Yuquan Wu, Elisa Thauer, Tom Wickenhäuser, Wen-Shan Zhang, Yana Vaynzof, Sven M. Elbert, Rasmus R. Schröder, Rüdiger Klingeler, Michael Mastalerz, "Redox-active, porous pyrene tetraone dendritic polymers as cathode materials for lithium-ion batteries", In Materials Advances, Royal Society of Chemistry (RSC), 2023. [doi]
Bibtex
@article{Ueberricke_2023,
doi = {10.1039/d2ma01039a},
url = {https://doi.org/10.1039%2Fd2ma01039a},
year = 2023,
publisher = {Royal Society of Chemistry ({RSC})},
author = {Lucas Ueberricke and Felix Mildner and Yuquan Wu and Elisa Thauer and Tom Wickenhäuser and Wen-Shan Zhang and Yana Vaynzof and Sven M. Elbert and Rasmus R. Schröder and Rüdiger Klingeler and Michael Mastalerz},
title = {Redox-active, porous pyrene tetraone dendritic polymers as cathode materials for lithium-ion batteries},
journal = {Materials Advances}
}Downloads
No Downloads available for this publication
Permalink
- Steffen Märcker, Michael Raitza, Shubham Rai, Giulio Galderisi, Thomas Mikolajick, Jens Trommer, Akash Kumar, "Formal Analysis of Camouflaged Reconfigurable Circuits" (to appear), Proceedings 21st International NEWCAS Conference, pp. 1–4, 2023. [Bibtex & Downloads]
Formal Analysis of Camouflaged Reconfigurable Circuits
Reference
Steffen Märcker, Michael Raitza, Shubham Rai, Giulio Galderisi, Thomas Mikolajick, Jens Trommer, Akash Kumar, "Formal Analysis of Camouflaged Reconfigurable Circuits" (to appear), Proceedings 21st International NEWCAS Conference, pp. 1–4, 2023.
Bibtex
@inproceedings{mrt+23,
author = {M\"arcker, Steffen and Raitza, Michael and Rai, Shubham and Galderisi, Giulio and Mikolajick, Thomas and Trommer, Jens and Kumar, Akash},
title = {Formal Analysis of Camouflaged Reconfigurable Circuits},
year = {2023},
volume = {},
number = {},
pages = {1--4},
booktitle = {Proceedings 21st International NEWCAS Conference}
}Downloads
newcas23-camouflaging [PDF]
Related Paths
Permalink
2022
- Seetal Potluri, Shamik Kundu, Akash Kumar, Kanad Basu, Aydin Aysu, "SeqL+: Secure Scan-Obfuscation with Theoretical and Empirical Validation", In IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems, Institute of Electrical and Electronics Engineers (IEEE), pp. 1–1, 16 August 2022. [doi] [Bibtex & Downloads]
SeqL+: Secure Scan-Obfuscation with Theoretical and Empirical Validation
Reference
Seetal Potluri, Shamik Kundu, Akash Kumar, Kanad Basu, Aydin Aysu, "SeqL+: Secure Scan-Obfuscation with Theoretical and Empirical Validation", In IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems, Institute of Electrical and Electronics Engineers (IEEE), pp. 1–1, 16 August 2022. [doi]
Bibtex
@article{Potluri_2022,
doi = {10.1109/tcad.2022.3199153},
url = {https://doi.org/10.1109%2Ftcad.2022.3199153},
year = 2022,
month={16 August},
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
pages = {1--1},
author = {Seetal Potluri and Shamik Kundu and Akash Kumar and Kanad Basu and Aydin Aysu},
title = {{SeqL}+: Secure Scan-Obfuscation with Theoretical and Empirical Validation},
journal = {{IEEE} Transactions on Computer-Aided Design of Integrated Circuits and Systems}
}Downloads
SeqL_Secure_Scan-Obfuscation_with_Theoretical_and_Empirical_Validation [PDF]
Permalink
- Fazal Hameed, Jeronimo Castrillon, "BlendCache: An Energy and Area Efficient Racetrack Last-Level-Cache Architecture", In IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems (IEEE TCAD), vol. 41, pp. 5288–5298, Dec 2022. [doi] [Bibtex & Downloads]
BlendCache: An Energy and Area Efficient Racetrack Last-Level-Cache Architecture
Reference
Fazal Hameed, Jeronimo Castrillon, "BlendCache: An Energy and Area Efficient Racetrack Last-Level-Cache Architecture", In IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems (IEEE TCAD), vol. 41, pp. 5288–5298, Dec 2022. [doi]
Abstract
Racetrack memory (RTM) is a promising nonvolatile memory that provides multi-bit storage cells achieving a higher area and leakage energy efficiency compared to contemporary volatile and non-volatile memories. These features make RTM a potential candidate to be used as a Last-Level-Cache (LLC). One drawback of the multi-bit RTM cell is the serialized access to the stored data, resulting in a shift penalty to access a particular bit within the cell. This overhead is particularly critical for LLC tags, for which prior RTM designs place tags either in SRAM or in single-bit RTM cells. While this avoids shifting, these designs require large number of leaky cells incurring high energy consumption. To address this problem, this paper proposes an energy efficient RTM design called BlendCache that efficiently stores the tags in the leakage optimized multi-bit RTM cells. To reduce the RTM shift penalty of these cells, BlendCache exploits the spatial locality of programs by maximizing accesses to nearby locations in RTM. Employing 32-bit RTM cells for a single-core, BlendCache reduces the energy consumption by 20.8% and area by 15.2% compared to the state-of-the-art while its impact on performance is negligible. For a 4-core system, the energy improvement translates to 35.9% with 3% performance degradation.
Bibtex
@Article{hameed_tcad22,
author = {Fazal Hameed and Jeronimo Castrillon},
title = {{BlendCache}: An Energy and Area Efficient Racetrack Last-Level-Cache Architecture},
doi = {10.1109/TCAD.2022.3161198},
issn = {0278-0070},
issue = {12},
pages = {5288--5298},
url = {https://ieeexplore.ieee.org/document/9739802},
volume = {41},
abstract = {Racetrack memory (RTM) is a promising nonvolatile memory that provides multi-bit storage cells achieving a higher area and leakage energy efficiency compared to contemporary volatile and non-volatile memories. These features make RTM a potential candidate to be used as a Last-Level-Cache (LLC). One drawback of the multi-bit RTM cell is the serialized access to the stored data, resulting in a shift penalty to access a particular bit within the cell. This overhead is particularly critical for LLC tags, for which prior RTM designs place tags either in SRAM or in single-bit RTM cells. While this avoids shifting, these designs require large number of leaky cells incurring high energy consumption. To address this problem, this paper proposes an energy efficient RTM design called BlendCache that efficiently stores the tags in the leakage optimized multi-bit RTM cells. To reduce the RTM shift penalty of these cells, BlendCache exploits the spatial locality of programs by maximizing accesses to nearby locations in RTM. Employing 32-bit RTM cells for a single-core, BlendCache reduces the energy consumption by 20.8\% and area by 15.2\% compared to the state-of-the-art while its impact on performance is negligible. For a 4-core system, the energy improvement translates to 35.9\% with 3\% performance degradation.},
journal = {IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems (IEEE TCAD)},
month = dec,
project = {tracesymm,cfaed},
year = {2022},
}Downloads
2204_Hameed_TCAD [PDF]
Related Paths
Permalink
- Ahiud Morag, Xingyuan Chu, Christof Neumann, Darius Pohl, Mino Borrelli, Davood Sabaghi, Markus Löffler, Zden\vek Sofer, Andrey Turchanin, Minghao Yu, Xinliang Feng, "Ionic liquid electrolyte additive regulates the multi-species-insertion titanium sulfide cathode for magnesium batteries", In Energy Storage Materials, Elsevier BV, vol. 53, pp. 435–443, Dec 2022. [doi] [Bibtex & Downloads]
Ionic liquid electrolyte additive regulates the multi-species-insertion titanium sulfide cathode for magnesium batteries
Reference
Ahiud Morag, Xingyuan Chu, Christof Neumann, Darius Pohl, Mino Borrelli, Davood Sabaghi, Markus Löffler, Zden\vek Sofer, Andrey Turchanin, Minghao Yu, Xinliang Feng, "Ionic liquid electrolyte additive regulates the multi-species-insertion titanium sulfide cathode for magnesium batteries", In Energy Storage Materials, Elsevier BV, vol. 53, pp. 435–443, Dec 2022. [doi]
Bibtex
@article{Morag_2022,
doi = {10.1016/j.ensm.2022.09.021},
url = {https://doi.org/10.1016%2Fj.ensm.2022.09.021},
year = 2022,
month = {dec},
publisher = {Elsevier {BV}},
volume = {53},
pages = {435--443},
author = {Ahiud Morag and Xingyuan Chu and Christof Neumann and Darius Pohl and Mino Borrelli and Davood Sabaghi and Markus Löffler and Zden{\v{e}}k Sofer and Andrey Turchanin and Minghao Yu and Xinliang Feng},
title = {Ionic liquid electrolyte additive regulates the multi-species-insertion titanium sulfide cathode for magnesium batteries},
journal = {Energy Storage Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Julian Robledo, Jeronimo Castrillon, "Parameterizable mobile workloads for adaptable base station optimizations", Proceedings of the IEEE 15th International Symposium on Embedded Multicore/Many-core Systems-on-Chip (MCSoC-22), pp. 381-386, Dec 2022. [doi] [Bibtex & Downloads]
Parameterizable mobile workloads for adaptable base station optimizations
Reference
Julian Robledo, Jeronimo Castrillon, "Parameterizable mobile workloads for adaptable base station optimizations", Proceedings of the IEEE 15th International Symposium on Embedded Multicore/Many-core Systems-on-Chip (MCSoC-22), pp. 381-386, Dec 2022. [doi]
Abstract
Recent works on 5G baseband processing systems address the optimization of applications with different requirements of quality of service (QoS). The volume and heterogeneity of applications that have to be processed on a base station are growing and 5G introduces new use cases that push system designers towards more flexible and adaptable approaches. To investigate future network challenges of mobile communications, a good methodology for the generation of realistic workloads, that allows target optimizations of different traffic scenarios, is required. In this paper, we study the variation of real traffic data on multiple base stations and identify the main sources for the high variation of the 5G workloads. We propose a methodology for parameterizable workload generation for users with different QoS requirements that enables optimization techniques in baseband processing systems. We demonstrate the feasibility of our approach based on a virtual base station using a heterogeneous hardware model and various state-of-the-art mapping policies.
Bibtex
@InProceedings{robledo_mcsoc22,
author = {Julian Robledo and Jeronimo Castrillon},
booktitle = {Proceedings of the IEEE 15th International Symposium on Embedded Multicore/Many-core Systems-on-Chip (MCSoC-22)},
title = {Parameterizable mobile workloads for adaptable base station optimizations},
doi = {10.1109/MCSoC57363.2022.00067},
url = {https://ieeexplore.ieee.org/document/10008473},
location = {Penang, Malaysia},
pages = {381--386},
abstract = {Recent works on 5G baseband processing systems address the optimization of applications with different requirements of quality of service (QoS). The volume and heterogeneity of applications that have to be processed on a base station are growing and 5G introduces new use cases that push system designers towards more flexible and adaptable approaches. To investigate future network challenges of mobile communications, a good methodology for the generation of realistic workloads, that allows target optimizations of different traffic scenarios, is required. In this paper, we study the variation of real traffic data on multiple base stations and identify the main sources for the high variation of the 5G workloads. We propose a methodology for parameterizable workload generation for users with different QoS requirements that enables optimization techniques in baseband processing systems. We demonstrate the feasibility of our approach based on a virtual base station using a heterogeneous hardware model and various state-of-the-art mapping policies.},
month = dec,
year = {2022},
}Downloads
2212_Robledo_MCSOC [PDF]
Permalink
- Yuhao Liu, Shubham Rai, Salim Ullah, Akash Kumar, "NetPU: Prototyping a Generic Reconfigurable Neural Network Accelerator Architecture", In Proceeding: 2022 International Conference on Field-Programmable Technology (ICFPT), pp. 1-1, Dec 2022. [doi] [Bibtex & Downloads]
NetPU: Prototyping a Generic Reconfigurable Neural Network Accelerator Architecture
Reference
Yuhao Liu, Shubham Rai, Salim Ullah, Akash Kumar, "NetPU: Prototyping a Generic Reconfigurable Neural Network Accelerator Architecture", In Proceeding: 2022 International Conference on Field-Programmable Technology (ICFPT), pp. 1-1, Dec 2022. [doi]
Bibtex
@INPROCEEDINGS{9974206,
author={Liu, Yuhao and Rai, Shubham and Ullah, Salim and Kumar, Akash},
booktitle={2022 International Conference on Field-Programmable Technology (ICFPT)},
title={NetPU: Prototyping a Generic Reconfigurable Neural Network Accelerator Architecture},
year={2022},
month = {dec},
pages={1-1},
doi={10.1109/ICFPT56656.2022.9974206}}Downloads
NetPU_Prototyping_a_Generic_Reconfigurable_Neural_Network_Accelerator_Architecture [PDF]
Permalink
- Moritz Winter, Francisco J. T. Goncalves, Ivan Soldatov, Yangkun He, Belén E. Zúñiga Céspedes, Peter Milde, Kilian Lenz, Sandra Hamann, Marc Uhlarz, Praveen Vir, Markus König, Philip J. W. Moll, Richard Schlitz, Sebastian T. B. Goennenwein, Lukas M. Eng, Rudolf Schäfer, Joachim Wosnitza, Claudia Felser, Jacob Gayles, Toni Helm, "Antiskyrmions and their electrical footprint in crystalline mesoscale structures of Mn1.4PtSn", In Communications Materials, Springer Science and Business Media LLC, vol. 3, no. 1, Dec 2022. [doi] [Bibtex & Downloads]
Antiskyrmions and their electrical footprint in crystalline mesoscale structures of Mn1.4PtSn
Reference
Moritz Winter, Francisco J. T. Goncalves, Ivan Soldatov, Yangkun He, Belén E. Zúñiga Céspedes, Peter Milde, Kilian Lenz, Sandra Hamann, Marc Uhlarz, Praveen Vir, Markus König, Philip J. W. Moll, Richard Schlitz, Sebastian T. B. Goennenwein, Lukas M. Eng, Rudolf Schäfer, Joachim Wosnitza, Claudia Felser, Jacob Gayles, Toni Helm, "Antiskyrmions and their electrical footprint in crystalline mesoscale structures of Mn1.4PtSn", In Communications Materials, Springer Science and Business Media LLC, vol. 3, no. 1, Dec 2022. [doi]
Bibtex
@article{Winter_2022,
doi = {10.1038/s43246-022-00323-6},
url = {https://doi.org/10.1038%2Fs43246-022-00323-6},
year = 2022,
month = {dec},
publisher = {Springer Science and Business Media {LLC}},
volume = {3},
number = {1},
author = {Moritz Winter and Francisco J. T. Goncalves and Ivan Soldatov and Yangkun He and Bel{\'{e}}n E. Z{\'{u}}{\~{n}}iga C{\'{e}}spedes and Peter Milde and Kilian Lenz and Sandra Hamann and Marc Uhlarz and Praveen Vir and Markus König and Philip J. W. Moll and Richard Schlitz and Sebastian T. B. Goennenwein and Lukas M. Eng and Rudolf Schäfer and Joachim Wosnitza and Claudia Felser and Jacob Gayles and Toni Helm},
title = {Antiskyrmions and their electrical footprint in crystalline mesoscale structures of Mn1.4PtSn},
journal = {Communications Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Tobias Antrack, Martin Kroll, Lena Merten, Miguel Albaladejo-Siguan, Alexander Hinderhofer, Oleg V. Konovalov, Maciej Jankowski, Johannes Benduhn, Frank Schreiber, Yana Vaynzof, Karl Leo, "Enhancing Luminescence Efficiency by Controlled Island Formation of CsPbBr
$\less$sub$\greater$3$\less$/sub$\greater$
Perovskite", In Advanced Optical Materials, Wiley, vol. 11, no. 3, pp. 2201408, Dec 2022. [doi] [Bibtex & Downloads]
Enhancing Luminescence Efficiency by Controlled Island Formation of CsPbBr $\less$sub$\greater$3$\less$/sub$\greater$ Perovskite
Reference
Tobias Antrack, Martin Kroll, Lena Merten, Miguel Albaladejo-Siguan, Alexander Hinderhofer, Oleg V. Konovalov, Maciej Jankowski, Johannes Benduhn, Frank Schreiber, Yana Vaynzof, Karl Leo, "Enhancing Luminescence Efficiency by Controlled Island Formation of CsPbBr $\less$sub$\greater$3$\less$/sub$\greater$ Perovskite", In Advanced Optical Materials, Wiley, vol. 11, no. 3, pp. 2201408, Dec 2022. [doi]
Bibtex
@article{Antrack_2022,
doi = {10.1002/adom.202201408},
url = {https://doi.org/10.1002%2Fadom.202201408},
year = 2022,
month = {dec},
publisher = {Wiley},
volume = {11},
number = {3},
pages = {2201408},
author = {Tobias Antrack and Martin Kroll and Lena Merten and Miguel Albaladejo-Siguan and Alexander Hinderhofer and Oleg V. Konovalov and Maciej Jankowski and Johannes Benduhn and Frank Schreiber and Yana Vaynzof and Karl Leo},
title = {Enhancing Luminescence Efficiency by Controlled Island Formation of {CsPbBr}
$\less$sub$\greater$3$\less$/sub$\greater$
Perovskite},
journal = {Advanced Optical Materials}
}Downloads
No Downloads available for this publication
Permalink
- Lin Yang, Yang-Yang Ju, Miguel A. Medel, Yubin Fu, Hartmut Komber, Evgenia Dmitrieva, Jin-Jiang Zhang, Sebastian Obermann, Araceli G. Campaña, Ji Ma, Xinliang Feng, "Helical Bilayer Nonbenzenoid Nanographene Bearing a [10]Helicene with Two Embedded Heptagons", In Angewandte Chemie International Edition, Wiley, vol. 62, no. 4, Dec 2022. [doi] [Bibtex & Downloads]
Helical Bilayer Nonbenzenoid Nanographene Bearing a [10]Helicene with Two Embedded Heptagons
Reference
Lin Yang, Yang-Yang Ju, Miguel A. Medel, Yubin Fu, Hartmut Komber, Evgenia Dmitrieva, Jin-Jiang Zhang, Sebastian Obermann, Araceli G. Campaña, Ji Ma, Xinliang Feng, "Helical Bilayer Nonbenzenoid Nanographene Bearing a [10]Helicene with Two Embedded Heptagons", In Angewandte Chemie International Edition, Wiley, vol. 62, no. 4, Dec 2022. [doi]
Bibtex
@article{Yang_2022,
doi = {10.1002/anie.202216193},
url = {https://doi.org/10.1002%2Fanie.202216193},
year = 2022,
month = {dec},
publisher = {Wiley},
volume = {62},
number = {4},
author = {Lin Yang and Yang-Yang Ju and Miguel A. Medel and Yubin Fu and Hartmut Komber and Evgenia Dmitrieva and Jin-Jiang Zhang and Sebastian Obermann and Araceli G. Campa{\~{n}}a and Ji Ma and Xinliang Feng},
title = {Helical Bilayer Nonbenzenoid Nanographene Bearing a [10]Helicene with Two Embedded Heptagons},
journal = {Angewandte Chemie International Edition}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Claudia Fuoco, Xiangfeng Luan, Laura Fusco, Federica Riccio, Giulio Giuliani, Hazel Lin, Marco Orecchioni, Cristina Martín, Gianni Cesareni, Xinliang Feng, Yiyong Mai, Alberto Bianco, Lucia Gemma Delogu, "Graphene nanoribbons are internalized by human primary immune cell subpopulations maintaining a safety profile: A high-dimensional pilot study by single-cell mass cytometry", In Applied Materials Today, Elsevier BV, vol. 29, pp. 101593, Dec 2022. [doi] [Bibtex & Downloads]
Graphene nanoribbons are internalized by human primary immune cell subpopulations maintaining a safety profile: A high-dimensional pilot study by single-cell mass cytometry
Reference
Claudia Fuoco, Xiangfeng Luan, Laura Fusco, Federica Riccio, Giulio Giuliani, Hazel Lin, Marco Orecchioni, Cristina Martín, Gianni Cesareni, Xinliang Feng, Yiyong Mai, Alberto Bianco, Lucia Gemma Delogu, "Graphene nanoribbons are internalized by human primary immune cell subpopulations maintaining a safety profile: A high-dimensional pilot study by single-cell mass cytometry", In Applied Materials Today, Elsevier BV, vol. 29, pp. 101593, Dec 2022. [doi]
Bibtex
@article{Fuoco_2022,
doi = {10.1016/j.apmt.2022.101593},
url = {https://doi.org/10.1016%2Fj.apmt.2022.101593},
year = 2022,
month = {dec},
publisher = {Elsevier {BV}},
volume = {29},
pages = {101593},
author = {Claudia Fuoco and Xiangfeng Luan and Laura Fusco and Federica Riccio and Giulio Giuliani and Hazel Lin and Marco Orecchioni and Cristina Mart{\'{\i}}n and Gianni Cesareni and Xinliang Feng and Yiyong Mai and Alberto Bianco and Lucia Gemma Delogu},
title = {Graphene nanoribbons are internalized by human primary immune cell subpopulations maintaining a safety profile: A high-dimensional pilot study by single-cell mass cytometry},
journal = {Applied Materials Today}
}Downloads
No Downloads available for this publication
Permalink
- Shiyong Wang, Tomohiko Nishiuchi, Carlo A. Pignedoli, Xuelin Yao, Marco Di Giovannantonio, Yan Zhao, Akimitsu Narita, Xinliang Feng, Klaus Müllen, Pascal Ruffieux, Roman Fasel, "Steering on-surface reactions through molecular steric hindrance and molecule-substrate van der Waals interactions", In Quantum Frontiers, Springer Science and Business Media LLC, vol. 1, no. 1, Dec 2022. [doi] [Bibtex & Downloads]
Steering on-surface reactions through molecular steric hindrance and molecule-substrate van der Waals interactions
Reference
Shiyong Wang, Tomohiko Nishiuchi, Carlo A. Pignedoli, Xuelin Yao, Marco Di Giovannantonio, Yan Zhao, Akimitsu Narita, Xinliang Feng, Klaus Müllen, Pascal Ruffieux, Roman Fasel, "Steering on-surface reactions through molecular steric hindrance and molecule-substrate van der Waals interactions", In Quantum Frontiers, Springer Science and Business Media LLC, vol. 1, no. 1, Dec 2022. [doi]
Bibtex
@article{Wang_2022,
doi = {10.1007/s44214-022-00023-9},
url = {https://doi.org/10.1007%2Fs44214-022-00023-9},
year = 2022,
month = {dec},
publisher = {Springer Science and Business Media {LLC}},
volume = {1},
number = {1},
author = {Shiyong Wang and Tomohiko Nishiuchi and Carlo A. Pignedoli and Xuelin Yao and Marco Di Giovannantonio and Yan Zhao and Akimitsu Narita and Xinliang Feng and Klaus Müllen and Pascal Ruffieux and Roman Fasel},
title = {Steering on-surface reactions through molecular steric hindrance and molecule-substrate van der Waals interactions},
journal = {Quantum Frontiers}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Yu Kang, Yujia Han, Hedong Chen, Horst Borrmann, Peter Adler, Darius Pohl, Martin Hantusch, Markus König, Yangkun He, Yufei Ma, Xiaodong Wang, Claudia Felser, "Ruthenium-Alloyed Iron Phosphide Single Crystal with Increased Fermi Level for Efficient Hydrogen Evolution", In ACS Applied Materials &$\mathsemicolon$ Interfaces, American Chemical Society (ACS), vol. 14, no. 50, pp. 55587–55593, Dec 2022. [doi] [Bibtex & Downloads]
Ruthenium-Alloyed Iron Phosphide Single Crystal with Increased Fermi Level for Efficient Hydrogen Evolution
Reference
Yu Kang, Yujia Han, Hedong Chen, Horst Borrmann, Peter Adler, Darius Pohl, Martin Hantusch, Markus König, Yangkun He, Yufei Ma, Xiaodong Wang, Claudia Felser, "Ruthenium-Alloyed Iron Phosphide Single Crystal with Increased Fermi Level for Efficient Hydrogen Evolution", In ACS Applied Materials &$\mathsemicolon$ Interfaces, American Chemical Society (ACS), vol. 14, no. 50, pp. 55587–55593, Dec 2022. [doi]
Bibtex
@article{Kang_2022,
doi = {10.1021/acsami.2c16419},
url = {https://doi.org/10.1021%2Facsami.2c16419},
year = 2022,
month = {dec},
publisher = {American Chemical Society ({ACS})},
volume = {14},
number = {50},
pages = {55587--55593},
author = {Yu Kang and Yujia Han and Hedong Chen and Horst Borrmann and Peter Adler and Darius Pohl and Martin Hantusch and Markus König and Yangkun He and Yufei Ma and Xiaodong Wang and Claudia Felser},
title = {Ruthenium-Alloyed Iron Phosphide Single Crystal with Increased Fermi Level for Efficient Hydrogen Evolution},
journal = {{ACS} Applied Materials {\&}amp$\mathsemicolon$ Interfaces}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Tianyu Tang, Preetam Dacha, Katherina Haase, Joshua Kreß, Christian Hänisch, Jonathan Perez, Yulia Krupskaya, Alexander Tahn, Darius Pohl, Sebastian Schneider, Felix Talnack, Mike Hambsch, Sebastian Reineke, Yana Vaynzof, Stefan C. B. Mannsfeld, "Analysis of the Annealing Budget of Metal Oxide Thin-Film Transistors Prepared by an Aqueous Blade-Coating Process", In Advanced Functional Materials, Wiley, vol. 33, no. 8, pp. 2207966, Dec 2022. [doi] [Bibtex & Downloads]
Analysis of the Annealing Budget of Metal Oxide Thin-Film Transistors Prepared by an Aqueous Blade-Coating Process
Reference
Tianyu Tang, Preetam Dacha, Katherina Haase, Joshua Kreß, Christian Hänisch, Jonathan Perez, Yulia Krupskaya, Alexander Tahn, Darius Pohl, Sebastian Schneider, Felix Talnack, Mike Hambsch, Sebastian Reineke, Yana Vaynzof, Stefan C. B. Mannsfeld, "Analysis of the Annealing Budget of Metal Oxide Thin-Film Transistors Prepared by an Aqueous Blade-Coating Process", In Advanced Functional Materials, Wiley, vol. 33, no. 8, pp. 2207966, Dec 2022. [doi]
Bibtex
@article{Tang_2022,
doi = {10.1002/adfm.202207966},
url = {https://doi.org/10.1002%2Fadfm.202207966},
year = 2022,
month = {dec},
publisher = {Wiley},
volume = {33},
number = {8},
pages = {2207966},
author = {Tianyu Tang and Preetam Dacha and Katherina Haase and Joshua Kre{\ss} and Christian Hänisch and Jonathan Perez and Yulia Krupskaya and Alexander Tahn and Darius Pohl and Sebastian Schneider and Felix Talnack and Mike Hambsch and Sebastian Reineke and Yana Vaynzof and Stefan C. B. Mannsfeld},
title = {Analysis of the Annealing Budget of Metal Oxide Thin-Film Transistors Prepared by an Aqueous Blade-Coating Process},
journal = {Advanced Functional Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Shu-Jen Wang, Alexander Palatnik, Markas Sudzius, Felix Talnack, Luisa Barba, Zongbao Zhang, Darius Pohl, Ilia Lashkov, Christian Hänisch, Anton Kirch, Jörn Vahland, Marius Otte, Hans Kleemann, Stefan C. B. Mannsfeld, Sebastian Reineke, Karl Leo, "Optical Properties of Crystalline Thin Films of the Organic Laser Gain Material 4,4$\prime$-Bis[($\less$i$\greater$N$\less$/i$\greater$-carbazole)styryl]biphenyl", In ACS Applied Electronic Materials, American Chemical Society (ACS), Dec 2022. [doi] [Bibtex & Downloads]
Optical Properties of Crystalline Thin Films of the Organic Laser Gain Material 4,4$\prime$-Bis[($\less$i$\greater$N$\less$/i$\greater$-carbazole)styryl]biphenyl
Reference
Shu-Jen Wang, Alexander Palatnik, Markas Sudzius, Felix Talnack, Luisa Barba, Zongbao Zhang, Darius Pohl, Ilia Lashkov, Christian Hänisch, Anton Kirch, Jörn Vahland, Marius Otte, Hans Kleemann, Stefan C. B. Mannsfeld, Sebastian Reineke, Karl Leo, "Optical Properties of Crystalline Thin Films of the Organic Laser Gain Material 4,4$\prime$-Bis[($\less$i$\greater$N$\less$/i$\greater$-carbazole)styryl]biphenyl", In ACS Applied Electronic Materials, American Chemical Society (ACS), Dec 2022. [doi]
Bibtex
@article{Wang_2022,
doi = {10.1021/acsaelm.2c01401},
url = {https://doi.org/10.1021%2Facsaelm.2c01401},
year = 2022,
month = {dec},
publisher = {American Chemical Society ({ACS})},
author = {Shu-Jen Wang and Alexander Palatnik and Markas Sudzius and Felix Talnack and Luisa Barba and Zongbao Zhang and Darius Pohl and Ilia Lashkov and Christian Hänisch and Anton Kirch and Jörn Vahland and Marius Otte and Hans Kleemann and Stefan C. B. Mannsfeld and Sebastian Reineke and Karl Leo},
title = {Optical Properties of Crystalline Thin Films of the Organic Laser Gain Material 4,4$\prime$-Bis[($\less$i$\greater$N$\less$/i$\greater$-carbazole)styryl]biphenyl},
journal = {{ACS} Applied Electronic Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Pirah Noor Soomro, Mustafa Abduljabbar, Jeronimo Castrillon, Miquel Peric'as, "Shisha: Online scheduling of CNN pipelines on heterogeneous architectures", Proceedings of the 14th International Conference on Parallel Processing and Applied Mathematics, pp. 249–262, Nov 2022. [Bibtex & Downloads]
Shisha: Online scheduling of CNN pipelines on heterogeneous architectures
Reference
Pirah Noor Soomro, Mustafa Abduljabbar, Jeronimo Castrillon, Miquel Peric'as, "Shisha: Online scheduling of CNN pipelines on heterogeneous architectures", Proceedings of the 14th International Conference on Parallel Processing and Applied Mathematics, pp. 249–262, Nov 2022.
Abstract
Many modern multicore processors integrate asymmetric core clusters. With the trend towards Multi-Chip-Modules (MCMs) and interposer-based packaging technologies, platforms will feature heterogeneity at the level of cores, memory subsystem and the interconnect. Due to their potential high memory throughput and energy efficient core modules, these platforms are prominent targets for emerging machine learning applications, such as Convolutional Neural Networks (CNNs). To exploit and adapt to the diversity of modern heterogeneous chips, CNNs need to be quickly optimized in terms of scheduling and workload distribution among computing resources. To address this we propose Shisha, an online approach to generate and schedule parallel CNN pipelines on heterogeneous MCM-based architectures. Shisha targets heterogeneity in compute performance and memory bandwidth and tunes the pipeline schedule through a fast online exploration technique. We compare Shisha with Simulated Annealing, Hill Climbing and Pipe-Search. On average, the convergence time is improved by 35x in Shisha compared to other exploration algorithms. Despite the quick exploration, Shisha's solution is often better than that of other heuristic exploration algorithms.
Bibtex
@InProceedings{soomro_ppam22,
author = {Pirah Noor Soomro and Mustafa Abduljabbar and Jeronimo Castrillon and Miquel Pericás},
booktitle = {Proceedings of the 14th International Conference on Parallel Processing and Applied Mathematics},
date = {2022-11},
title = {Shisha: Online scheduling of CNN pipelines on heterogeneous architectures},
location = {Gdansk, Poland},
abstract = {Many modern multicore processors integrate asymmetric core clusters. With the trend towards Multi-Chip-Modules (MCMs) and interposer-based packaging technologies, platforms will feature heterogeneity at the level of cores, memory subsystem and the interconnect. Due to their potential high memory throughput and energy efficient core modules, these platforms are prominent targets for emerging machine learning applications, such as Convolutional Neural Networks (CNNs). To exploit and adapt to the diversity of modern heterogeneous chips, CNNs need to be quickly optimized in terms of scheduling and workload distribution among computing resources. To address this we propose Shisha, an online approach to generate and schedule parallel CNN pipelines on heterogeneous MCM-based architectures. Shisha targets heterogeneity in compute performance and memory bandwidth and tunes the pipeline schedule through a fast online exploration technique. We compare Shisha with Simulated Annealing, Hill Climbing and Pipe-Search. On average, the convergence time is improved by ~35x in Shisha compared to other exploration algorithms. Despite the quick exploration, Shisha's solution is often better than that of other heuristic exploration algorithms.},
month = nov,
year = {2022},
pages = {249--262},
url = {https://www.springerprofessional.de/shisha-online-scheduling-of-cnn-pipelines-on-heterogeneous-archi/25292292},
}Downloads
2211_Soomro_PPAM [PDF]
Permalink
- Felix Suchert, Jeronimo Castrillon, "STAMP-Rust: Language and Performance Comparison to C on Transactional Benchmarks", In Proceeding: Proceeeding of the BenchCouncil Transactions on Benchmarks, Standards and Evaluations (Bench22) (Gainaru, Ana and Zhang, Ce and Luo, Chunjie), Springer International Publishing, pp. 160–175, Cham, Nov 2022. [doi] [Bibtex & Downloads]
STAMP-Rust: Language and Performance Comparison to C on Transactional Benchmarks
Reference
Felix Suchert, Jeronimo Castrillon, "STAMP-Rust: Language and Performance Comparison to C on Transactional Benchmarks", In Proceeding: Proceeeding of the BenchCouncil Transactions on Benchmarks, Standards and Evaluations (Bench22) (Gainaru, Ana and Zhang, Ce and Luo, Chunjie), Springer International Publishing, pp. 160–175, Cham, Nov 2022. [doi]
Abstract
Software Transactional Memory has been used as a synchronization mechanism that is easier to use and compose than locking ones. The mechanisms continued relevance in research and application design motivates considerations regarding safer implementations than existing C libraries. In this paper, we study the impact of the Rust programming language on STM performance and code quality. To facilitate the comparison, we manually translated the STAMP benchmark suite to Rust and also generated a version using a state-of-the-art C-to-Rust transpiler. We find that, while idiomatic implementations using safe Rust are generally slower than both C and transpiled code, they guarantee memory safety and improve code quality.
Bibtex
@InProceedings{suchert_bench22,
author = {Felix Suchert and Jeronimo Castrillon},
booktitle = {Proceeeding of the BenchCouncil Transactions on Benchmarks, Standards and Evaluations (Bench22)},
title = {STAMP-Rust: Language and Performance Comparison to C on Transactional Benchmarks},
doi = {10.1007/978-3-031-31180-2_10},
editor = {Gainaru, Ana and Zhang, Ce and Luo, Chunjie},
isbn = {978-3-031-31180-2},
pages = {160--175},
publisher = {Springer International Publishing},
url = {https://link.springer.com/chapter/10.1007/978-3-031-31180-2_10},
abstract = {Software Transactional Memory has been used as a synchronization mechanism that is easier to use and compose than locking ones. The mechanisms continued relevance in research and application design motivates considerations regarding safer implementations than existing C libraries. In this paper, we study the impact of the Rust programming language on STM performance and code quality. To facilitate the comparison, we manually translated the STAMP benchmark suite to Rust and also generated a version using a state-of-the-art C-to-Rust transpiler. We find that, while idiomatic implementations using safe Rust are generally slower than both C and transpiled code, they guarantee memory safety and improve code quality.},
address = {Cham},
month = nov,
year = {2022},
}Downloads
2211_Suchert_BENCH [PDF]
Permalink
- [Bibtex & Downloads]
Problem Solving Environment and Compiler Optimizations for High-Performance Particle-Mesh Numerical Simulations
Reference
Bibtex
Downloads
No Downloads available for this publication
Permalink
- Nesrine Khouzami, Jeronimo Castrillon, "Problem Solving Environment and Compiler Optimizations for High-Performance Particle-Mesh Numerical Simulations", Supercomputing Conference (SC 2022) - Women in HPC Workshop (WHPC), Nov 2022. [Bibtex & Downloads]
Problem Solving Environment and Compiler Optimizations for High-Performance Particle-Mesh Numerical Simulations
Reference
Nesrine Khouzami, Jeronimo Castrillon, "Problem Solving Environment and Compiler Optimizations for High-Performance Particle-Mesh Numerical Simulations", Supercomputing Conference (SC 2022) - Women in HPC Workshop (WHPC), Nov 2022.
Abstract
We present OpenPME (Open Particle-Mesh Environment), a Problem Solving Environment (PSE) which provides a Domain Specific Language (DSL) built atop a domain model general enough to write numerical simulations in scientific computing using particle-mesh abstractions. This helps to close the productivity gap in HPC applications and effectively lowers the programming barrier to enable the smooth implementation of scalable simulations. We also introduce a model-based autotuning approach of discretization methods for OpenPME compiler. We evaluate the autotuner in two diffusion test cases and the results show that we consistently find configurations that outperform those found by state-of-the-art general-purpose autotuners.
Bibtex
@InProceedings{khouzami_sc_whpc22,
author = {Nesrine Khouzami and Jeronimo Castrillon},
title = {Problem Solving Environment and Compiler Optimizations for High-Performance Particle-Mesh Numerical Simulations},
location = {Dallas, Texas},
publisher = {Supercomputing Conference (SC 2022) - Women in HPC Workshop (WHPC)},
abstract = {We present OpenPME (Open Particle-Mesh Environment), a Problem Solving Environment (PSE) which provides a Domain Specific Language (DSL) built atop a domain model general enough to write numerical simulations in scientific computing using particle-mesh abstractions. This helps to close the productivity gap in HPC applications and effectively lowers the programming barrier to enable the smooth implementation of scalable simulations. We also introduce a model-based autotuning approach of discretization methods for OpenPME compiler. We evaluate the autotuner in two diffusion test cases and the results show that we consistently find configurations that outperform those found by state-of-the-art general-purpose autotuners.},
month = nov,
numpages = {3},
year = {2022},
}Downloads
2211_Khouzami_WHPC-SC [PDF]
Permalink
- Ran Ji, Zongbao Zhang, Yvonne J. Hofstetter, Robin Buschbeck, Christian Hänisch, Fabian Paulus, Yana Vaynzof, "Perovskite phase heterojunction solar cells", In Nature Energy, Springer Science and Business Media LLC, Nov 2022. [doi] [Bibtex & Downloads]
Perovskite phase heterojunction solar cells
Reference
Ran Ji, Zongbao Zhang, Yvonne J. Hofstetter, Robin Buschbeck, Christian Hänisch, Fabian Paulus, Yana Vaynzof, "Perovskite phase heterojunction solar cells", In Nature Energy, Springer Science and Business Media LLC, Nov 2022. [doi]
Bibtex
@article{Ji_2022,
doi = {10.1038/s41560-022-01154-y},
url = {https://doi.org/10.1038%2Fs41560-022-01154-y},
year = 2022,
month = {nov},
publisher = {Springer Science and Business Media {LLC}},
author = {Ran Ji and Zongbao Zhang and Yvonne J. Hofstetter and Robin Buschbeck and Christian Hänisch and Fabian Paulus and Yana Vaynzof},
title = {Perovskite phase heterojunction solar cells},
journal = {Nature Energy}
}Downloads
No Downloads available for this publication
Permalink
- Nima Kavand, Armin Darjani, Shubham Rai, Akash Kumar, "Securing Hardware through Reconfigurable Nano-structures", In Proceeding: International Conference on Computer-Aided Design (ICCAD), ACM, Nov 2022. [Bibtex & Downloads]
Securing Hardware through Reconfigurable Nano-structures
Reference
Nima Kavand, Armin Darjani, Shubham Rai, Akash Kumar, "Securing Hardware through Reconfigurable Nano-structures", In Proceeding: International Conference on Computer-Aided Design (ICCAD), ACM, Nov 2022.
Bibtex
@inproceedings{Kavand_ICCAD,
year = 2022,
month = {nov},
publisher = ,
author = {Nima Kavand and Armin Darjani and Shubham Rai and Akash Kumar},
title = {Securing Hardware through Reconfigurable Nano-structures},
booktitle = {International Conference on Computer-Aided Design ({ICCAD})}
}Downloads
No Downloads available for this publication
Permalink
- Elias Trommer, Bernd Waschneck, Akash Kumar, "Combining Gradients and Probabilities for Heterogeneous Approximation of Neural Networks", In Proceeding: International Conference on Computer-Aided Design (ICCAD), ACM/IEEE, Nov 2022. [Bibtex & Downloads]
Combining Gradients and Probabilities for Heterogeneous Approximation of Neural Networks
Reference
Elias Trommer, Bernd Waschneck, Akash Kumar, "Combining Gradients and Probabilities for Heterogeneous Approximation of Neural Networks", In Proceeding: International Conference on Computer-Aided Design (ICCAD), ACM/IEEE, Nov 2022.
Bibtex
@inproceedings{Trommer_ICCAD,
year = 2022,
month = {nov},
publisher = ,
author = {Elias Trommer and Bernd Waschneck and Akash Kumar},
title = {Combining Gradients and Probabilities for Heterogeneous Approximation of Neural Networks},
booktitle = {International Conference on Computer-Aided Design ({ICCAD})}
}Downloads
No Downloads available for this publication
Permalink
- Anna Maria Dominic, Zhiyong Wang, Agnieszka Kuc, Petko Petkov, Khoa Hoang Ly, Thi Lam Huong Pham, Martin Kutzschbach, Yuanyuan Cao, Julien Bachmann, Xinliang Feng, Renhao Dong, Inez Weidinger, "Oxidation state dependent conjugation controls electrocatalytic activity in a two-dimensional di-copper metal-organic framework", American Chemical Society (ACS), Nov 2022. [doi] [Bibtex & Downloads]
Oxidation state dependent conjugation controls electrocatalytic activity in a two-dimensional di-copper metal-organic framework
Reference
Anna Maria Dominic, Zhiyong Wang, Agnieszka Kuc, Petko Petkov, Khoa Hoang Ly, Thi Lam Huong Pham, Martin Kutzschbach, Yuanyuan Cao, Julien Bachmann, Xinliang Feng, Renhao Dong, Inez Weidinger, "Oxidation state dependent conjugation controls electrocatalytic activity in a two-dimensional di-copper metal-organic framework", American Chemical Society (ACS), Nov 2022. [doi]
Bibtex
@article{Dominic_2022,
doi = {10.26434/chemrxiv-2022-x1d2t},
url = {https://doi.org/10.26434%2Fchemrxiv-2022-x1d2t},
year = 2022,
month = {nov},
publisher = {American Chemical Society ({ACS})},
author = {Anna Maria Dominic and Zhiyong Wang and Agnieszka Kuc and Petko Petkov and Khoa Hoang Ly and Thi Lam Huong Pham and Martin Kutzschbach and Yuanyuan Cao and Julien Bachmann and Xinliang Feng and Renhao Dong and Inez Weidinger},
title = {Oxidation state dependent conjugation controls electrocatalytic activity in a two-dimensional di-copper metal-organic framework}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Wenhui Niu, Ji Ma, Xinliang Feng, "Precise Structural Regulation and Band-Gap Engineering of Curved Graphene Nanoribbons", In Accounts of Chemical Research, American Chemical Society (ACS), vol. 55, no. 23, pp. 3322–3333, Nov 2022. [doi] [Bibtex & Downloads]
Precise Structural Regulation and Band-Gap Engineering of Curved Graphene Nanoribbons
Reference
Wenhui Niu, Ji Ma, Xinliang Feng, "Precise Structural Regulation and Band-Gap Engineering of Curved Graphene Nanoribbons", In Accounts of Chemical Research, American Chemical Society (ACS), vol. 55, no. 23, pp. 3322–3333, Nov 2022. [doi]
Bibtex
@article{Niu_2022,
doi = {10.1021/acs.accounts.2c00550},
url = {https://doi.org/10.1021%2Facs.accounts.2c00550},
year = 2022,
month = {nov},
publisher = {American Chemical Society ({ACS})},
volume = {55},
number = {23},
pages = {3322--3333},
author = {Wenhui Niu and Ji Ma and Xinliang Feng},
title = {Precise Structural Regulation and Band-Gap Engineering of Curved Graphene Nanoribbons},
journal = {Accounts of Chemical Research}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Haoyong Yang, Qihao Sun, Zhongquan Liao, Mike Hambsch, Zhecheng Guo, Daheng Wu, Birgit Jost, Yuejun Zhang, Stefan C. B. Mannsfeld, Xinliang Feng, Xiaojian Zhu, Tao Zhang, "Microwave-assisted High-Throughput Synthesis of Crystalline Porphyrin-based Two-dimensional Polymers for Neuromorphic Vision Sensor", Research Square Platform LLC, Nov 2022. [doi] [Bibtex & Downloads]
Microwave-assisted High-Throughput Synthesis of Crystalline Porphyrin-based Two-dimensional Polymers for Neuromorphic Vision Sensor
Reference
Haoyong Yang, Qihao Sun, Zhongquan Liao, Mike Hambsch, Zhecheng Guo, Daheng Wu, Birgit Jost, Yuejun Zhang, Stefan C. B. Mannsfeld, Xinliang Feng, Xiaojian Zhu, Tao Zhang, "Microwave-assisted High-Throughput Synthesis of Crystalline Porphyrin-based Two-dimensional Polymers for Neuromorphic Vision Sensor", Research Square Platform LLC, Nov 2022. [doi]
Bibtex
@article{Yang_2022,
doi = {10.21203/rs.3.rs-2257277/v1},
url = {https://doi.org/10.21203%2Frs.3.rs-2257277%2Fv1},
year = 2022,
month = {nov},
publisher = {Research Square Platform {LLC}},
author = {Haoyong Yang and Qihao Sun and Zhongquan Liao and Mike Hambsch and Zhecheng Guo and Daheng Wu and Birgit Jost and Yuejun Zhang and Stefan C. B. Mannsfeld and Xinliang Feng and Xiaojian Zhu and Tao Zhang},
title = {Microwave-assisted High-Throughput Synthesis of Crystalline Porphyrin-based Two-dimensional Polymers for Neuromorphic Vision Sensor}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Yang Lu, Yingying Zhang, Chi-Yuan Yang, Sergio Revuelta, Haoyuan Qi, Chuanhui Huang, Wenlong Jin, Zichao Li, Victor Vega-Mayoral, Yannan Liu, Xing Huang, Darius Pohl, Miroslav Polo\vzij, Shengqiang Zhou, Enrique Cánovas, Thomas Heine, Simone Fabiano, Xinliang Feng, Renhao Dong, "Precise tuning of interlayer electronic coupling in layered conductive metal-organic frameworks", In Nature Communications, Springer Science and Business Media LLC, vol. 13, no. 1, Nov 2022. [doi] [Bibtex & Downloads]
Precise tuning of interlayer electronic coupling in layered conductive metal-organic frameworks
Reference
Yang Lu, Yingying Zhang, Chi-Yuan Yang, Sergio Revuelta, Haoyuan Qi, Chuanhui Huang, Wenlong Jin, Zichao Li, Victor Vega-Mayoral, Yannan Liu, Xing Huang, Darius Pohl, Miroslav Polo\vzij, Shengqiang Zhou, Enrique Cánovas, Thomas Heine, Simone Fabiano, Xinliang Feng, Renhao Dong, "Precise tuning of interlayer electronic coupling in layered conductive metal-organic frameworks", In Nature Communications, Springer Science and Business Media LLC, vol. 13, no. 1, Nov 2022. [doi]
Bibtex
@article{Lu_2022,
doi = {10.1038/s41467-022-34820-6},
url = {https://doi.org/10.1038%2Fs41467-022-34820-6},
year = 2022,
month = {nov},
publisher = {Springer Science and Business Media {LLC}},
volume = {13},
number = {1},
author = {Yang Lu and Yingying Zhang and Chi-Yuan Yang and Sergio Revuelta and Haoyuan Qi and Chuanhui Huang and Wenlong Jin and Zichao Li and Victor Vega-Mayoral and Yannan Liu and Xing Huang and Darius Pohl and Miroslav Polo{\v{z}}ij and Shengqiang Zhou and Enrique C{\'{a}}novas and Thomas Heine and Simone Fabiano and Xinliang Feng and Renhao Dong},
title = {Precise tuning of interlayer electronic coupling in layered conductive metal-organic frameworks},
journal = {Nature Communications}
}Downloads
No Downloads available for this publication
Permalink
- Yannan Liu, Shuai Fu, Dominik L. Pastoetter, Arafat Hossain Khan, Yingying Zhang, Arezoo Dianat, Shunqi Xu, Zhongquan Liao, Marcus Richter, Minghao Yu, Miroslav Polo\vzij, Eike Brunner, Gianaurelio Cuniberti, Thomas Heine, Mischa Bonn, Hai I. Wang, Xinliang Feng, "Vinylene-Linked 2D Conjugated Covalent Organic Frameworks by Wittig Reactions", In Angewandte Chemie International Edition, Wiley, vol. 61, no. 49, Nov 2022. [doi] [Bibtex & Downloads]
Vinylene-Linked 2D Conjugated Covalent Organic Frameworks by Wittig Reactions
Reference
Yannan Liu, Shuai Fu, Dominik L. Pastoetter, Arafat Hossain Khan, Yingying Zhang, Arezoo Dianat, Shunqi Xu, Zhongquan Liao, Marcus Richter, Minghao Yu, Miroslav Polo\vzij, Eike Brunner, Gianaurelio Cuniberti, Thomas Heine, Mischa Bonn, Hai I. Wang, Xinliang Feng, "Vinylene-Linked 2D Conjugated Covalent Organic Frameworks by Wittig Reactions", In Angewandte Chemie International Edition, Wiley, vol. 61, no. 49, Nov 2022. [doi]
Bibtex
@article{Liu_2022,
doi = {10.1002/anie.202209762},
url = {https://doi.org/10.1002%2Fanie.202209762},
year = 2022,
month = {nov},
publisher = {Wiley},
volume = {61},
number = {49},
author = {Yannan Liu and Shuai Fu and Dominik L. Pastoetter and Arafat Hossain Khan and Yingying Zhang and Arezoo Dianat and Shunqi Xu and Zhongquan Liao and Marcus Richter and Minghao Yu and Miroslav Polo{\v{z}}ij and Eike Brunner and Gianaurelio Cuniberti and Thomas Heine and Mischa Bonn and Hai I. Wang and Xinliang Feng},
title = {Vinylene-Linked 2D Conjugated Covalent Organic Frameworks by Wittig Reactions},
journal = {Angewandte Chemie International Edition}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Jonas Björk, Carlos Sánchez-Sánchez, Qiang Chen, Carlo A. Pignedoli, Johanna Rosen, Pascal Ruffieux, Xinliang Feng, Akimitsu Narita, Klaus Müllen, Roman Fasel, "The Role of Metal Adatoms in a Surface-Assisted Cyclodehydrogenation Reaction on a Gold Surface", In Angewandte Chemie International Edition, Wiley, vol. 61, no. 49, Nov 2022. [doi] [Bibtex & Downloads]
The Role of Metal Adatoms in a Surface-Assisted Cyclodehydrogenation Reaction on a Gold Surface
Reference
Jonas Björk, Carlos Sánchez-Sánchez, Qiang Chen, Carlo A. Pignedoli, Johanna Rosen, Pascal Ruffieux, Xinliang Feng, Akimitsu Narita, Klaus Müllen, Roman Fasel, "The Role of Metal Adatoms in a Surface-Assisted Cyclodehydrogenation Reaction on a Gold Surface", In Angewandte Chemie International Edition, Wiley, vol. 61, no. 49, Nov 2022. [doi]
Bibtex
@article{Bj_rk_2022,
doi = {10.1002/anie.202212354},
url = {https://doi.org/10.1002%2Fanie.202212354},
year = 2022,
month = {nov},
publisher = {Wiley},
volume = {61},
number = {49},
author = {Jonas Björk and Carlos S{\'{a}}nchez-S{\'{a}}nchez and Qiang Chen and Carlo A. Pignedoli and Johanna Rosen and Pascal Ruffieux and Xinliang Feng and Akimitsu Narita and Klaus Müllen and Roman Fasel},
title = {The Role of Metal Adatoms in a Surface-Assisted Cyclodehydrogenation Reaction on a Gold Surface},
journal = {Angewandte Chemie International Edition}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Behnaz Ranjbar, Ali Hosseinghorban, Siva Satyendra Sahoo, Alireza Ejlali, Akash Kumar, "BOT-MICS: Bounding Time Using Analytics in Mixed-Criticality Systems", In IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems, Institute of Electrical and Electronics Engineers (IEEE), vol. 41, no. 10, pp. 3239-3251, October 2022. [doi] [Bibtex & Downloads]
BOT-MICS: Bounding Time Using Analytics in Mixed-Criticality Systems
Reference
Behnaz Ranjbar, Ali Hosseinghorban, Siva Satyendra Sahoo, Alireza Ejlali, Akash Kumar, "BOT-MICS: Bounding Time Using Analytics in Mixed-Criticality Systems", In IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems, Institute of Electrical and Electronics Engineers (IEEE), vol. 41, no. 10, pp. 3239-3251, October 2022. [doi]
Bibtex
@article{Ranjbar_2022_tcad,
year = 2022,
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
month ={October},
author = {Behnaz Ranjbar and Ali Hosseinghorban and Siva Satyendra Sahoo and Alireza Ejlali and Akash Kumar},
title = {BOT-MICS: Bounding Time Using Analytics in Mixed-Criticality Systems},
journal = {{IEEE} Transactions on Computer-Aided Design of Integrated Circuits and Systems},
year={2022},
volume={41},
number={10},
pages={3239-3251},
doi={10.1109/TCAD.2021.3127867}
}Downloads
Behnaz_TCAD_DATE2021_Extension_Camera_ready [PDF]
Permalink
- Lars Steinberg, Christoph Mikulla, Ravisankar Naraparaju, Paul Pavlov, Markus Löffler, Uwe Schulz, Christoph Leyens, "Erosion behavior of CMAS/VA infiltrated EB-PVD Gd2Zr2O7 TBCs: Special emphasis on the effect of mechanical properties of the reaction products", In Wear, Elsevier BV, vol. 506-507, pp. 204450, Oct 2022. [doi] [Bibtex & Downloads]
Erosion behavior of CMAS/VA infiltrated EB-PVD Gd2Zr2O7 TBCs: Special emphasis on the effect of mechanical properties of the reaction products
Reference
Lars Steinberg, Christoph Mikulla, Ravisankar Naraparaju, Paul Pavlov, Markus Löffler, Uwe Schulz, Christoph Leyens, "Erosion behavior of CMAS/VA infiltrated EB-PVD Gd2Zr2O7 TBCs: Special emphasis on the effect of mechanical properties of the reaction products", In Wear, Elsevier BV, vol. 506-507, pp. 204450, Oct 2022. [doi]
Bibtex
@article{Steinberg_2022,
doi = {10.1016/j.wear.2022.204450},
url = {https://doi.org/10.1016%2Fj.wear.2022.204450},
year = 2022,
month = {oct},
publisher = {Elsevier {BV}},
volume = {506-507},
pages = {204450},
author = {Lars Steinberg and Christoph Mikulla and Ravisankar Naraparaju and Paul Pavlov and Markus Löffler and Uwe Schulz and Christoph Leyens},
title = {Erosion behavior of {CMAS}/{VA} infiltrated {EB}-{PVD} Gd2Zr2O7 {TBCs}: Special emphasis on the effect of mechanical properties of the reaction products},
journal = {Wear}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Miguel Albaladejo-Siguan, David Becker-Koch, Elizabeth C. Baird, Yvonne J. Hofstetter, Ben P. Carwithen, Anton Kirch, Sebastian Reineke, Artem A. Bakulin, Fabian Paulus, Yana Vaynzof, "Interdot Lead Halide Excess Management in PbS Quantum Dot Solar Cells", In Advanced Energy Materials, Wiley, pp. 2202994, Oct 2022. [doi] [Bibtex & Downloads]
Interdot Lead Halide Excess Management in PbS Quantum Dot Solar Cells
Reference
Miguel Albaladejo-Siguan, David Becker-Koch, Elizabeth C. Baird, Yvonne J. Hofstetter, Ben P. Carwithen, Anton Kirch, Sebastian Reineke, Artem A. Bakulin, Fabian Paulus, Yana Vaynzof, "Interdot Lead Halide Excess Management in PbS Quantum Dot Solar Cells", In Advanced Energy Materials, Wiley, pp. 2202994, Oct 2022. [doi]
Bibtex
@article{Albaladejo_Siguan_2022,
doi = {10.1002/aenm.202202994},
url = {https://doi.org/10.1002%2Faenm.202202994},
year = 2022,
month = {oct},
publisher = {Wiley},
pages = {2202994},
author = {Miguel Albaladejo-Siguan and David Becker-Koch and Elizabeth C. Baird and Yvonne J. Hofstetter and Ben P. Carwithen and Anton Kirch and Sebastian Reineke and Artem A. Bakulin and Fabian Paulus and Yana Vaynzof},
title = {Interdot Lead Halide Excess Management in {PbS} Quantum Dot Solar Cells},
journal = {Advanced Energy Materials}
}Downloads
No Downloads available for this publication
Permalink
- Simon Meusel, "Learning a Graph Neural Network based model for Probabilistic Alias Analysis", Bachelor's thesis, TU Dresden, Oct 2022. [Bibtex & Downloads]
Learning a Graph Neural Network based model for Probabilistic Alias Analysis
Reference
Simon Meusel, "Learning a Graph Neural Network based model for Probabilistic Alias Analysis", Bachelor's thesis, TU Dresden, Oct 2022.
Bibtex
@bachelorsthesis{Meusel-BA22,
title={Learning a Graph Neural Network based model for Probabilistic Alias Analysis},
author={Simon Meusel},
year={2022},
month={oct},
school={TU Dresden},
}Downloads
0711_Meusel_BA [PDF]
Permalink
- Ben Carwithen, Thomas R. Hopper, Ziyuan Ge, Navendu Mondal, Franziska Krieg, Federico Montanarella, Martin Kroll, Karl Leo, Yana Vaynzof, Maryna Bodnarchuk, Maksym Kovalenko, Artem A. Bakulin, "Hot carrier cooling dynamics in low-dimensional lead halide perovskites", In Proceeding: Physical Chemistry of Semiconductor Materials and Interfaces XXI (Andrew J. Musser and Derya Baran), SPIE, Oct 2022. [doi] [Bibtex & Downloads]
Hot carrier cooling dynamics in low-dimensional lead halide perovskites
Reference
Ben Carwithen, Thomas R. Hopper, Ziyuan Ge, Navendu Mondal, Franziska Krieg, Federico Montanarella, Martin Kroll, Karl Leo, Yana Vaynzof, Maryna Bodnarchuk, Maksym Kovalenko, Artem A. Bakulin, "Hot carrier cooling dynamics in low-dimensional lead halide perovskites", In Proceeding: Physical Chemistry of Semiconductor Materials and Interfaces XXI (Andrew J. Musser and Derya Baran), SPIE, Oct 2022. [doi]
Bibtex
@inproceedings{Carwithen_2022,
doi = {10.1117/12.2632229},
url = {https://doi.org/10.1117%2F12.2632229},
year = 2022,
month = {oct},
publisher = ,
author = {Ben Carwithen and Thomas R. Hopper and Ziyuan Ge and Navendu Mondal and Franziska Krieg and Federico Montanarella and Martin Kroll and Karl Leo and Yana Vaynzof and Maryna Bodnarchuk and Maksym Kovalenko and Artem A. Bakulin},
editor = {Andrew J. Musser and Derya Baran},
title = {Hot carrier cooling dynamics in low-dimensional lead halide perovskites},
booktitle = {Physical Chemistry of Semiconductor Materials and Interfaces {XXI}}
}Downloads
No Downloads available for this publication
Permalink
- Ahmad Bagheri, Sebastiano Bellani, Hossein Beydaghi, Matilde Eredia, Leyla Najafi, Gabriele Bianca, Marilena Isabella Zappia, Milad Safarpour, Maedeh Najafi, Elisa Mantero, Zdenek Sofer, Guorong Hou, Vittorio Pellegrini, Xinliang Feng, Francesco Bonaccorso, "Functionalized Metallic 2D Transition Metal Dichalcogenide-Based Solid-State Electrolyte for Flexible All-Solid-State Supercapacitors", In ACS Nano, American Chemical Society (ACS), vol. 16, no. 10, pp. 16426–16442, Oct 2022. [doi] [Bibtex & Downloads]
Functionalized Metallic 2D Transition Metal Dichalcogenide-Based Solid-State Electrolyte for Flexible All-Solid-State Supercapacitors
Reference
Ahmad Bagheri, Sebastiano Bellani, Hossein Beydaghi, Matilde Eredia, Leyla Najafi, Gabriele Bianca, Marilena Isabella Zappia, Milad Safarpour, Maedeh Najafi, Elisa Mantero, Zdenek Sofer, Guorong Hou, Vittorio Pellegrini, Xinliang Feng, Francesco Bonaccorso, "Functionalized Metallic 2D Transition Metal Dichalcogenide-Based Solid-State Electrolyte for Flexible All-Solid-State Supercapacitors", In ACS Nano, American Chemical Society (ACS), vol. 16, no. 10, pp. 16426–16442, Oct 2022. [doi]
Bibtex
@article{Bagheri_2022,
doi = {10.1021/acsnano.2c05640},
url = {https://doi.org/10.1021%2Facsnano.2c05640},
year = 2022,
month = {oct},
publisher = {American Chemical Society ({ACS})},
volume = {16},
number = {10},
pages = {16426--16442},
author = {Ahmad Bagheri and Sebastiano Bellani and Hossein Beydaghi and Matilde Eredia and Leyla Najafi and Gabriele Bianca and Marilena Isabella Zappia and Milad Safarpour and Maedeh Najafi and Elisa Mantero and Zdenek Sofer and Guorong Hou and Vittorio Pellegrini and Xinliang Feng and Francesco Bonaccorso},
title = {Functionalized Metallic 2D Transition Metal Dichalcogenide-Based Solid-State Electrolyte for Flexible All-Solid-State Supercapacitors},
journal = {{ACS} Nano}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Yixuan Gao, Li Huang, Yun Cao, Marcus Richter, Jing Qi, Qi Zheng, Huan Yang, Ji Ma, Xiao Chang, Xiaoshuai Fu, Carlos-Andres Palma, Hongliang Lu, Yu-Yang Zhang, Zhihai Cheng, Xiao Lin, Min Ouyang, Xinliang Feng, Shixuan Du, Hong-Jun Gao, "Selective activation of four quasi-equivalent C\textendashH bonds yields N-doped graphene nanoribbons with partial corannulene motifs", In Nature Communications, Springer Science and Business Media LLC, vol. 13, no. 1, Oct 2022. [doi] [Bibtex & Downloads]
Selective activation of four quasi-equivalent C\textendashH bonds yields N-doped graphene nanoribbons with partial corannulene motifs
Reference
Yixuan Gao, Li Huang, Yun Cao, Marcus Richter, Jing Qi, Qi Zheng, Huan Yang, Ji Ma, Xiao Chang, Xiaoshuai Fu, Carlos-Andres Palma, Hongliang Lu, Yu-Yang Zhang, Zhihai Cheng, Xiao Lin, Min Ouyang, Xinliang Feng, Shixuan Du, Hong-Jun Gao, "Selective activation of four quasi-equivalent C\textendashH bonds yields N-doped graphene nanoribbons with partial corannulene motifs", In Nature Communications, Springer Science and Business Media LLC, vol. 13, no. 1, Oct 2022. [doi]
Bibtex
@article{Gao_2022,
doi = {10.1038/s41467-022-33898-2},
url = {https://doi.org/10.1038%2Fs41467-022-33898-2},
year = 2022,
month = {oct},
publisher = {Springer Science and Business Media {LLC}},
volume = {13},
number = {1},
author = {Yixuan Gao and Li Huang and Yun Cao and Marcus Richter and Jing Qi and Qi Zheng and Huan Yang and Ji Ma and Xiao Chang and Xiaoshuai Fu and Carlos-Andres Palma and Hongliang Lu and Yu-Yang Zhang and Zhihai Cheng and Xiao Lin and Min Ouyang and Xinliang Feng and Shixuan Du and Hong-Jun Gao},
title = {Selective activation of four quasi-equivalent C{\textendash}H bonds yields N-doped graphene nanoribbons with partial corannulene motifs},
journal = {Nature Communications}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Urvashi Bothra, Miguel Albaladejo-Siguan, Yana Vaynzof, Dinesh Kabra, "Impact of Ligands on the Performance of PbS Quantum Dot Visible\textendashNear-Infrared Photodetectors", In Advanced Optical Materials, Wiley, vol. 11, no. 1, pp. 2201897, Oct 2022. [doi] [Bibtex & Downloads]
Impact of Ligands on the Performance of PbS Quantum Dot Visible\textendashNear-Infrared Photodetectors
Reference
Urvashi Bothra, Miguel Albaladejo-Siguan, Yana Vaynzof, Dinesh Kabra, "Impact of Ligands on the Performance of PbS Quantum Dot Visible\textendashNear-Infrared Photodetectors", In Advanced Optical Materials, Wiley, vol. 11, no. 1, pp. 2201897, Oct 2022. [doi]
Bibtex
@article{Bothra_2022,
doi = {10.1002/adom.202201897},
url = {https://doi.org/10.1002%2Fadom.202201897},
year = 2022,
month = {oct},
publisher = {Wiley},
volume = {11},
number = {1},
pages = {2201897},
author = {Urvashi Bothra and Miguel Albaladejo-Siguan and Yana Vaynzof and Dinesh Kabra},
title = {Impact of Ligands on the Performance of {PbS} Quantum Dot Visible{\textendash}Near-Infrared Photodetectors},
journal = {Advanced Optical Materials}
}Downloads
No Downloads available for this publication
Permalink
- Stephanie Soldavini, Karl F. A. Friebel, Mattia Tibaldi, Gerald Hempel, Jeronimo Castrillon, Christian Pilato, "Automatic Creation of High-Bandwidth Memory Architectures from Domain-Specific Languages: The Case of Computational Fluid Dynamics", In ACM Transactions on Reconfigurable Technology and Systems (TRETS), Association for Computing Machinery, New York, NY, USA, Sep 2022. [doi] [Bibtex & Downloads]
Automatic Creation of High-Bandwidth Memory Architectures from Domain-Specific Languages: The Case of Computational Fluid Dynamics
Reference
Stephanie Soldavini, Karl F. A. Friebel, Mattia Tibaldi, Gerald Hempel, Jeronimo Castrillon, Christian Pilato, "Automatic Creation of High-Bandwidth Memory Architectures from Domain-Specific Languages: The Case of Computational Fluid Dynamics", In ACM Transactions on Reconfigurable Technology and Systems (TRETS), Association for Computing Machinery, New York, NY, USA, Sep 2022. [doi]
Abstract
Numerical simulations can help solve complex problems. Most of these algorithms are massively parallel and thus good candidates for FPGA acceleration thanks to spatial parallelism. Modern FPGA devices can leverage high-bandwidth memory technologies, but when applications are memory-bound designers must craft advanced communication and memory architectures for efficient data movement and on-chip storage. This development process requires hardware design skills that are uncommon in domain-specific experts. In this paper, we propose an automated tool flow from a domain-specific language (DSL) for tensor expressions to generate massively-parallel accelerators on HBM-equipped FPGAs. Designers can use this flow to integrate and evaluate various compiler or hardware optimizations. We use computational fluid dynamics (CFD) as a paradigmatic example. Our flow starts from the high-level specification of tensor operations and combines an MLIR-based compiler with an in-house hardware generation flow to generate systems with parallel accelerators and a specialized memory architecture that moves data efficiently, aiming at fully exploiting the available CPU-FPGA bandwidth. We simulated applications with millions of elements, achieving up to 103 GFLOPS with one compute unit and custom precision when targeting a Xilinx Alveo U280. Our FPGA implementation is up to 25 \texttimes more energy efficient than expert-crafted Intel CPU implementations.
Bibtex
@Article{friebel_trets22,
author = {Stephanie Soldavini and Karl F. A. Friebel and Mattia Tibaldi and Gerald Hempel and Jeronimo Castrillon and Christian Pilato},
title = {Automatic Creation of High-Bandwidth Memory Architectures from Domain-Specific Languages: The Case of Computational Fluid Dynamics},
doi = {10.1145/3563553},
issn = {1936-7406},
url = {https://doi.org/10.1145/3563553},
abstract = {Numerical simulations can help solve complex problems. Most of these algorithms are massively parallel and thus good candidates for FPGA acceleration thanks to spatial parallelism. Modern FPGA devices can leverage high-bandwidth memory technologies, but when applications are memory-bound designers must craft advanced communication and memory architectures for efficient data movement and on-chip storage. This development process requires hardware design skills that are uncommon in domain-specific experts. In this paper, we propose an automated tool flow from a domain-specific language (DSL) for tensor expressions to generate massively-parallel accelerators on HBM-equipped FPGAs. Designers can use this flow to integrate and evaluate various compiler or hardware optimizations. We use computational fluid dynamics (CFD) as a paradigmatic example. Our flow starts from the high-level specification of tensor operations and combines an MLIR-based compiler with an in-house hardware generation flow to generate systems with parallel accelerators and a specialized memory architecture that moves data efficiently, aiming at fully exploiting the available CPU-FPGA bandwidth. We simulated applications with millions of elements, achieving up to 103 GFLOPS with one compute unit and custom precision when targeting a Xilinx Alveo U280. Our FPGA implementation is up to 25 \texttimes{} more energy efficient than expert-crafted Intel CPU implementations.},
address = {New York, NY, USA},
journal = {ACM Transactions on Reconfigurable Technology and Systems (TRETS)},
month = sep,
numpages = {30},
publisher = {Association for Computing Machinery},
year = {2022},
}Downloads
No Downloads available for this publication
Permalink
- Falk Niefind, Rishi Shivhare, Stefan C.B. Mannsfeld, Bernd Abel, Mike Hambsch, "Investigating the morphology of bulk heterojunctions by laser photoemission electron microscopy", In Polymer Testing, Elsevier BV, pp. 107791, Sep 2022. [doi] [Bibtex & Downloads]
Investigating the morphology of bulk heterojunctions by laser photoemission electron microscopy
Reference
Falk Niefind, Rishi Shivhare, Stefan C.B. Mannsfeld, Bernd Abel, Mike Hambsch, "Investigating the morphology of bulk heterojunctions by laser photoemission electron microscopy", In Polymer Testing, Elsevier BV, pp. 107791, Sep 2022. [doi]
Bibtex
@article{Niefind_2022,
doi = {10.1016/j.polymertesting.2022.107791},
url = {https://doi.org/10.1016%2Fj.polymertesting.2022.107791},
year = 2022,
month = {sep},
publisher = {Elsevier {BV}},
pages = {107791},
author = {Falk Niefind and Rishi Shivhare and Stefan C.B. Mannsfeld and Bernd Abel and Mike Hambsch},
title = {Investigating the morphology of bulk heterojunctions by laser photoemission electron microscopy},
journal = {Polymer Testing}
}Downloads
No Downloads available for this publication
Permalink
- Mozhgan Navardi, Behnaz Ranjbar, Nezam Rohbani, Alireza Ejlali, Akash Kumar, "Peak-Power Aware Life-time Reliability Improvement in Fault-Tolerant Mixed-Criticality Systems", In IEEE Open Journal of Circuits and Systems, vol. 3, pp. 199-215, September 2022. [doi] [Bibtex & Downloads]
Peak-Power Aware Life-time Reliability Improvement in Fault-Tolerant Mixed-Criticality Systems
Reference
Mozhgan Navardi, Behnaz Ranjbar, Nezam Rohbani, Alireza Ejlali, Akash Kumar, "Peak-Power Aware Life-time Reliability Improvement in Fault-Tolerant Mixed-Criticality Systems", In IEEE Open Journal of Circuits and Systems, vol. 3, pp. 199-215, September 2022. [doi]
Bibtex
@ARTICLE{9896164,
author={Navardi, Mozhgan and Ranjbar, Behnaz and Rohbani, Nezam and Ejlali, Alireza and Kumar, Akash},
journal={IEEE Open Journal of Circuits and Systems},
title={Peak-Power Aware Life-time Reliability Improvement in Fault-Tolerant Mixed-Criticality Systems},
year={2022},
month={September},
volume={3},
number={},
pages={199-215},
doi={10.1109/OJCAS.2022.3207598}}Downloads
OJCAS2022-ACCEPTED [PDF]
Permalink
- Murali Gedda, Despoina Gkeka, Mohamad Insan Nugraha, Alberto D. Scaccabarozzi, Emre Yengel, Jafar I. Khan, Iain Hamilton, Yuanbao Lin, Marielle Deconinck, Yana Vaynzof, Frédéric Laquai, Donal D. C. Bradley, Thomas D. Anthopoulos, "High-Efficiency Perovskite\textendashOrganic Blend Light-Emitting Diodes Featuring Self-Assembled Monolayers as Hole-Injecting Interlayers", In Advanced Energy Materials, Wiley, pp. 2201396, Sep 2022. [doi] [Bibtex & Downloads]
High-Efficiency Perovskite\textendashOrganic Blend Light-Emitting Diodes Featuring Self-Assembled Monolayers as Hole-Injecting Interlayers
Reference
Murali Gedda, Despoina Gkeka, Mohamad Insan Nugraha, Alberto D. Scaccabarozzi, Emre Yengel, Jafar I. Khan, Iain Hamilton, Yuanbao Lin, Marielle Deconinck, Yana Vaynzof, Frédéric Laquai, Donal D. C. Bradley, Thomas D. Anthopoulos, "High-Efficiency Perovskite\textendashOrganic Blend Light-Emitting Diodes Featuring Self-Assembled Monolayers as Hole-Injecting Interlayers", In Advanced Energy Materials, Wiley, pp. 2201396, Sep 2022. [doi]
Bibtex
@article{Gedda_2022,
doi = {10.1002/aenm.202201396},
url = {https://doi.org/10.1002%2Faenm.202201396},
year = 2022,
month = {sep},
publisher = {Wiley},
pages = {2201396},
author = {Murali Gedda and Despoina Gkeka and Mohamad Insan Nugraha and Alberto D. Scaccabarozzi and Emre Yengel and Jafar I. Khan and Iain Hamilton and Yuanbao Lin and Marielle Deconinck and Yana Vaynzof and Fr{\'{e}}d{\'{e}}ric Laquai and Donal D. C. Bradley and Thomas D. Anthopoulos},
title = {High-Efficiency Perovskite{\textendash}Organic Blend Light-Emitting Diodes Featuring Self-Assembled Monolayers as Hole-Injecting Interlayers},
journal = {Advanced Energy Materials}
}Downloads
No Downloads available for this publication
Permalink
- Joshua A. Kress, Claudio Quarti, Qingzhi An, Sapir Bitton, Nir Tessler, David Beljonne, Yana Vaynzof, "Persistent Ion Accumulation at Interfaces Improves the Performance of Perovskite Solar Cells", In ACS Energy Letters, American Chemical Society (ACS), pp. 3302–3310, Sep 2022. [doi] [Bibtex & Downloads]
Persistent Ion Accumulation at Interfaces Improves the Performance of Perovskite Solar Cells
Reference
Joshua A. Kress, Claudio Quarti, Qingzhi An, Sapir Bitton, Nir Tessler, David Beljonne, Yana Vaynzof, "Persistent Ion Accumulation at Interfaces Improves the Performance of Perovskite Solar Cells", In ACS Energy Letters, American Chemical Society (ACS), pp. 3302–3310, Sep 2022. [doi]
Bibtex
@article{Kress_2022,
doi = {10.1021/acsenergylett.2c01636},
url = {https://doi.org/10.1021%2Facsenergylett.2c01636},
year = 2022,
month = {sep},
publisher = {American Chemical Society ({ACS})},
pages = {3302--3310},
author = {Joshua A. Kress and Claudio Quarti and Qingzhi An and Sapir Bitton and Nir Tessler and David Beljonne and Yana Vaynzof},
title = {Persistent Ion Accumulation at Interfaces Improves the Performance of Perovskite Solar Cells},
journal = {{ACS} Energy Letters}
}Downloads
No Downloads available for this publication
Permalink
- Guangbo Chen, Xiaodong Li, Xinliang Feng, "Upgrading Organic Compounds through the Coupling of Electrooxidation with Hydrogen Evolution", In Angewandte Chemie International Edition, Wiley, vol. 61, no. 42, Sep 2022. [doi] [Bibtex & Downloads]
Upgrading Organic Compounds through the Coupling of Electrooxidation with Hydrogen Evolution
Reference
Guangbo Chen, Xiaodong Li, Xinliang Feng, "Upgrading Organic Compounds through the Coupling of Electrooxidation with Hydrogen Evolution", In Angewandte Chemie International Edition, Wiley, vol. 61, no. 42, Sep 2022. [doi]
Bibtex
@article{Chen_2022,
doi = {10.1002/anie.202209014},
url = {https://doi.org/10.1002%2Fanie.202209014},
year = 2022,
month = {sep},
publisher = {Wiley},
volume = {61},
number = {42},
author = {Guangbo Chen and Xiaodong Li and Xinliang Feng},
title = {Upgrading Organic Compounds through the Coupling of Electrooxidation with Hydrogen Evolution},
journal = {Angewandte Chemie International Edition}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Fanny Spagnolo, Salim Ullah, Pasquale Corsonello, Akash Kumar, "ERMES: Efficient Racetrack Memory Emulation System based on FPGA", In Proceeding: 2022 International Conference on Field-Programmable Logic and Applications (FPL), pp. 1-6, Aug 2022. [Bibtex & Downloads]
ERMES: Efficient Racetrack Memory Emulation System based on FPGA
Reference
Fanny Spagnolo, Salim Ullah, Pasquale Corsonello, Akash Kumar, "ERMES: Efficient Racetrack Memory Emulation System based on FPGA", In Proceeding: 2022 International Conference on Field-Programmable Logic and Applications (FPL), pp. 1-6, Aug 2022.
Bibtex
@INPROCEEDINGS{ERMES,
author={Fanny Spagnolo and Salim Ullah and Pasquale Corsonello and Akash Kumar},
booktitle={2022 International Conference on Field-Programmable Logic and Applications (FPL)},
title={ERMES: Efficient Racetrack Memory Emulation System based on FPGA},
year={2022},
month={aug},
volume={},
number={},
pages={1-6}
}Downloads
RTM_Emulator_FPL [PDF]
Permalink
- Mohammed Bawatna, Behnaz Ranjbar, Akash Kumar, "A Hybrid Scheduling Mechanism for Multi-programming in Mixed-Criticality Systems" (to appear), In Proceeding: Euromicro Conference on Digital System Design (DSD), pp. 1-6, Aug 2022. [Bibtex & Downloads]
A Hybrid Scheduling Mechanism for Multi-programming in Mixed-Criticality Systems
Reference
Mohammed Bawatna, Behnaz Ranjbar, Akash Kumar, "A Hybrid Scheduling Mechanism for Multi-programming in Mixed-Criticality Systems" (to appear), In Proceeding: Euromicro Conference on Digital System Design (DSD), pp. 1-6, Aug 2022.
Bibtex
@InProceedings{medo_dsd22,
author = {Mohammed Bawatna and Behnaz Ranjbar and Akash Kumar},
title = {A Hybrid Scheduling Mechanism for Multi-programming in Mixed-Criticality Systems},
booktitle = { Euromicro Conference on Digital System Design (DSD)},
year = {2022},
month = {Aug},
pages={1-6},
}Downloads
No Downloads available for this publication
Permalink
- Amritha Immaneni, Salim Ullah, Suresh Nambi, Siva Satyendra Sahoo, Akash Kumar, "PosAx-O: Exploring Operator-level Approximatons for Posit Arithmetic in Embedded AI/ML" (to appear), In Proceeding: Euromicro Conference on Digital System Design (DSD), pp. 1-6, Aug 2022. [Bibtex & Downloads]
PosAx-O: Exploring Operator-level Approximatons for Posit Arithmetic in Embedded AI/ML
Reference
Amritha Immaneni, Salim Ullah, Suresh Nambi, Siva Satyendra Sahoo, Akash Kumar, "PosAx-O: Exploring Operator-level Approximatons for Posit Arithmetic in Embedded AI/ML" (to appear), In Proceeding: Euromicro Conference on Digital System Design (DSD), pp. 1-6, Aug 2022.
Bibtex
@InProceedings{posax,
author = {Amritha Immaneni and Salim Ullah and Suresh Nambi and Siva Satyendra Sahoo and Akash Kumar},
title = {PosAx-O: Exploring Operator-level Approximatons for Posit Arithmetic in Embedded AI/ML},
booktitle = {Euromicro Conference on Digital System Design (DSD)},
year = {2022},
month = {Aug},
pages={1-6},
}Downloads
No Downloads available for this publication
Permalink
- Lucinda Mulko, Wei Wang, Robert Baumann, Joshua Kress, Bogdan Voisiat, Erwin Jaeger, Beate Leupolt, Yana Vaynzof, Marcos Soldera, Andrés Fabián Lasagni, "Understanding the Relation between Pulse Duration and Topography Evolution of Polyether Ether Ketones Textures by Ultrashort Infrared Laser Interference Patterning", In Advanced Engineering Materials, Wiley, pp. 2200688, Aug 2022. [doi] [Bibtex & Downloads]
Understanding the Relation between Pulse Duration and Topography Evolution of Polyether Ether Ketones Textures by Ultrashort Infrared Laser Interference Patterning
Reference
Lucinda Mulko, Wei Wang, Robert Baumann, Joshua Kress, Bogdan Voisiat, Erwin Jaeger, Beate Leupolt, Yana Vaynzof, Marcos Soldera, Andrés Fabián Lasagni, "Understanding the Relation between Pulse Duration and Topography Evolution of Polyether Ether Ketones Textures by Ultrashort Infrared Laser Interference Patterning", In Advanced Engineering Materials, Wiley, pp. 2200688, Aug 2022. [doi]
Bibtex
@article{Mulko_2022,
doi = {10.1002/adem.202200688},
url = {https://doi.org/10.1002%2Fadem.202200688},
year = 2022,
month = {aug},
publisher = {Wiley},
pages = {2200688},
author = {Lucinda Mulko and Wei Wang and Robert Baumann and Joshua Kress and Bogdan Voisiat and Erwin Jaeger and Beate Leupolt and Yana Vaynzof and Marcos Soldera and Andr{\'{e}}s Fabi{\'{a}}n Lasagni},
title = {Understanding the Relation between Pulse Duration and Topography Evolution of Polyether Ether Ketones Textures by Ultrashort Infrared Laser Interference Patterning},
journal = {Advanced Engineering Materials}
}Downloads
No Downloads available for this publication
Permalink
- Yana Vaynzof, "Can transparent materials emit visible light?", In Matter, Elsevier BV, vol. 5, no. 8, pp. 2442–2444, Aug 2022. [doi] [Bibtex & Downloads]
Can transparent materials emit visible light?
Reference
Yana Vaynzof, "Can transparent materials emit visible light?", In Matter, Elsevier BV, vol. 5, no. 8, pp. 2442–2444, Aug 2022. [doi]
Bibtex
@article{Vaynzof_2022,
doi = {10.1016/j.matt.2022.05.029},
url = {https://doi.org/10.1016%2Fj.matt.2022.05.029},
year = 2022,
month = {aug},
publisher = {Elsevier {BV}},
volume = {5},
number = {8},
pages = {2442--2444},
author = {Yana Vaynzof},
title = {Can transparent materials emit visible light?},
journal = {Matter}
}Downloads
No Downloads available for this publication
Permalink
- Ryan P. Sullivan, John T. Morningstar, Eduardo Castellanos-Trejo, Robert W. Bradford, Yvonne J. Hofstetter, Yana Vaynzof, Mark E. Welker, Oana D. Jurchescu, "Intermolecular charge transfer enhances the performance of molecular rectifiers", In Science Advances, American Association for the Advancement of Science (AAAS), vol. 8, no. 31, Aug 2022. [doi] [Bibtex & Downloads]
Intermolecular charge transfer enhances the performance of molecular rectifiers
Reference
Ryan P. Sullivan, John T. Morningstar, Eduardo Castellanos-Trejo, Robert W. Bradford, Yvonne J. Hofstetter, Yana Vaynzof, Mark E. Welker, Oana D. Jurchescu, "Intermolecular charge transfer enhances the performance of molecular rectifiers", In Science Advances, American Association for the Advancement of Science (AAAS), vol. 8, no. 31, Aug 2022. [doi]
Bibtex
@article{Sullivan_2022,
doi = {10.1126/sciadv.abq7224},
url = {https://doi.org/10.1126%2Fsciadv.abq7224},
year = 2022,
month = {aug},
publisher = {American Association for the Advancement of Science ({AAAS})},
volume = {8},
number = {31},
author = {Ryan P. Sullivan and John T. Morningstar and Eduardo Castellanos-Trejo and Robert W. Bradford and Yvonne J. Hofstetter and Yana Vaynzof and Mark E. Welker and Oana D. Jurchescu},
title = {Intermolecular charge transfer enhances the performance of molecular rectifiers},
journal = {Science Advances}
}Downloads
No Downloads available for this publication
Permalink
- Jiachen Zhang, Guangbo Chen, Qicheng Liu, Chuang Fan, Dongmei Sun, Yawen Tang, Hanjun Sun, Xinliang Feng, "Competitive Adsorption: Reducing the Poisoning Effect of Adsorbed Hydroxyl on Ru Single-Atom Site with SnO
$\less$sub$\greater$2$\less$/sub$\greater$
for Efficient Hydrogen Evolution", In Angewandte Chemie International Edition, Wiley, vol. 61, no. 39, Aug 2022. [doi] [Bibtex & Downloads]
Competitive Adsorption: Reducing the Poisoning Effect of Adsorbed Hydroxyl on Ru Single-Atom Site with SnO $\less$sub$\greater$2$\less$/sub$\greater$ for Efficient Hydrogen Evolution
Reference
Jiachen Zhang, Guangbo Chen, Qicheng Liu, Chuang Fan, Dongmei Sun, Yawen Tang, Hanjun Sun, Xinliang Feng, "Competitive Adsorption: Reducing the Poisoning Effect of Adsorbed Hydroxyl on Ru Single-Atom Site with SnO $\less$sub$\greater$2$\less$/sub$\greater$ for Efficient Hydrogen Evolution", In Angewandte Chemie International Edition, Wiley, vol. 61, no. 39, Aug 2022. [doi]
Bibtex
@article{Zhang_2022,
doi = {10.1002/anie.202209486},
url = {https://doi.org/10.1002%2Fanie.202209486},
year = 2022,
month = {aug},
publisher = {Wiley},
volume = {61},
number = {39},
author = {Jiachen Zhang and Guangbo Chen and Qicheng Liu and Chuang Fan and Dongmei Sun and Yawen Tang and Hanjun Sun and Xinliang Feng},
title = {Competitive Adsorption: Reducing the Poisoning Effect of Adsorbed Hydroxyl on Ru Single-Atom Site with {SnO}
$\less$sub$\greater$2$\less$/sub$\greater$
for Efficient Hydrogen Evolution},
journal = {Angewandte Chemie International Edition}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Jin-Jiang Zhang, Ji Ma, Xinliang Feng, "Precision Synthesis of Boron-Doped Graphene Nanoribbons: Recent Progress and Perspectives", In Macromolecular Chemistry and Physics, Wiley, vol. 224, no. 1, pp. 2200232, Aug 2022. [doi] [Bibtex & Downloads]
Precision Synthesis of Boron-Doped Graphene Nanoribbons: Recent Progress and Perspectives
Reference
Jin-Jiang Zhang, Ji Ma, Xinliang Feng, "Precision Synthesis of Boron-Doped Graphene Nanoribbons: Recent Progress and Perspectives", In Macromolecular Chemistry and Physics, Wiley, vol. 224, no. 1, pp. 2200232, Aug 2022. [doi]
Bibtex
@article{Zhang_2022,
doi = {10.1002/macp.202200232},
url = {https://doi.org/10.1002%2Fmacp.202200232},
year = 2022,
month = {aug},
publisher = {Wiley},
volume = {224},
number = {1},
pages = {2200232},
author = {Jin-Jiang Zhang and Ji Ma and Xinliang Feng},
title = {Precision Synthesis of Boron-Doped Graphene Nanoribbons: Recent Progress and Perspectives},
journal = {Macromolecular Chemistry and Physics}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Yang Lu, Haixia Zhong, Jian Li, Anna Maria Dominic, Yiming Hu, Zhen Gao, Yalong Jiao, Mingjian Wu, Haoyuan Qi, Chuanhui Huang, Lacey J. Wayment, Ute Kaiser, Erdmann Spiecker, Inez M. Weidinger, Wei Zhang, Xinliang Feng, Renhao Dong, "sp-Carbon Incorporated Conductive Metal-Organic Framework as Photocathode for Photoelectrochemical Hydrogen Generation", In Angewandte Chemie International Edition, Wiley, vol. 61, no. 39, Aug 2022. [doi] [Bibtex & Downloads]
sp-Carbon Incorporated Conductive Metal-Organic Framework as Photocathode for Photoelectrochemical Hydrogen Generation
Reference
Yang Lu, Haixia Zhong, Jian Li, Anna Maria Dominic, Yiming Hu, Zhen Gao, Yalong Jiao, Mingjian Wu, Haoyuan Qi, Chuanhui Huang, Lacey J. Wayment, Ute Kaiser, Erdmann Spiecker, Inez M. Weidinger, Wei Zhang, Xinliang Feng, Renhao Dong, "sp-Carbon Incorporated Conductive Metal-Organic Framework as Photocathode for Photoelectrochemical Hydrogen Generation", In Angewandte Chemie International Edition, Wiley, vol. 61, no. 39, Aug 2022. [doi]
Bibtex
@article{Lu_2022,
doi = {10.1002/anie.202208163},
url = {https://doi.org/10.1002%2Fanie.202208163},
year = 2022,
month = {aug},
publisher = {Wiley},
volume = {61},
number = {39},
author = {Yang Lu and Haixia Zhong and Jian Li and Anna Maria Dominic and Yiming Hu and Zhen Gao and Yalong Jiao and Mingjian Wu and Haoyuan Qi and Chuanhui Huang and Lacey J. Wayment and Ute Kaiser and Erdmann Spiecker and Inez M. Weidinger and Wei Zhang and Xinliang Feng and Renhao Dong},
title = {sp-Carbon Incorporated Conductive Metal-Organic Framework as Photocathode for Photoelectrochemical Hydrogen Generation},
journal = {Angewandte Chemie International Edition}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Darius Pohl, Bernd Rellinghaus, Sebastian Schneider, Dominik Krieger, Yejin Lee, Praveen Vir, Claudia Felser, Moritz Winter, Andy Thomas, "In-situ Magneto-Transport Measurements in a Transmission Electron Microscope", In Microscopy and Microanalysis, Oxford University Press (OUP), vol. 28, no. S1, pp. 192–193, Aug 2022. [doi] [Bibtex & Downloads]
In-situ Magneto-Transport Measurements in a Transmission Electron Microscope
Reference
Darius Pohl, Bernd Rellinghaus, Sebastian Schneider, Dominik Krieger, Yejin Lee, Praveen Vir, Claudia Felser, Moritz Winter, Andy Thomas, "In-situ Magneto-Transport Measurements in a Transmission Electron Microscope", In Microscopy and Microanalysis, Oxford University Press (OUP), vol. 28, no. S1, pp. 192–193, Aug 2022. [doi]
Bibtex
@article{Pohl_2022,
doi = {10.1017/s1431927622001647},
url = {https://doi.org/10.1017%2Fs1431927622001647},
year = 2022,
month = {aug},
publisher = {Oxford University Press ({OUP})},
volume = {28},
number = {S1},
pages = {192--193},
author = {Darius Pohl and Bernd Rellinghaus and Sebastian Schneider and Dominik Krieger and Yejin Lee and Praveen Vir and Claudia Felser and Moritz Winter and Andy Thomas},
title = {In-situ Magneto-Transport Measurements in a Transmission Electron Microscope},
journal = {Microscopy and Microanalysis}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Sascha Teutoburg-Weiss, Marcos Soldera, Felix Bouchard, Joshua Kreß, Yana Vaynzof, Andr'es Fabi'an Lasagni, "Structural colors with embedded anti-counterfeit features fabricated by laser-based methods", In Optics &$\mathsemicolon$ Laser Technology, Elsevier BV, vol. 151, pp. 108012, Jul 2022. [doi] [Bibtex & Downloads]
Structural colors with embedded anti-counterfeit features fabricated by laser-based methods
Reference
Sascha Teutoburg-Weiss, Marcos Soldera, Felix Bouchard, Joshua Kreß, Yana Vaynzof, Andr'es Fabi'an Lasagni, "Structural colors with embedded anti-counterfeit features fabricated by laser-based methods", In Optics &$\mathsemicolon$ Laser Technology, Elsevier BV, vol. 151, pp. 108012, Jul 2022. [doi]
Bibtex
@article{Teutoburg_Weiss_2022,
doi = {10.1016/j.optlastec.2022.108012},
url = {https://doi.org/10.1016%2Fj.optlastec.2022.108012},
year = 2022,
month = {jul},
publisher = {Elsevier {BV}},
volume = {151},
pages = {108012},
author = {Sascha Teutoburg-Weiss and Marcos Soldera and Felix Bouchard and Joshua Kre{\ss} and Yana Vaynzof and Andr{\'{e}}s Fabi{\'{a}}n Lasagni},
title = {Structural colors with embedded anti-counterfeit features fabricated by laser-based methods},
journal = {Optics {\&}amp$\mathsemicolon$ Laser Technology}
}Downloads
No Downloads available for this publication
Permalink
- Ehrenfried Zschech, Emre Topal, Kristina Kutukova, Jürgen Gluch, Markus Löffler, Stephan Werner, Peter Guttmann, Gerd Schneider, Zhongquan Liao, Janis Timoshenko, "Multi-scale microscopy study of 3D morphology and structure of MoNi4/MoO2@Ni electrocatalytic systems for fast water dissociation", In Micron, Elsevier BV, vol. 158, pp. 103262, Jul 2022. [doi] [Bibtex & Downloads]
Multi-scale microscopy study of 3D morphology and structure of MoNi4/MoO2@Ni electrocatalytic systems for fast water dissociation
Reference
Ehrenfried Zschech, Emre Topal, Kristina Kutukova, Jürgen Gluch, Markus Löffler, Stephan Werner, Peter Guttmann, Gerd Schneider, Zhongquan Liao, Janis Timoshenko, "Multi-scale microscopy study of 3D morphology and structure of MoNi4/MoO2@Ni electrocatalytic systems for fast water dissociation", In Micron, Elsevier BV, vol. 158, pp. 103262, Jul 2022. [doi]
Bibtex
@article{Zschech_2022,
doi = {10.1016/j.micron.2022.103262},
url = {https://doi.org/10.1016%2Fj.micron.2022.103262},
year = 2022,
month = {jul},
publisher = {Elsevier {BV}},
volume = {158},
pages = {103262},
author = {Ehrenfried Zschech and Emre Topal and Kristina Kutukova and Jürgen Gluch and Markus Löffler and Stephan Werner and Peter Guttmann and Gerd Schneider and Zhongquan Liao and Janis Timoshenko},
title = {Multi-scale microscopy study of 3D morphology and structure of {MoNi}4/{MoO}2@Ni electrocatalytic systems for fast water dissociation},
journal = {Micron}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Nishant Gupta, Mohil Desai, Mark Wijtvliet, Shubham Rai, Akash Kumar, "DELTA: DEsigning a steaLthy trigger mechanism for analog hardware Trojans and its detection Analysis,", In Proceeding: 2022 59th ACM/IEEE Design Automation Conference (DAC) (to appear), pp. 1-6, 7/2022. [Bibtex & Downloads]
DELTA: DEsigning a steaLthy trigger mechanism for analog hardware Trojans and its detection Analysis,
Reference
Nishant Gupta, Mohil Desai, Mark Wijtvliet, Shubham Rai, Akash Kumar, "DELTA: DEsigning a steaLthy trigger mechanism for analog hardware Trojans and its detection Analysis,", In Proceeding: 2022 59th ACM/IEEE Design Automation Conference (DAC) (to appear), pp. 1-6, 7/2022.
Bibtex
@INPROCEEDINGS{dac-2022-delta,
author={Gupta, Nishant and Desai, Mohil and Wijtvliet, Mark and Rai, Shubham and Kumar, Akash},
booktitle={2022 59th ACM/IEEE Design Automation Conference (DAC) (to appear)},
title={DELTA: DEsigning a steaLthy trigger mechanism for analog hardware Trojans and its detection Analysis,},
year={2022},
month=7,
pages={1-6}
}Downloads
Nishant_Trojan-1 [PDF]
Permalink
- Fazal Hameed, Asif Ali Khan, Sebastien Ollivier, Alex K. Jones, Jeronimo Castrillon, "DNA Pre-alignment Filter using Processing Near Racetrack Memory", In IEEE Computer Architecture Letters, IEEE, pp. 1–4, Jul 2022. [doi] [Bibtex & Downloads]
DNA Pre-alignment Filter using Processing Near Racetrack Memory
Reference
Fazal Hameed, Asif Ali Khan, Sebastien Ollivier, Alex K. Jones, Jeronimo Castrillon, "DNA Pre-alignment Filter using Processing Near Racetrack Memory", In IEEE Computer Architecture Letters, IEEE, pp. 1–4, Jul 2022. [doi]
Abstract
Recent DNA pre-alignment filter designs employ DRAM for storing the reference genome and its associated meta-data. However, DRAM incurs increasingly high energy consumption background and refresh energy as devices scale. To overcome this problem, this paper explores a design with racetrack memory (RTM)–an emerging non-volatile memory that promises higher storage density, faster access latency, and lower energy consumption. Multi-bit storage cells in RTM are inherently sequential and thus require data placement strategies to mitigate the performance and energy impacts of shifting during data accesses. We propose a near-memory pre-alignment filter with a novel data mapping and several shift reduction strategies designed explicitly for RTM. On a set of four input genomes from the 1000 Genome Project, our approach improves performance and energy efficiency by 68% and 52%, respectively, compared to the state of the art proposed DRAM-based architecture.
Bibtex
@Article{hameed_ieeecal22,
author = {Fazal Hameed and Asif Ali Khan and Sebastien Ollivier and Alex K. Jones and Jeronimo Castrillon},
date = {2022-08},
journal = {IEEE Computer Architecture Letters},
title = {DNA Pre-alignment Filter using Processing Near Racetrack Memory},
abstract = {Recent DNA pre-alignment filter designs employ DRAM for storing the reference genome and its associated meta-data. However, DRAM incurs increasingly high energy consumption background and refresh energy as devices scale. To overcome this problem, this paper explores a design with racetrack memory (RTM)--an emerging non-volatile memory that promises higher storage density, faster access latency, and lower energy consumption. Multi-bit storage cells in RTM are inherently sequential and thus require data placement strategies to mitigate the performance and energy impacts of shifting during data accesses. We propose a near-memory pre-alignment filter with a novel data mapping and several shift reduction strategies designed explicitly for RTM. On a set of four input genomes from the 1000 Genome Project, our approach improves performance and energy efficiency by 68\% and 52\%, respectively, compared to the state of the art proposed DRAM-based architecture.},
month = jul,
numpages = {4},
publisher = {IEEE},
year = {2022},
doi = {10.1109/LCA.2022.3194263},
pages = {1--4},
url = {https://ieeexplore.ieee.org/document/9841612},
}Downloads
No Downloads available for this publication
Permalink
- Christian Hakert, Asif Ali Khan, Kuan-Hsun Chen, Fazal Hameed, Jeronimo Castrillon, Jian-Jia Che, "ROLLED: Racetrack Memory Optimized Linear Layout and Efficient Decomposition of Decision Trees", In IEEE Transactions on Computers, pp. 1-14, Jul 2022. [doi] [Bibtex & Downloads]
ROLLED: Racetrack Memory Optimized Linear Layout and Efficient Decomposition of Decision Trees
Reference
Christian Hakert, Asif Ali Khan, Kuan-Hsun Chen, Fazal Hameed, Jeronimo Castrillon, Jian-Jia Che, "ROLLED: Racetrack Memory Optimized Linear Layout and Efficient Decomposition of Decision Trees", In IEEE Transactions on Computers, pp. 1-14, Jul 2022. [doi]
Bibtex
@Article{hakert_toc22,
author = {Christian Hakert and Asif Ali Khan and Kuan-Hsun Chen and Fazal Hameed and Jeronimo Castrillon and Jian-Jia Che},
title = {{ROLLED}: Racetrack Memory Optimized Linear Layout and Efficient Decomposition of Decision Trees},
journal = {IEEE Transactions on Computers},
month = jul,
year = {2022},
doi = {10.1109/TC.2022.3197094},
pages = {1--14},
url = {https://ieeexplore.ieee.org/document/9851943},
}Downloads
No Downloads available for this publication
Permalink
- Max Sponner, Bernd Waschneck, Akash Kumar, "AI-Driven Performance Modeling for AI Inference Workloads", In Journal of Low Power Electronics and Applications, MDPI AG, vol. 11, no. 15, pp. 7, Jul 2022. [doi] [Bibtex & Downloads]
AI-Driven Performance Modeling for AI Inference Workloads
Reference
Max Sponner, Bernd Waschneck, Akash Kumar, "AI-Driven Performance Modeling for AI Inference Workloads", In Journal of Low Power Electronics and Applications, MDPI AG, vol. 11, no. 15, pp. 7, Jul 2022. [doi]
Bibtex
@article{Sponner_2022,
doi = {10.3390/electronics11152316},
url = {https://doi.org/10.3390/electronics11152316},
year = 2022,
month = {jul},
publisher = {{MDPI} {AG}},
volume = {11},
number = {15},
pages = {7},
author = {Max Sponner and Bernd Waschneck and Akash Kumar},
title = {AI-Driven Performance Modeling for AI Inference Workloads},
journal = {Journal of Low Power Electronics and Applications}
}Downloads
electronics-11-02316 [PDF]
Permalink
- Rafael Fão de Moura, João Paulo Cardoso de Lima, Luigi Carro, "Data and Computation Reuse in CNNs using Memristor TCAMs", In ACM Transactions on Reconfigurable Technology and Systems, Association for Computing Machinery (ACM), Jul 2022. [doi] [Bibtex & Downloads]
Data and Computation Reuse in CNNs using Memristor TCAMs
Reference
Rafael Fão de Moura, João Paulo Cardoso de Lima, Luigi Carro, "Data and Computation Reuse in CNNs using Memristor TCAMs", In ACM Transactions on Reconfigurable Technology and Systems, Association for Computing Machinery (ACM), Jul 2022. [doi]
Bibtex
@article{de_Moura_2022,
doi = {10.1145/3549536},
url = {https://doi.org/10.1145%2F3549536},
year = 2022,
month = {jul},
publisher = {Association for Computing Machinery ({ACM})},
author = {Rafael Fao de Moura and Joao Paulo Cardoso de Lima and Luigi Carro},
title = {Data and Computation Reuse in {CNNs} using Memristor {TCAMs}},
journal = {{ACM} Transactions on Reconfigurable Technology and Systems}
}Downloads
No Downloads available for this publication
Permalink
- Jafar I. Khan, Murali Gedda, Mingcong Wang, Emre Yengel, Joshua A. Kreß, Yana Vaynzof, Thomas D. Anthopoulos, Fr'ed'eric Laquai, "Photophysics of Defect-Passivated Quasi-2D $(PEA)_2PbBr4_ Perovskite Using an Organic Small Molecule", In ACS Energy Letters, American Chemical Society (ACS), vol. 7, no. 8, pp. 2450–2458, Jul 2022. [doi] [Bibtex & Downloads]
Photophysics of Defect-Passivated Quasi-2D $(PEA)_2PbBr4_ Perovskite Using an Organic Small Molecule
Reference
Jafar I. Khan, Murali Gedda, Mingcong Wang, Emre Yengel, Joshua A. Kreß, Yana Vaynzof, Thomas D. Anthopoulos, Fr'ed'eric Laquai, "Photophysics of Defect-Passivated Quasi-2D $(PEA)_2PbBr4_ Perovskite Using an Organic Small Molecule", In ACS Energy Letters, American Chemical Society (ACS), vol. 7, no. 8, pp. 2450–2458, Jul 2022. [doi]
Bibtex
@article{Khan_2022,
doi = {10.1021/acsenergylett.2c00597},
url = {https://doi.org/10.1021%2Facsenergylett.2c00597},
year = 2022,
month = {jul},
publisher = {American Chemical Society ({ACS})},
volume = {7},
number = {8},
pages = {2450--2458},
author = {Jafar I. Khan and Murali Gedda and Mingcong Wang and Emre Yengel and Joshua A. Kre{\ss} and Yana Vaynzof and Thomas D. Anthopoulos and Fr{\'{e}}d{\'{e}}ric Laquai},
title = {Photophysics of Defect-Passivated Quasi-2D (PEA)_2PbBr_4 Perovskite Using an Organic Small Molecule},
journal = {{ACS} Energy Letters}
}Downloads
No Downloads available for this publication
Permalink
- Tobias Antrack, Martin Kroll, Markas Sudzius, Changsoon Cho, Paulius Imbrasas, Miguel Albaladejo-Siguan, Johannes Benduhn, Lena Merten, Alexander Hinderhofer, Frank Schreiber, Sebastian Reineke, Yana Vaynzof, Karl Leo, "Optical Properties of Perovskite-Organic Multiple Quantum Wells", In Advanced Science, Wiley, vol. 9, no. 24, pp. 2200379, Jul 2022. [doi] [Bibtex & Downloads]
Optical Properties of Perovskite-Organic Multiple Quantum Wells
Reference
Tobias Antrack, Martin Kroll, Markas Sudzius, Changsoon Cho, Paulius Imbrasas, Miguel Albaladejo-Siguan, Johannes Benduhn, Lena Merten, Alexander Hinderhofer, Frank Schreiber, Sebastian Reineke, Yana Vaynzof, Karl Leo, "Optical Properties of Perovskite-Organic Multiple Quantum Wells", In Advanced Science, Wiley, vol. 9, no. 24, pp. 2200379, Jul 2022. [doi]
Bibtex
@article{Antrack_2022,
doi = {10.1002/advs.202200379},
url = {https://doi.org/10.1002%2Fadvs.202200379},
year = 2022,
month = {jul},
publisher = {Wiley},
volume = {9},
number = {24},
pages = {2200379},
author = {Tobias Antrack and Martin Kroll and Markas Sudzius and Changsoon Cho and Paulius Imbrasas and Miguel Albaladejo-Siguan and Johannes Benduhn and Lena Merten and Alexander Hinderhofer and Frank Schreiber and Sebastian Reineke and Yana Vaynzof and Karl Leo},
title = {Optical Properties of Perovskite-Organic Multiple Quantum Wells},
journal = {Advanced Science}
}Downloads
No Downloads available for this publication
Permalink
- Nikhil Rangarajan, Satwik Patnaik, Mohammed Nabeel, Mohammed Ashraf, Shubham Rai, Gopal Raut, Heba Abunahla, Baker Mohammad, Santosh Kumar Vishvakarma, Akash Kumar, Johann Knechtel, Ozgur Sinanoglu, "SCRAMBLE: A Secure and Configurable, Memristor-Based Neuromorphic Hardware Leveraging 3D Architecture", In Proceeding: 2022 IEEE Computer Society Annual Symposium on VLSI (ISVLSI), IEEE, Jul 2022. [doi] [Bibtex & Downloads]
SCRAMBLE: A Secure and Configurable, Memristor-Based Neuromorphic Hardware Leveraging 3D Architecture
Reference
Nikhil Rangarajan, Satwik Patnaik, Mohammed Nabeel, Mohammed Ashraf, Shubham Rai, Gopal Raut, Heba Abunahla, Baker Mohammad, Santosh Kumar Vishvakarma, Akash Kumar, Johann Knechtel, Ozgur Sinanoglu, "SCRAMBLE: A Secure and Configurable, Memristor-Based Neuromorphic Hardware Leveraging 3D Architecture", In Proceeding: 2022 IEEE Computer Society Annual Symposium on VLSI (ISVLSI), IEEE, Jul 2022. [doi]
Bibtex
@inproceedings{Rangarajan_2022,
doi = {10.1109/isvlsi54635.2022.00067},
url = {https://doi.org/10.1109%2Fisvlsi54635.2022.00067},
year = 2022,
month = {jul},
publisher = ,
author = {Nikhil Rangarajan and Satwik Patnaik and Mohammed Nabeel and Mohammed Ashraf and Shubham Rai and Gopal Raut and Heba Abunahla and Baker Mohammad and Santosh Kumar Vishvakarma and Akash Kumar and Johann Knechtel and Ozgur Sinanoglu},
title = {{SCRAMBLE}: A Secure and Configurable, Memristor-Based Neuromorphic Hardware Leveraging 3D Architecture},
booktitle = {2022 {IEEE} Computer Society Annual Symposium on {VLSI} ({ISVLSI})}
}Downloads
No Downloads available for this publication
Permalink
- Jiang Qu, Fei Li, Mingchao Wang, Subakti Subakti, Marielle Deconinck, Guangbo Chen, Yang Li, Lixiang Liu, Xia Wang, Minghao Yu, Daniel Wolf, Axel Lubk, Bernd Büchner, Yana Vaynzof, Oliver G. Schmidt, Feng Zhu, "One-Pot Synthesis of Nitrate-Intercalated NiFe Layered Double Hydroxides with an 8.2 Å Interlayer Spacing", In Advanced Materials Interfaces, Wiley, vol. 9, no. 25, pp. 2200973, Jul 2022. [doi] [Bibtex & Downloads]
One-Pot Synthesis of Nitrate-Intercalated NiFe Layered Double Hydroxides with an 8.2 Å Interlayer Spacing
Reference
Jiang Qu, Fei Li, Mingchao Wang, Subakti Subakti, Marielle Deconinck, Guangbo Chen, Yang Li, Lixiang Liu, Xia Wang, Minghao Yu, Daniel Wolf, Axel Lubk, Bernd Büchner, Yana Vaynzof, Oliver G. Schmidt, Feng Zhu, "One-Pot Synthesis of Nitrate-Intercalated NiFe Layered Double Hydroxides with an 8.2 Å Interlayer Spacing", In Advanced Materials Interfaces, Wiley, vol. 9, no. 25, pp. 2200973, Jul 2022. [doi]
Bibtex
@article{Qu_2022,
doi = {10.1002/admi.202200973},
url = {https://doi.org/10.1002%2Fadmi.202200973},
year = 2022,
month = {jul},
publisher = {Wiley},
volume = {9},
number = {25},
pages = {2200973},
author = {Jiang Qu and Fei Li and Mingchao Wang and Subakti Subakti and Marielle Deconinck and Guangbo Chen and Yang Li and Lixiang Liu and Xia Wang and Minghao Yu and Daniel Wolf and Axel Lubk and Bernd Büchner and Yana Vaynzof and Oliver G. Schmidt and Feng Zhu},
title = {One-Pot Synthesis of Nitrate-Intercalated {NiFe} Layered Double Hydroxides with an 8.2 {\AA} Interlayer Spacing},
journal = {Advanced Materials Interfaces}
}Downloads
No Downloads available for this publication
Permalink
- Xia Wang, Yun An, Lifeng Liu, Lingzhe Fang, Yannan Liu, Jiaxu Zhang, Haoyuan Qi, Thomas Heine, Tao Li, Agnieszka Kuc, Minghao Yu, Xinliang Feng, "Atomically Dispersed Pentacoordinated-Zirconium Catalyst with Axial Oxygen Ligand for Oxygen Reduction Reaction", In Angewandte Chemie International Edition, Wiley, vol. 61, no. 36, Jul 2022. [doi] [Bibtex & Downloads]
Atomically Dispersed Pentacoordinated-Zirconium Catalyst with Axial Oxygen Ligand for Oxygen Reduction Reaction
Reference
Xia Wang, Yun An, Lifeng Liu, Lingzhe Fang, Yannan Liu, Jiaxu Zhang, Haoyuan Qi, Thomas Heine, Tao Li, Agnieszka Kuc, Minghao Yu, Xinliang Feng, "Atomically Dispersed Pentacoordinated-Zirconium Catalyst with Axial Oxygen Ligand for Oxygen Reduction Reaction", In Angewandte Chemie International Edition, Wiley, vol. 61, no. 36, Jul 2022. [doi]
Bibtex
@article{Wang_2022,
doi = {10.1002/anie.202209746},
url = {https://doi.org/10.1002%2Fanie.202209746},
year = 2022,
month = {jul},
publisher = {Wiley},
volume = {61},
number = {36},
author = {Xia Wang and Yun An and Lifeng Liu and Lingzhe Fang and Yannan Liu and Jiaxu Zhang and Haoyuan Qi and Thomas Heine and Tao Li and Agnieszka Kuc and Minghao Yu and Xinliang Feng},
title = {Atomically Dispersed Pentacoordinated-Zirconium Catalyst with Axial Oxygen Ligand for Oxygen Reduction Reaction},
journal = {Angewandte Chemie International Edition}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Zhen Zhang, Preeti Bhauriyal, Hafeesudeen Sahabudeen, Zhiyong Wang, Xiaohui Liu, Mike Hambsch, Stefan C. B. Mannsfeld, Renhao Dong, Thomas Heine, Xinliang Feng, "Cation-selective two-dimensional polyimine membranes for high-performance osmotic energy conversion", In Nature Communications, Springer Science and Business Media LLC, vol. 13, no. 1, Jul 2022. [doi] [Bibtex & Downloads]
Cation-selective two-dimensional polyimine membranes for high-performance osmotic energy conversion
Reference
Zhen Zhang, Preeti Bhauriyal, Hafeesudeen Sahabudeen, Zhiyong Wang, Xiaohui Liu, Mike Hambsch, Stefan C. B. Mannsfeld, Renhao Dong, Thomas Heine, Xinliang Feng, "Cation-selective two-dimensional polyimine membranes for high-performance osmotic energy conversion", In Nature Communications, Springer Science and Business Media LLC, vol. 13, no. 1, Jul 2022. [doi]
Bibtex
@article{Zhang_2022,
doi = {10.1038/s41467-022-31523-w},
url = {https://doi.org/10.1038%2Fs41467-022-31523-w},
year = 2022,
month = {jul},
publisher = {Springer Science and Business Media {LLC}},
volume = {13},
number = {1},
author = {Zhen Zhang and Preeti Bhauriyal and Hafeesudeen Sahabudeen and Zhiyong Wang and Xiaohui Liu and Mike Hambsch and Stefan C. B. Mannsfeld and Renhao Dong and Thomas Heine and Xinliang Feng},
title = {Cation-selective two-dimensional polyimine membranes for high-performance osmotic energy conversion},
journal = {Nature Communications}
}Downloads
No Downloads available for this publication
Permalink
- Baokun Liang, Yingying Zhang, Christopher Leist, Zhaowei Ou, Miroslav Polo\vzij, Zhiyong Wang, David Mücke, Renhao Dong, Zhikun Zheng, Thomas Heine, Xinliang Feng, Ute Kaiser, Haoyuan Qi, "Optimal acceleration voltage for near-atomic resolution imaging of layer-stacked 2D polymer thin films", In Nature Communications, Springer Science and Business Media LLC, vol. 13, no. 1, Jul 2022. [doi] [Bibtex & Downloads]
Optimal acceleration voltage for near-atomic resolution imaging of layer-stacked 2D polymer thin films
Reference
Baokun Liang, Yingying Zhang, Christopher Leist, Zhaowei Ou, Miroslav Polo\vzij, Zhiyong Wang, David Mücke, Renhao Dong, Zhikun Zheng, Thomas Heine, Xinliang Feng, Ute Kaiser, Haoyuan Qi, "Optimal acceleration voltage for near-atomic resolution imaging of layer-stacked 2D polymer thin films", In Nature Communications, Springer Science and Business Media LLC, vol. 13, no. 1, Jul 2022. [doi]
Bibtex
@article{Liang_2022,
doi = {10.1038/s41467-022-31688-4},
url = {https://doi.org/10.1038%2Fs41467-022-31688-4},
year = 2022,
month = {jul},
publisher = {Springer Science and Business Media {LLC}},
volume = {13},
number = {1},
author = {Baokun Liang and Yingying Zhang and Christopher Leist and Zhaowei Ou and Miroslav Polo{\v{z}}ij and Zhiyong Wang and David Mücke and Renhao Dong and Zhikun Zheng and Thomas Heine and Xinliang Feng and Ute Kaiser and Haoyuan Qi},
title = {Optimal acceleration voltage for near-atomic resolution imaging of layer-stacked 2D polymer thin films},
journal = {Nature Communications}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Shengxu Li, Rui Ma, Shunqi Xu, Tianyue Zheng, Guangen Fu, Yanling Wu, Zhongquan Liao, Yongbo Kuang, Yang Hou, Dashuai Wang, Petko Stoev Petkov, Kristina Simeonova, Xinliang Feng, Li-Zhu Wu, Xu-Bing Li, Tao Zhang, "Direct Construction of Isomeric Benzobisoxazole\textendashVinylene-Linked Covalent Organic Frameworks with Distinct Photocatalytic Properties", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 144, no. 30, pp. 13953–13960, Jul 2022. [doi] [Bibtex & Downloads]
Direct Construction of Isomeric Benzobisoxazole\textendashVinylene-Linked Covalent Organic Frameworks with Distinct Photocatalytic Properties
Reference
Shengxu Li, Rui Ma, Shunqi Xu, Tianyue Zheng, Guangen Fu, Yanling Wu, Zhongquan Liao, Yongbo Kuang, Yang Hou, Dashuai Wang, Petko Stoev Petkov, Kristina Simeonova, Xinliang Feng, Li-Zhu Wu, Xu-Bing Li, Tao Zhang, "Direct Construction of Isomeric Benzobisoxazole\textendashVinylene-Linked Covalent Organic Frameworks with Distinct Photocatalytic Properties", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 144, no. 30, pp. 13953–13960, Jul 2022. [doi]
Bibtex
@article{Li_2022,
doi = {10.1021/jacs.2c06042},
url = {https://doi.org/10.1021%2Fjacs.2c06042},
year = 2022,
month = {jul},
publisher = {American Chemical Society ({ACS})},
volume = {144},
number = {30},
pages = {13953--13960},
author = {Shengxu Li and Rui Ma and Shunqi Xu and Tianyue Zheng and Guangen Fu and Yanling Wu and Zhongquan Liao and Yongbo Kuang and Yang Hou and Dashuai Wang and Petko Stoev Petkov and Kristina Simeonova and Xinliang Feng and Li-Zhu Wu and Xu-Bing Li and Tao Zhang},
title = {Direct Construction of Isomeric Benzobisoxazole{\textendash}Vinylene-Linked Covalent Organic Frameworks with Distinct Photocatalytic Properties},
journal = {Journal of the American Chemical Society}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Jiang Qu, Fei Li, Mingchao Wang, Subakti Subakti, Marielle Deconinck, Guangbo Chen, Yang Li, Lixiang Liu, Xia Wang, Minghao Yu, Daniel Wolf, Axel Lubk, Bernd Büchner, Yana Vaynzof, Oliver G. Schmidt, Feng Zhu, "One-Pot Synthesis of Nitrate-Intercalated NiFe Layered Double Hydroxides with an 8.2 Å Interlayer Spacing", In Advanced Materials Interfaces, Wiley, vol. 9, no. 25, pp. 2200973, Jul 2022. [doi] [Bibtex & Downloads]
One-Pot Synthesis of Nitrate-Intercalated NiFe Layered Double Hydroxides with an 8.2 Å Interlayer Spacing
Reference
Jiang Qu, Fei Li, Mingchao Wang, Subakti Subakti, Marielle Deconinck, Guangbo Chen, Yang Li, Lixiang Liu, Xia Wang, Minghao Yu, Daniel Wolf, Axel Lubk, Bernd Büchner, Yana Vaynzof, Oliver G. Schmidt, Feng Zhu, "One-Pot Synthesis of Nitrate-Intercalated NiFe Layered Double Hydroxides with an 8.2 Å Interlayer Spacing", In Advanced Materials Interfaces, Wiley, vol. 9, no. 25, pp. 2200973, Jul 2022. [doi]
Bibtex
@article{Qu_2022,
doi = {10.1002/admi.202200973},
url = {https://doi.org/10.1002%2Fadmi.202200973},
year = 2022,
month = {jul},
publisher = {Wiley},
volume = {9},
number = {25},
pages = {2200973},
author = {Jiang Qu and Fei Li and Mingchao Wang and Subakti Subakti and Marielle Deconinck and Guangbo Chen and Yang Li and Lixiang Liu and Xia Wang and Minghao Yu and Daniel Wolf and Axel Lubk and Bernd Büchner and Yana Vaynzof and Oliver G. Schmidt and Feng Zhu},
title = {One-Pot Synthesis of Nitrate-Intercalated {NiFe} Layered Double Hydroxides with an 8.2 Å Interlayer Spacing},
journal = {Advanced Materials Interfaces}
}Downloads
No Downloads available for this publication
Permalink
- Aditya Lohana, Ansh Rupani, Shubham Rai, Akash Kumar, "Efficient Privacy-Aware Federated Learning by Elimination of Downstream Redundancy", In IEEE Design & Test, Institute of Electrical and Electronics Engineers (IEEE), vol. 39, no. 3, pp. 73–81, Jun 2022. [doi] [Bibtex & Downloads]
Efficient Privacy-Aware Federated Learning by Elimination of Downstream Redundancy
Reference
Aditya Lohana, Ansh Rupani, Shubham Rai, Akash Kumar, "Efficient Privacy-Aware Federated Learning by Elimination of Downstream Redundancy", In IEEE Design & Test, Institute of Electrical and Electronics Engineers (IEEE), vol. 39, no. 3, pp. 73–81, Jun 2022. [doi]
Bibtex
@article{Lohana_2022,
doi = {10.1109/mdat.2021.3063373},
url = {https://doi.org/10.1109%2Fmdat.2021.3063373},
year = 2022,
month = {jun},
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
volume = {39},
number = {3},
pages = {73--81},
author = {Aditya Lohana and Ansh Rupani and Shubham Rai and Akash Kumar},
title = {Efficient Privacy-Aware Federated Learning by Elimination of Downstream Redundancy},
journal = {{IEEE} Design {\&} Test}
}Downloads
DandT [PDF]
Permalink
- Carlos Escuin, Asif Ali Khan, Pablo Ibañez, Teresa Monreal, Victor Viñals, Jeronimo Castrillon, "HyCSim: A Rapid Design Space Exploration Tool for Emerging Hybrid Last-Level Caches", In Proceeding: DroneSE and RAPIDO: System Engineering for Constrained Embedded Systems, co-located with the 17th International Conference on High-Performance and Embedded Architectures and Compilers (HiPEAC), Association for Computing Machinery, pp. 53–58, New York, NY, USA, Jun 2022. [doi] [Bibtex & Downloads]
HyCSim: A Rapid Design Space Exploration Tool for Emerging Hybrid Last-Level Caches
Reference
Carlos Escuin, Asif Ali Khan, Pablo Ibañez, Teresa Monreal, Victor Viñals, Jeronimo Castrillon, "HyCSim: A Rapid Design Space Exploration Tool for Emerging Hybrid Last-Level Caches", In Proceeding: DroneSE and RAPIDO: System Engineering for Constrained Embedded Systems, co-located with the 17th International Conference on High-Performance and Embedded Architectures and Compilers (HiPEAC), Association for Computing Machinery, pp. 53–58, New York, NY, USA, Jun 2022. [doi]
Abstract
Recent years have seen a rising trend in the exploration of non- volatile memory (NVM) technologies in the memory subsystem. Particularly in the cache hierarchy, hybrid last-level cache (LLC) solutions are proposed to meet the wide-ranging performance and energy requirements of modern days applications. These emerging hybrid solutions need simulation and detailed exploration to fully understand their capabilities before exploiting them. Existing simulation tools are either too slow or incapable of prototyping such systems and optimizing for NVM devices. To this end, we propose HyCSim, a trace-driven simulation infrastructure that enables rapid comparison of various hybrid LLC configurations for different optimization objectives. Notably, HyCSim makes it possible to quickly estimate the impact of various hybrid LLC insertion and replacement policies, disabling of a cache region at byte or cache frame granularity for different fault maps. In addition, HyCSim allows to evaluate the impact of various compression schemes on the overall performance (hit and miss rate) and the number of writes to the LLC. Our evaluation on ten multi-program workloads from the SPEC 2006 benchmarks suite shows that HyCSim accelerates the simulation time by 24x, compared to the cycle-accurate Gem5 simulator, with high-fidelity.
Bibtex
@InProceedings{escuin_rapido22,
author = {Carlos Escuin and Asif Ali Khan and Pablo Iba{\~n}ez and Teresa Monreal and Victor Vi{\~n}als and Jeronimo Castrillon},
booktitle = {DroneSE and RAPIDO: System Engineering for Constrained Embedded Systems, co-located with the 17th International Conference on High-Performance and Embedded Architectures and Compilers (HiPEAC)},
date = {2022-06},
title = {HyCSim: A Rapid Design Space Exploration Tool for Emerging Hybrid Last-Level Caches},
doi = {10.1145/3522784.3522801},
isbn = {9781450395663},
location = {Budapest, Hungary},
pages = {53–58},
publisher = {Association for Computing Machinery},
series = {DroneSE and RAPIDO '22},
url = {https://doi.org/10.1145/3522784.3522801},
abstract = {Recent years have seen a rising trend in the exploration of non- volatile memory (NVM) technologies in the memory subsystem. Particularly in the cache hierarchy, hybrid last-level cache (LLC) solutions are proposed to meet the wide-ranging performance and energy requirements of modern days applications. These emerging hybrid solutions need simulation and detailed exploration to fully understand their capabilities before exploiting them. Existing simulation tools are either too slow or incapable of prototyping such systems and optimizing for NVM devices. To this end, we propose HyCSim, a trace-driven simulation infrastructure that enables rapid comparison of various hybrid LLC configurations for different optimization objectives. Notably, HyCSim makes it possible to quickly estimate the impact of various hybrid LLC insertion and replacement policies, disabling of a cache region at byte or cache frame granularity for different fault maps. In addition, HyCSim allows to evaluate the impact of various compression schemes on the overall performance (hit and miss rate) and the number of writes to the LLC. Our evaluation on ten multi-program workloads from the SPEC 2006 benchmarks suite shows that HyCSim accelerates the simulation time by 24x, compared to the cycle-accurate Gem5 simulator, with high-fidelity.},
address = {New York, NY, USA},
month = jun,
numpages = {6},
year = {2022},
}Downloads
No Downloads available for this publication
Permalink
- Armin Darjani, Nima Kavand, Shubham Rai, Mark Wijtvliet, Akash Kumar, "ENTANGLE: An Enhanced Logic-locking Technique for Thwarting SAT and Structural Attacks", In Proceeding: ACM Great Lakes Symposium on VLSI (GLSVLSI), 6/2022. [doi] [Bibtex & Downloads]
ENTANGLE: An Enhanced Logic-locking Technique for Thwarting SAT and Structural Attacks
Reference
Armin Darjani, Nima Kavand, Shubham Rai, Mark Wijtvliet, Akash Kumar, "ENTANGLE: An Enhanced Logic-locking Technique for Thwarting SAT and Structural Attacks", In Proceeding: ACM Great Lakes Symposium on VLSI (GLSVLSI), 6/2022. [doi]
Bibtex
@INPROCEEDINGS{DARJANI2022,
author = {Armin Darjani and Nima Kavand and Shubham Rai and Mark Wijtvliet and Akash Kumar},
title = {ENTANGLE: An Enhanced Logic-locking Technique for Thwarting SAT and Structural Attacks},
booktitle={ACM Great Lakes Symposium on VLSI (GLSVLSI)},
doi = {10.1145/3526241.3530371},
year = 2022,
month = 6
}Downloads
author-prepared-GLSVLSI_2022_ArminDarjani [PDF]
Permalink
- Lars Schütze, Cornelius Kummer, Jeronimo Castrillon, "Guard the Cache: Dispatch Optimization in a Contextual Role-oriented Language", Proceedings of the 14th ACM International Workshop on Context-Oriented Programming and Advanced Modularity (COP'22), Association for Computing Machinery, pp. 27–34, New York, NY, USA, Jun 2022. [doi] [Bibtex & Downloads]
Guard the Cache: Dispatch Optimization in a Contextual Role-oriented Language
Reference
Lars Schütze, Cornelius Kummer, Jeronimo Castrillon, "Guard the Cache: Dispatch Optimization in a Contextual Role-oriented Language", Proceedings of the 14th ACM International Workshop on Context-Oriented Programming and Advanced Modularity (COP'22), Association for Computing Machinery, pp. 27–34, New York, NY, USA, Jun 2022. [doi]
Abstract
Adaptive programming models are increasingly important as context-dependent software conquers more domains. One such a model is role-oriented programming where behavioral changes are implemented by objects playing and renouncing roles. As with other adaptive models, the overhead introduced by source code adaptations is a major showstopper for role-oriented programs. This is in part because the optimizations of object-oriented virtual machines (VMs) do not provide the same performance gains when applied to role-oriented programs. Recently, dispatch plans have been shown to enable optimizations beyond those in VMs, thereby improving the performance of role programs with low variability. This paper introduces guarded dispatch plans, an extension of dispatch plans with a context-aware guarding mechanism that allows reuse in high-variability scenarios. Fine-grained guards use run-time feedback to partially reuse dispatch plans across call sites when contexts are changing. We present an algorithm to construct and compose guarded dispatch plans and provide a reference implementation of the approach. We show that our approach is able to gracefully degrade into a default dispatch approach when variability increases. The implementation is evaluated with synthetic benchmarks capturing different characteristics. Compared to the state-of-the-art implementation in ObjectTeams we achieved a mean speedup of 3.3 \texttimes in static cases, 3.0 \texttimes at low variability and the same performance in highly dynamic cases.
Bibtex
@InProceedings{schuetze_cop22,
author = {Sch\"{u}tze, Lars and Kummer, Cornelius and Castrillon, Jeronimo},
booktitle = {Proceedings of the 14th ACM International Workshop on Context-Oriented Programming and Advanced Modularity (COP'22)},
title = {Guard the Cache: Dispatch Optimization in a Contextual Role-oriented Language},
doi = {10.1145/3570353.3570357},
isbn = {9781450399869},
pages = {27--34},
publisher = {Association for Computing Machinery},
series = {COP '22},
url = {https://doi.org/10.1145/3570353.3570357},
abstract = {Adaptive programming models are increasingly important as context-dependent software conquers more domains. One such a model is role-oriented programming where behavioral changes are implemented by objects playing and renouncing roles. As with other adaptive models, the overhead introduced by source code adaptations is a major showstopper for role-oriented programs. This is in part because the optimizations of object-oriented virtual machines (VMs) do not provide the same performance gains when applied to role-oriented programs. Recently, dispatch plans have been shown to enable optimizations beyond those in VMs, thereby improving the performance of role programs with low variability. This paper introduces guarded dispatch plans, an extension of dispatch plans with a context-aware guarding mechanism that allows reuse in high-variability scenarios. Fine-grained guards use run-time feedback to partially reuse dispatch plans across call sites when contexts are changing. We present an algorithm to construct and compose guarded dispatch plans and provide a reference implementation of the approach. We show that our approach is able to gracefully degrade into a default dispatch approach when variability increases. The implementation is evaluated with synthetic benchmarks capturing different characteristics. Compared to the state-of-the-art implementation in ObjectTeams we achieved a mean speedup of 3.3 \texttimes{} in static cases, 3.0 \texttimes{} at low variability and the same performance in highly dynamic cases.},
address = {New York, NY, USA},
month = jun,
numpages = {8},
year = {2022},
}Downloads
2206_schuetze_COP [PDF]
Permalink
- Ilja Shmelkin, Lars Schütze, Tim Kluge, "Modeling flexible Monitoring Systems with a Role-Based Control Loop", In Proceeding: COP 2022: International Workshop on Context-Oriented Programming and Advanced Modularity (collocated with ECOOP), ACM, Jun 2022. [doi] [Bibtex & Downloads]
Modeling flexible Monitoring Systems with a Role-Based Control Loop
Reference
Ilja Shmelkin, Lars Schütze, Tim Kluge, "Modeling flexible Monitoring Systems with a Role-Based Control Loop", In Proceeding: COP 2022: International Workshop on Context-Oriented Programming and Advanced Modularity (collocated with ECOOP), ACM, Jun 2022. [doi]
Bibtex
@inproceedings{Shmelkin_Schutze_cop22,
doi = {10.1145/3570353.3570356},
url = {https://doi.org/10.1145%2F3570353.3570356},
year = 2022,
month = {jun},
publisher = ,
author = {Ilja Shmelkin and Lars Schütze and Tim Kluge},
title = {Modeling flexible Monitoring Systems with a Role-Based Control Loop},
booktitle = {{COP} 2022: International Workshop on Context-Oriented Programming and Advanced Modularity (collocated with {ECOOP})}
}Downloads
No Downloads available for this publication
Permalink
- Jeronimo Castrillon, "Domain-specific programming methodologies for domain-specific and emerging computing systems", In 23rd ACM SIGPLAN/SIGBED International Conference on Languages, Compilers, and Tools for Embedded Systems (LCTES 2022)(keynote), Jun 2022. [Bibtex & Downloads]
Domain-specific programming methodologies for domain-specific and emerging computing systems
Reference
Jeronimo Castrillon, "Domain-specific programming methodologies for domain-specific and emerging computing systems", In 23rd ACM SIGPLAN/SIGBED International Conference on Languages, Compilers, and Tools for Embedded Systems (LCTES 2022)(keynote), Jun 2022.
Abstract
Programming heterogeneous computing systems is a daunting task which is becoming even more challenging with the advent of emerging, non Von-Neumann computer architectures. The golden age of computer architecture must be thus accompanied by a golden age of research in compilers and programming languages. This talk discusses domain-specific abstractions and languages as a promising avenue to hide the system complexity from non-expert programmers while passing richer information to compilers. Concretely, we will discuss abstractions for tensor expressions as vehicle to optimize for modern reconfigurable hardware, for emerging memory technologies and for emerging in-memory computing. The talk closes with an outlook on other emerging architectures and challenges for high-level compilation.
Bibtex
@Misc{castrillon_lctes2022,
author = {Castrillon, Jeronimo},
date = {2022-06},
title = {Domain-specific programming methodologies for domain-specific and emerging computing systems},
howpublished = {23rd ACM SIGPLAN/SIGBED International Conference on Languages, Compilers, and Tools for Embedded Systems (LCTES 2022)(keynote)},
location = {San Diego, CA, USA},
abstract = {Programming heterogeneous computing systems is a daunting task which is becoming even more challenging with the advent of emerging, non Von-Neumann computer architectures. The golden age of computer architecture must be thus accompanied by a golden age of research in compilers and programming languages. This talk discusses domain-specific abstractions and languages as a promising avenue to hide the system complexity from non-expert programmers while passing richer information to compilers. Concretely, we will discuss abstractions for tensor expressions as vehicle to optimize for modern reconfigurable hardware, for emerging memory technologies and for emerging in-memory computing. The talk closes with an outlook on other emerging architectures and challenges for high-level compilation.},
month = jun,
year = {2022},
}Downloads
220614_castrillon_LCTES-keynote_compressed [PDF]
Permalink
- Behnaz Ranjbar, Hamidreza Alikhani, Bardia Safaei, Alireza Ejlali, Akash Kumar, "Learning-Oriented QoS- and Drop-Aware Task Scheduling for Mixed-Criticality Systems", In Computers, vol. 11, no. 7, June 2022. [doi] [Bibtex & Downloads]
Learning-Oriented QoS- and Drop-Aware Task Scheduling for Mixed-Criticality Systems
Reference
Behnaz Ranjbar, Hamidreza Alikhani, Bardia Safaei, Alireza Ejlali, Akash Kumar, "Learning-Oriented QoS- and Drop-Aware Task Scheduling for Mixed-Criticality Systems", In Computers, vol. 11, no. 7, June 2022. [doi]
Bibtex
@Article{computers11070101,
AUTHOR = {Ranjbar, Behnaz and Alikhani, Hamidreza and Safaei, Bardia and Ejlali, Alireza and Kumar, Akash},
TITLE = {Learning-Oriented QoS- and Drop-Aware Task Scheduling for Mixed-Criticality Systems},
JOURNAL = {Computers},
VOLUME = {11},
YEAR = {2022},
NUMBER = {7},
MONTH = {June},
ARTICLE-NUMBER = {101},
URL = {https://www.mdpi.com/2073-431X/11/7/101},
ISSN = {2073-431X},
DOI = {10.3390/computers11070101}
}Downloads
No Downloads available for this publication
Permalink
- Shu-Jen Wang, Michael Sawatzki, Ghader Darbandy, Felix Talnack, Jörn Vahland, Marc Malfois, Alexander Kloes, Stefan Mannsfeld, Hans Kleemann, Karl Leo, "Organic bipolar transistors", In Nature, Springer Science and Business Media LLC, vol. 606, no. 7915, pp. 700–705, Jun 2022. [doi] [Bibtex & Downloads]
Organic bipolar transistors
Reference
Shu-Jen Wang, Michael Sawatzki, Ghader Darbandy, Felix Talnack, Jörn Vahland, Marc Malfois, Alexander Kloes, Stefan Mannsfeld, Hans Kleemann, Karl Leo, "Organic bipolar transistors", In Nature, Springer Science and Business Media LLC, vol. 606, no. 7915, pp. 700–705, Jun 2022. [doi]
Bibtex
@article{Wang_2022,
doi = {10.1038/s41586-022-04837-4},
url = {https://doi.org/10.1038%2Fs41586-022-04837-4},
year = 2022,
month = {jun},
publisher = {Springer Science and Business Media {LLC}},
volume = {606},
number = {7915},
pages = {700--705},
author = {Shu-Jen Wang and Michael Sawatzki and Ghader Darbandy and Felix Talnack and Jörn Vahland and Marc Malfois and Alexander Kloes and Stefan Mannsfeld and Hans Kleemann and Karl Leo},
title = {Organic bipolar transistors},
journal = {Nature}
}Downloads
No Downloads available for this publication
Permalink
- Robin M. Zech, Nora Molkenthin, Marc Timme, Malte Schröder, "Collective dynamics of capacity-constrained ride-pooling fleets", In Scientific Reports, Springer Science and Business Media LLC, vol. 12, no. 1, Jun 2022. [doi] [Bibtex & Downloads]
Collective dynamics of capacity-constrained ride-pooling fleets
Reference
Robin M. Zech, Nora Molkenthin, Marc Timme, Malte Schröder, "Collective dynamics of capacity-constrained ride-pooling fleets", In Scientific Reports, Springer Science and Business Media LLC, vol. 12, no. 1, Jun 2022. [doi]
Bibtex
@article{Zech_2022,
doi = {10.1038/s41598-022-14960-x},
url = {https://doi.org/10.1038%2Fs41598-022-14960-x},
year = 2022,
month = {jun},
publisher = {Springer Science and Business Media {LLC}},
volume = {12},
number = {1},
author = {Robin M. Zech and Nora Molkenthin and Marc Timme and Malte Schröder},
title = {Collective dynamics of capacity-constrained ride-pooling fleets},
journal = {Scientific Reports}
}Downloads
No Downloads available for this publication
Permalink
- Dongping Wang, Zhe Liu, Jun Li, Wei Tang, Yukun Huang, Jun Yu, Longqian Xu, Qi Huang, Yawen Song, Linzhi Wang, Haihan Jin, Kerui Xi, Linrun Feng, Xiaojun Guo, Arokia Nathan, Hanbin Ma, "Thin-film transistor arrays for biological sensing systems", In Flexible and Printed Electronics, IOP Publishing, vol. 7, no. 2, pp. 023004, Jun 2022. [doi] [Bibtex & Downloads]
Thin-film transistor arrays for biological sensing systems
Reference
Dongping Wang, Zhe Liu, Jun Li, Wei Tang, Yukun Huang, Jun Yu, Longqian Xu, Qi Huang, Yawen Song, Linzhi Wang, Haihan Jin, Kerui Xi, Linrun Feng, Xiaojun Guo, Arokia Nathan, Hanbin Ma, "Thin-film transistor arrays for biological sensing systems", In Flexible and Printed Electronics, IOP Publishing, vol. 7, no. 2, pp. 023004, Jun 2022. [doi]
Bibtex
@article{Wang_2022,
doi = {10.1088/2058-8585/ac7928},
url = {https://doi.org/10.1088%2F2058-8585%2Fac7928},
year = 2022,
month = {jun},
publisher = {{IOP} Publishing},
volume = {7},
number = {2},
pages = {023004},
author = {Dongping Wang and Zhe Liu and Jun Li and Wei Tang and Yukun Huang and Jun Yu and Longqian Xu and Qi Huang and Yawen Song and Linzhi Wang and Haihan Jin and Kerui Xi and Linrun Feng and Xiaojun Guo and Arokia Nathan and Hanbin Ma},
title = {Thin-film transistor arrays for biological sensing systems},
journal = {Flexible and Printed Electronics}
}Downloads
No Downloads available for this publication
Permalink
- Gang Wang, Minshen Zhu, Guangbo Chen, Zhe Qu, Benjamin Kohn, Ulrich Scheler, Xingyuan Chu, Yubin Fu, Oliver G. Schmidt, Xinliang Feng, "An Anode-Free Zn\textendashGraphite Battery", In Advanced Materials, Wiley, vol. 34, no. 29, pp. 2201957, Jun 2022. [doi] [Bibtex & Downloads]
An Anode-Free Zn\textendashGraphite Battery
Reference
Gang Wang, Minshen Zhu, Guangbo Chen, Zhe Qu, Benjamin Kohn, Ulrich Scheler, Xingyuan Chu, Yubin Fu, Oliver G. Schmidt, Xinliang Feng, "An Anode-Free Zn\textendashGraphite Battery", In Advanced Materials, Wiley, vol. 34, no. 29, pp. 2201957, Jun 2022. [doi]
Bibtex
@article{Wang_2022,
doi = {10.1002/adma.202201957},
url = {https://doi.org/10.1002%2Fadma.202201957},
year = 2022,
month = {jun},
publisher = {Wiley},
volume = {34},
number = {29},
pages = {2201957},
author = {Gang Wang and Minshen Zhu and Guangbo Chen and Zhe Qu and Benjamin Kohn and Ulrich Scheler and Xingyuan Chu and Yubin Fu and Oliver G. Schmidt and Xinliang Feng},
title = {An Anode-Free Zn{\textendash}Graphite Battery},
journal = {Advanced Materials}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Gabriela Borin Barin, Qiang Sun, Marco Di Giovannantonio, Cheng-Zhuo Du, Xiao-Ye Wang, Juan Pablo Llinas, Zafer Mutlu, Yuxuan Lin, Jan Wilhelm, Jan Overbeck, Colin Daniels, Michael Lamparski, Hafeesudeen Sahabudeen, Mickael L. Perrin, José I. Urgel, Shantanu Mishra, Amogh Kinikar, Roland Widmer, Samuel Stolz, Max Bommert, Carlo Pignedoli, Xinliang Feng, Michel Calame, Klaus Müllen, Akimitsu Narita, Vincent Meunier, Jeffrey Bokor, Roman Fasel, Pascal Ruffieux, "Growth Optimization and Device Integration of Narrow-Bandgap Graphene Nanoribbons", In Small, Wiley, vol. 18, no. 31, pp. 2202301, Jun 2022. [doi] [Bibtex & Downloads]
Growth Optimization and Device Integration of Narrow-Bandgap Graphene Nanoribbons
Reference
Gabriela Borin Barin, Qiang Sun, Marco Di Giovannantonio, Cheng-Zhuo Du, Xiao-Ye Wang, Juan Pablo Llinas, Zafer Mutlu, Yuxuan Lin, Jan Wilhelm, Jan Overbeck, Colin Daniels, Michael Lamparski, Hafeesudeen Sahabudeen, Mickael L. Perrin, José I. Urgel, Shantanu Mishra, Amogh Kinikar, Roland Widmer, Samuel Stolz, Max Bommert, Carlo Pignedoli, Xinliang Feng, Michel Calame, Klaus Müllen, Akimitsu Narita, Vincent Meunier, Jeffrey Bokor, Roman Fasel, Pascal Ruffieux, "Growth Optimization and Device Integration of Narrow-Bandgap Graphene Nanoribbons", In Small, Wiley, vol. 18, no. 31, pp. 2202301, Jun 2022. [doi]
Bibtex
@article{Borin_Barin_2022,
doi = {10.1002/smll.202202301},
url = {https://doi.org/10.1002%2Fsmll.202202301},
year = 2022,
month = {jun},
publisher = {Wiley},
volume = {18},
number = {31},
pages = {2202301},
author = {Gabriela Borin Barin and Qiang Sun and Marco Di Giovannantonio and Cheng-Zhuo Du and Xiao-Ye Wang and Juan Pablo Llinas and Zafer Mutlu and Yuxuan Lin and Jan Wilhelm and Jan Overbeck and Colin Daniels and Michael Lamparski and Hafeesudeen Sahabudeen and Mickael L. Perrin and Jos{\'{e}} I. Urgel and Shantanu Mishra and Amogh Kinikar and Roland Widmer and Samuel Stolz and Max Bommert and Carlo Pignedoli and Xinliang Feng and Michel Calame and Klaus Müllen and Akimitsu Narita and Vincent Meunier and Jeffrey Bokor and Roman Fasel and Pascal Ruffieux},
title = {Growth Optimization and Device Integration of Narrow-Bandgap Graphene Nanoribbons},
journal = {Small}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Behnaz Ranjbar, Ali Hosseinghorban, Mohammad Salehi, Alireza Ejlali, Akash Kumar, "Toward the Design of Fault-Tolerance-Aware and Peak-Power-Aware Multicore Mixed-Criticality Systems", In IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems (TCAD), Institute of Electrical and Electronics Engineers (IEEE), vol. 41, no. 5, pp. 1509-1522, May 2022. [doi] [Bibtex & Downloads]
Toward the Design of Fault-Tolerance-Aware and Peak-Power-Aware Multicore Mixed-Criticality Systems
Reference
Behnaz Ranjbar, Ali Hosseinghorban, Mohammad Salehi, Alireza Ejlali, Akash Kumar, "Toward the Design of Fault-Tolerance-Aware and Peak-Power-Aware Multicore Mixed-Criticality Systems", In IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems (TCAD), Institute of Electrical and Electronics Engineers (IEEE), vol. 41, no. 5, pp. 1509-1522, May 2022. [doi]
Bibtex
@article{Ranjbar_2021,
doi = {10.1109/tcad.2021.3082495},
url = {https://doi.org/10.1109%2Ftcad.2021.3082495},
year = 2022,
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
month = May,
volume={41},
number={5},
pages={1509-1522},
author = {Behnaz Ranjbar and Ali Hosseinghorban and Mohammad Salehi and Alireza Ejlali and Akash Kumar},
title = {Toward the Design of Fault-Tolerance-Aware and Peak-Power-Aware Multicore Mixed-Criticality Systems},
journal = {{IEEE} Transactions on Computer-Aided Design of Integrated Circuits and Systems (TCAD)}
}Downloads
Tree-PPMFTMCS- Arxiv [PDF]
Permalink
- T. Mikolajick, G. Galderisi, S. Rai, M. Simon, R. Böckle, M. Sistani, C. Cakirlar, N. Bhattacharjee, T. Mauersberger, A. Heinzig, A. Kumar, W.M. Weber, J. Trommer, "Reconfigurable Field Effect Transistors: A Technology Enablers Perspective", In Solid-State Electronics, Elsevier BV, pp. 108381, May 2022. [doi] [Bibtex & Downloads]
Reconfigurable Field Effect Transistors: A Technology Enablers Perspective
Reference
T. Mikolajick, G. Galderisi, S. Rai, M. Simon, R. Böckle, M. Sistani, C. Cakirlar, N. Bhattacharjee, T. Mauersberger, A. Heinzig, A. Kumar, W.M. Weber, J. Trommer, "Reconfigurable Field Effect Transistors: A Technology Enablers Perspective", In Solid-State Electronics, Elsevier BV, pp. 108381, May 2022. [doi]
Bibtex
@article{Mikolajick_2022,
doi = {10.1016/j.sse.2022.108381},
url = {https://doi.org/10.1016%2Fj.sse.2022.108381},
year = 2022,
month = {may},
publisher = {Elsevier {BV}},
pages = {108381},
author = {T. Mikolajick and G. Galderisi and S. Rai and M. Simon and R. Böckle and M. Sistani and C. Cakirlar and N. Bhattacharjee and T. Mauersberger and A. Heinzig and A. Kumar and W.M. Weber and J. Trommer},
title = {Reconfigurable Field Effect Transistors: A Technology Enablers Perspective},
journal = {Solid-State Electronics}
}Downloads
SSE_Review_Full_Version [PDF]
Permalink
- SangWook Park, Zhe Zhang, Haoyuan Qi, Baokun Liang, Javeed Mahmood, Hyuk-Jun Noh, Mike Hambsch, Mingchao Wang, Mao Wang, Khoa Hoang Ly, Zhiyong Wang, Inez M. Weidinger, Shengqiang Zhou, Jong-Beom Baek, Ute Kaiser, Stefan C. B. Mannsfeld, Xinliang Feng, Renhao Dong, "In-Plane Oriented Two-Dimensional Conjugated Metal-Organic Framework Films for High-Performance Humidity Sensing", In ACS Materials Letters, American Chemical Society (ACS), pp. 1146–1153, May 2022. [doi] [Bibtex & Downloads]
In-Plane Oriented Two-Dimensional Conjugated Metal-Organic Framework Films for High-Performance Humidity Sensing
Reference
SangWook Park, Zhe Zhang, Haoyuan Qi, Baokun Liang, Javeed Mahmood, Hyuk-Jun Noh, Mike Hambsch, Mingchao Wang, Mao Wang, Khoa Hoang Ly, Zhiyong Wang, Inez M. Weidinger, Shengqiang Zhou, Jong-Beom Baek, Ute Kaiser, Stefan C. B. Mannsfeld, Xinliang Feng, Renhao Dong, "In-Plane Oriented Two-Dimensional Conjugated Metal-Organic Framework Films for High-Performance Humidity Sensing", In ACS Materials Letters, American Chemical Society (ACS), pp. 1146–1153, May 2022. [doi]
Bibtex
@article{Park_2022,
doi = {10.1021/acsmaterialslett.2c00160},
url = {https://doi.org/10.1021%2Facsmaterialslett.2c00160},
year = 2022,
month = {may},
publisher = {American Chemical Society ({ACS})},
pages = {1146--1153},
author = {SangWook Park and Zhe Zhang and Haoyuan Qi and Baokun Liang and Javeed Mahmood and Hyuk-Jun Noh and Mike Hambsch and Mingchao Wang and Mao Wang and Khoa Hoang Ly and Zhiyong Wang and Inez M. Weidinger and Shengqiang Zhou and Jong-Beom Baek and Ute Kaiser and Stefan C. B. Mannsfeld and Xinliang Feng and Renhao Dong},
title = {In-Plane Oriented Two-Dimensional Conjugated Metal-Organic Framework Films for High-Performance Humidity Sensing},
journal = {{ACS} Materials Letters}
}Downloads
No Downloads available for this publication
Permalink
- Jeronimo Castrillon, "Language and compiler research for heterogeneous emerging computing systems", In SPCL_Bcast(COMM_WORLD) seminar series, SPCL ETH Zurich (invited talk), May 2022. [Bibtex & Downloads]
Language and compiler research for heterogeneous emerging computing systems
Reference
Jeronimo Castrillon, "Language and compiler research for heterogeneous emerging computing systems", In SPCL_Bcast(COMM_WORLD) seminar series, SPCL ETH Zurich (invited talk), May 2022.
Abstract
Programming heterogeneous computing systems is still a daunting task that will become even more challenging with the advent of emerging, non Von-Neumann computer architectures. The so-called golden age of computer architecture thus must be accompanied by a, hopefully, golden age of research in compilers and programming languages. This talk discusses research along two fronts, namely, (1) on domain specific languages (DSLs) to hide complexity from non-expert programmers while passing richer information to compilers, and (2) on understanding the fundamental changes in emerging computing paradigms and their consequences for compilers. Concretely, we will talk about DSLs for physics simulations, compute-in-memory with emerging technologies, and current efforts in unifying intermediate representations with the MLIR compiler framework.
Bibtex
@Misc{castrillon_spcl2022,
author = {Castrillon, Jeronimo},
year = {2022},
month = may,
title = {Language and compiler research for heterogeneous emerging computing systems},
howpublished = {SPCL\_Bcast(COMM\_WORLD) seminar series, SPCL ETH Zurich (invited talk)},
location = {Virtual},
url = {https://www.youtube.com/watch?v=-NoRpUBlNrU},
abstract = {Programming heterogeneous computing systems is still a daunting task that will become even more challenging with the advent of emerging, non Von-Neumann computer architectures. The so-called golden age of computer architecture thus must be accompanied by a, hopefully, golden age of research in compilers and programming languages. This talk discusses research along two fronts, namely, (1) on domain specific languages (DSLs) to hide complexity from non-expert programmers while passing richer information to compilers, and (2) on understanding the fundamental changes in emerging computing paradigms and their consequences for compilers. Concretely, we will talk about DSLs for physics simulations, compute-in-memory with emerging technologies, and current efforts in unifying intermediate representations with the MLIR compiler framework.},
}Downloads
No Downloads available for this publication
Permalink
- Mehdi Moghaddamfar, Christian Farber, Norman May, Wolfgang Lehner, Akash Kumar, "FPGA-Based Database Query Processing on Arbitrarily Wide Tables", In Proceeding: 2022 IEEE 30th Annual International Symposium on Field-Programmable Custom Computing Machines (FCCM), IEEE, May 2022. [doi] [Bibtex & Downloads]
FPGA-Based Database Query Processing on Arbitrarily Wide Tables
Reference
Mehdi Moghaddamfar, Christian Farber, Norman May, Wolfgang Lehner, Akash Kumar, "FPGA-Based Database Query Processing on Arbitrarily Wide Tables", In Proceeding: 2022 IEEE 30th Annual International Symposium on Field-Programmable Custom Computing Machines (FCCM), IEEE, May 2022. [doi]
Bibtex
@inproceedings{Moghaddamfar_2022,
doi = {10.1109/fccm53951.2022.9786091},
url = {https://doi.org/10.1109%2Ffccm53951.2022.9786091},
year = 2022,
month = {may},
publisher = ,
author = {Mehdi Moghaddamfar and Christian Farber and Norman May and Wolfgang Lehner and Akash Kumar},
title = {{FPGA}-Based Database Query Processing on Arbitrarily Wide Tables},
booktitle = {2022 {IEEE} 30th Annual International Symposium on Field-Programmable Custom Computing Machines ({FCCM})}
}Downloads
No Downloads available for this publication
Permalink
- Stefania Cacovich, Guillaume Vidon, Matteo Degani, Marie Legrand, Laxman Gouda, Jean-Baptiste Puel, Yana Vaynzof, Jean-François Guillemoles, Daniel Ory, Giulia Grancini, "Imaging and quantifying non-radiative losses at 23% efficient inverted perovskite solar cells interfaces", In Nature Communications, Springer Science and Business Media LLC, vol. 13, no. 1, May 2022. [doi] [Bibtex & Downloads]
Imaging and quantifying non-radiative losses at 23% efficient inverted perovskite solar cells interfaces
Reference
Stefania Cacovich, Guillaume Vidon, Matteo Degani, Marie Legrand, Laxman Gouda, Jean-Baptiste Puel, Yana Vaynzof, Jean-François Guillemoles, Daniel Ory, Giulia Grancini, "Imaging and quantifying non-radiative losses at 23% efficient inverted perovskite solar cells interfaces", In Nature Communications, Springer Science and Business Media LLC, vol. 13, no. 1, May 2022. [doi]
Bibtex
@article{Cacovich_2022,
doi = {10.1038/s41467-022-30426-0},
url = {https://doi.org/10.1038%2Fs41467-022-30426-0},
year = 2022,
month = {may},
publisher = {Springer Science and Business Media {LLC}},
volume = {13},
number = {1},
author = {Stefania Cacovich and Guillaume Vidon and Matteo Degani and Marie Legrand and Laxman Gouda and Jean-Baptiste Puel and Yana Vaynzof and Jean-Fran{\c{c}}ois Guillemoles and Daniel Ory and Giulia Grancini},
title = {Imaging and quantifying non-radiative losses at 23{\%} efficient inverted perovskite solar cells interfaces},
journal = {Nature Communications}
}Downloads
No Downloads available for this publication
Permalink
- Shanshan Guo, Mara Henschel, Daniel Wolf, Darius Pohl, Axel Lubk, Thomas Blon, Volker Neu, Karin Leistner, "Size-Specific Magnetic Configurations in Electrodeposited Epitaxial Iron Nanocuboids: From Landau Pattern to Vortex and Single Domain States", In Nano Letters, American Chemical Society (ACS), vol. 22, no. 10, pp. 4006–4012, May 2022. [doi] [Bibtex & Downloads]
Size-Specific Magnetic Configurations in Electrodeposited Epitaxial Iron Nanocuboids: From Landau Pattern to Vortex and Single Domain States
Reference
Shanshan Guo, Mara Henschel, Daniel Wolf, Darius Pohl, Axel Lubk, Thomas Blon, Volker Neu, Karin Leistner, "Size-Specific Magnetic Configurations in Electrodeposited Epitaxial Iron Nanocuboids: From Landau Pattern to Vortex and Single Domain States", In Nano Letters, American Chemical Society (ACS), vol. 22, no. 10, pp. 4006–4012, May 2022. [doi]
Bibtex
@article{Guo_2022,
doi = {10.1021/acs.nanolett.2c00607},
url = {https://doi.org/10.1021%2Facs.nanolett.2c00607},
year = 2022,
month = {may},
publisher = {American Chemical Society ({ACS})},
volume = {22},
number = {10},
pages = {4006--4012},
author = {Shanshan Guo and Mara Henschel and Daniel Wolf and Darius Pohl and Axel Lubk and Thomas Blon and Volker Neu and Karin Leistner},
title = {Size-Specific Magnetic Configurations in Electrodeposited Epitaxial Iron Nanocuboids: From Landau Pattern to Vortex and Single Domain States},
journal = {Nano Letters}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Sattwick Haldar, Mingchao Wang, Preeti Bhauriyal, Arpan Hazra, Arafat H. Khan, Volodymyr Bon, Mark A. Isaacs, Ankita De, Leonid Shupletsov, Tom Boenke, Julia Grothe, Thomas Heine, Eike Brunner, Xinliang Feng, Renhao Dong, Andreas Schneemann, Stefan Kaskel, "Porous Dithiine-Linked Covalent Organic Framework as a Dynamic Platform for Covalent Polysulfide Anchoring in Lithium\textendashSulfur Battery Cathodes", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 144, no. 20, pp. 9101–9112, May 2022. [doi] [Bibtex & Downloads]
Porous Dithiine-Linked Covalent Organic Framework as a Dynamic Platform for Covalent Polysulfide Anchoring in Lithium\textendashSulfur Battery Cathodes
Reference
Sattwick Haldar, Mingchao Wang, Preeti Bhauriyal, Arpan Hazra, Arafat H. Khan, Volodymyr Bon, Mark A. Isaacs, Ankita De, Leonid Shupletsov, Tom Boenke, Julia Grothe, Thomas Heine, Eike Brunner, Xinliang Feng, Renhao Dong, Andreas Schneemann, Stefan Kaskel, "Porous Dithiine-Linked Covalent Organic Framework as a Dynamic Platform for Covalent Polysulfide Anchoring in Lithium\textendashSulfur Battery Cathodes", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 144, no. 20, pp. 9101–9112, May 2022. [doi]
Bibtex
@article{Haldar_2022,
doi = {10.1021/jacs.2c02346},
url = {https://doi.org/10.1021%2Fjacs.2c02346},
year = 2022,
month = {may},
publisher = {American Chemical Society ({ACS})},
volume = {144},
number = {20},
pages = {9101--9112},
author = {Sattwick Haldar and Mingchao Wang and Preeti Bhauriyal and Arpan Hazra and Arafat H. Khan and Volodymyr Bon and Mark A. Isaacs and Ankita De and Leonid Shupletsov and Tom Boenke and Julia Grothe and Thomas Heine and Eike Brunner and Xinliang Feng and Renhao Dong and Andreas Schneemann and Stefan Kaskel},
title = {Porous Dithiine-Linked Covalent Organic Framework as a Dynamic Platform for Covalent Polysulfide Anchoring in Lithium{\textendash}Sulfur Battery Cathodes},
journal = {Journal of the American Chemical Society}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- SangWook Park, Zhe Zhang, Haoyuan Qi, Baokun Liang, Javeed Mahmood, Hyuk-Jun Noh, Mike Hambsch, Mingchao Wang, Mao Wang, Khoa Hoang Ly, Zhiyong Wang, Inez M. Weidinger, Shengqiang Zhou, Jong-Beom Baek, Ute Kaiser, Stefan C. B. Mannsfeld, Xinliang Feng, Renhao Dong, "In-Plane Oriented Two-Dimensional Conjugated Metal\textendashOrganic Framework Films for High-Performance Humidity Sensing", In ACS Materials Letters, American Chemical Society (ACS), vol. 4, no. 6, pp. 1146–1153, May 2022. [doi] [Bibtex & Downloads]
In-Plane Oriented Two-Dimensional Conjugated Metal\textendashOrganic Framework Films for High-Performance Humidity Sensing
Reference
SangWook Park, Zhe Zhang, Haoyuan Qi, Baokun Liang, Javeed Mahmood, Hyuk-Jun Noh, Mike Hambsch, Mingchao Wang, Mao Wang, Khoa Hoang Ly, Zhiyong Wang, Inez M. Weidinger, Shengqiang Zhou, Jong-Beom Baek, Ute Kaiser, Stefan C. B. Mannsfeld, Xinliang Feng, Renhao Dong, "In-Plane Oriented Two-Dimensional Conjugated Metal\textendashOrganic Framework Films for High-Performance Humidity Sensing", In ACS Materials Letters, American Chemical Society (ACS), vol. 4, no. 6, pp. 1146–1153, May 2022. [doi]
Bibtex
@article{Park_2022,
doi = {10.1021/acsmaterialslett.2c00160},
url = {https://doi.org/10.1021%2Facsmaterialslett.2c00160},
year = 2022,
month = {may},
publisher = {American Chemical Society ({ACS})},
volume = {4},
number = {6},
pages = {1146--1153},
author = {SangWook Park and Zhe Zhang and Haoyuan Qi and Baokun Liang and Javeed Mahmood and Hyuk-Jun Noh and Mike Hambsch and Mingchao Wang and Mao Wang and Khoa Hoang Ly and Zhiyong Wang and Inez M. Weidinger and Shengqiang Zhou and Jong-Beom Baek and Ute Kaiser and Stefan C. B. Mannsfeld and Xinliang Feng and Renhao Dong},
title = {In-Plane Oriented Two-Dimensional Conjugated Metal{\textendash}Organic Framework Films for High-Performance Humidity Sensing},
journal = {{ACS} Materials Letters}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- M. Lammel, D. Scheffler, D. Pohl, P. Swekis, S. Reitzig, S. Piontek, H. Reichlova, R. Schlitz, K. Geishendorf, L. Siegl, B. Rellinghaus, L. M. Eng, K. Nielsch, S. T. B. Goennenwein, A. Thomas, "Atomic layer deposition of yttrium iron garnet thin films", In Physical Review Materials, American Physical Society (APS), vol. 6, no. 4, Apr 2022. [doi] [Bibtex & Downloads]
Atomic layer deposition of yttrium iron garnet thin films
Reference
M. Lammel, D. Scheffler, D. Pohl, P. Swekis, S. Reitzig, S. Piontek, H. Reichlova, R. Schlitz, K. Geishendorf, L. Siegl, B. Rellinghaus, L. M. Eng, K. Nielsch, S. T. B. Goennenwein, A. Thomas, "Atomic layer deposition of yttrium iron garnet thin films", In Physical Review Materials, American Physical Society (APS), vol. 6, no. 4, Apr 2022. [doi]
Bibtex
@article{Lammel_2022,
doi = {10.1103/physrevmaterials.6.044411},
url = {https://doi.org/10.1103%2Fphysrevmaterials.6.044411},
year = 2022,
month = {apr},
publisher = {American Physical Society ({APS})},
volume = {6},
number = {4},
author = {M. Lammel and D. Scheffler and D. Pohl and P. Swekis and S. Reitzig and S. Piontek and H. Reichlova and R. Schlitz and K. Geishendorf and L. Siegl and B. Rellinghaus and L. M. Eng and K. Nielsch and S. T. B. Goennenwein and A. Thomas},
title = {Atomic layer deposition of yttrium iron garnet thin films},
journal = {Physical Review Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Foram M. Joshi, Gonzalo Alvarez Viar, Gaia Pigino, Hauke Drechsler, Stefan Diez, "Fabrication of High Aspect Ratio Gold Nanowires within the Microtubule Lumen", In Nano Letters, American Chemical Society (ACS), vol. 22, no. 9, pp. 3659–3667, Apr 2022. [doi] [Bibtex & Downloads]
Fabrication of High Aspect Ratio Gold Nanowires within the Microtubule Lumen
Reference
Foram M. Joshi, Gonzalo Alvarez Viar, Gaia Pigino, Hauke Drechsler, Stefan Diez, "Fabrication of High Aspect Ratio Gold Nanowires within the Microtubule Lumen", In Nano Letters, American Chemical Society (ACS), vol. 22, no. 9, pp. 3659–3667, Apr 2022. [doi]
Bibtex
@article{Joshi_2022,
doi = {10.1021/acs.nanolett.2c00255},
url = {https://doi.org/10.1021%2Facs.nanolett.2c00255},
year = 2022,
month = {apr},
publisher = {American Chemical Society ({ACS})},
volume = {22},
number = {9},
pages = {3659--3667},
author = {Foram M. Joshi and Gonzalo Alvarez Viar and Gaia Pigino and Hauke Drechsler and Stefan Diez},
title = {Fabrication of High Aspect Ratio Gold Nanowires within the Microtubule Lumen},
journal = {Nano Letters}
}Downloads
No Downloads available for this publication
Related Paths
grk2767
Permalink
- Asif Ali Khan, "Design and Code Optimization for Systems with Next-generation Racetrack Memories", PhD thesis, TU Dresden, 255 pp., Apr 2022. [Bibtex & Downloads]
Design and Code Optimization for Systems with Next-generation Racetrack Memories
Reference
Asif Ali Khan, "Design and Code Optimization for Systems with Next-generation Racetrack Memories", PhD thesis, TU Dresden, 255 pp., Apr 2022.
Bibtex
@PhdThesis{Khan_PhD,
author = {Khan, Asif Ali},
institution = {TU Dresden},
title = {Design and Code Optimization for Systems with Next-generation Racetrack Memories},
pages = {255 pp.},
month = apr,
year = {2022},
url = {https://nbn-resolving.de/urn:nbn:de:bsz:14-qucosa2-795738},
}Downloads
2204_Khan_PhD [PDF]
Related Paths
Permalink
- João Paulo Cardoso de Lima, Marcelo Brandalero, Michael Hübner, Luigi Carro, "STAP: An Architecture and Design Tool for Automata Processing on Memristor TCAMs", In ACM Journal on Emerging Technologies in Computing Systems, Association for Computing Machinery (ACM), vol. 18, no. 2, pp. 1–22, Apr 2022. [doi] [Bibtex & Downloads]
STAP: An Architecture and Design Tool for Automata Processing on Memristor TCAMs
Reference
João Paulo Cardoso de Lima, Marcelo Brandalero, Michael Hübner, Luigi Carro, "STAP: An Architecture and Design Tool for Automata Processing on Memristor TCAMs", In ACM Journal on Emerging Technologies in Computing Systems, Association for Computing Machinery (ACM), vol. 18, no. 2, pp. 1–22, Apr 2022. [doi]
Bibtex
@article{de_Lima_2022,
doi = {10.1145/3450769},
url = {https://doi.org/10.1145%2F3450769},
year = 2022,
month = {apr},
publisher = {Association for Computing Machinery ({ACM})},
volume = {18},
number = {2},
pages = {1--22},
author = {Jo{\~{a}}o Paulo Cardoso de Lima and Marcelo Brandalero and Michael Hübner and Luigi Carro},
title = {{STAP}: An Architecture and Design Tool for Automata Processing on Memristor {TCAMs}},
journal = {{ACM} Journal on Emerging Technologies in Computing Systems}
}Downloads
No Downloads available for this publication
Permalink
- Shu-Jen Wang, Michel Panhans, Ilia Lashkov, Hans Kleemann, Federico Caglieris, David Becker-Koch, Jörn Vahland, Erjuan Guo, Shiyu Huang, Yulia Krupskaya, Yana Vaynzof, Bernd Büchner, Frank Ortmann, Karl Leo, "Highly efficient modulation doping: A path toward superior organic thermoelectric devices", In Science Advances, American Association for the Advancement of Science (AAAS), vol. 8, no. 13, Apr 2022. [doi] [Bibtex & Downloads]
Highly efficient modulation doping: A path toward superior organic thermoelectric devices
Reference
Shu-Jen Wang, Michel Panhans, Ilia Lashkov, Hans Kleemann, Federico Caglieris, David Becker-Koch, Jörn Vahland, Erjuan Guo, Shiyu Huang, Yulia Krupskaya, Yana Vaynzof, Bernd Büchner, Frank Ortmann, Karl Leo, "Highly efficient modulation doping: A path toward superior organic thermoelectric devices", In Science Advances, American Association for the Advancement of Science (AAAS), vol. 8, no. 13, Apr 2022. [doi]
Bibtex
@article{Wang_2022,
doi = {10.1126/sciadv.abl9264},
url = {https://doi.org/10.1126%2Fsciadv.abl9264},
year = 2022,
month = {apr},
publisher = {American Association for the Advancement of Science ({AAAS})},
volume = {8},
number = {13},
author = {Shu-Jen Wang and Michel Panhans and Ilia Lashkov and Hans Kleemann and Federico Caglieris and David Becker-Koch and Jörn Vahland and Erjuan Guo and Shiyu Huang and Yulia Krupskaya and Yana Vaynzof and Bernd Büchner and Frank Ortmann and Karl Leo},
title = {Highly efficient modulation doping: A path toward superior organic thermoelectric devices},
journal = {Science Advances}
}Downloads
No Downloads available for this publication
Permalink
- Katelyn P. Goetz, Yana Vaynzof, "The Challenge of Making the Same Device Twice in Perovskite Photovoltaics", In ACS Energy Letters, American Chemical Society (ACS), vol. 7, no. 5, pp. 1750–1757, Apr 2022. [doi] [Bibtex & Downloads]
The Challenge of Making the Same Device Twice in Perovskite Photovoltaics
Reference
Katelyn P. Goetz, Yana Vaynzof, "The Challenge of Making the Same Device Twice in Perovskite Photovoltaics", In ACS Energy Letters, American Chemical Society (ACS), vol. 7, no. 5, pp. 1750–1757, Apr 2022. [doi]
Bibtex
@article{Goetz_2022,
doi = {10.1021/acsenergylett.2c00463},
url = {https://doi.org/10.1021%2Facsenergylett.2c00463},
year = 2022,
month = {apr},
publisher = {American Chemical Society ({ACS})},
volume = {7},
number = {5},
pages = {1750--1757},
author = {Katelyn P. Goetz and Yana Vaynzof},
title = {The Challenge of Making the Same Device Twice in Perovskite Photovoltaics},
journal = {{ACS} Energy Letters}
}Downloads
No Downloads available for this publication
Permalink
- Yu Kang, Yangkun He, Darius Pohl, Bernd Rellinghaus, Dong Chen, Marcus Schmidt, Vicky Süß, Qingge Mu, Fan Li, Qun Yang, Hedong Chen, Yufei Ma, Gudrun Auffermann, Guowei Li, Claudia Felser, "Identification of Interface Structure for a Topological CoS$\less$sub$\greater$2$\less$/sub$\greater$ Single Crystal in Oxygen Evolution Reaction with High Intrinsic Reactivity", In ACS Applied Materials &$\mathsemicolon$ Interfaces, American Chemical Society (ACS), vol. 14, no. 17, pp. 19324–19331, Apr 2022. [doi] [Bibtex & Downloads]
Identification of Interface Structure for a Topological CoS$\less$sub$\greater$2$\less$/sub$\greater$ Single Crystal in Oxygen Evolution Reaction with High Intrinsic Reactivity
Reference
Yu Kang, Yangkun He, Darius Pohl, Bernd Rellinghaus, Dong Chen, Marcus Schmidt, Vicky Süß, Qingge Mu, Fan Li, Qun Yang, Hedong Chen, Yufei Ma, Gudrun Auffermann, Guowei Li, Claudia Felser, "Identification of Interface Structure for a Topological CoS$\less$sub$\greater$2$\less$/sub$\greater$ Single Crystal in Oxygen Evolution Reaction with High Intrinsic Reactivity", In ACS Applied Materials &$\mathsemicolon$ Interfaces, American Chemical Society (ACS), vol. 14, no. 17, pp. 19324–19331, Apr 2022. [doi]
Bibtex
@article{Kang_2022,
doi = {10.1021/acsami.1c24966},
url = {https://doi.org/10.1021%2Facsami.1c24966},
year = 2022,
month = {apr},
publisher = {American Chemical Society ({ACS})},
volume = {14},
number = {17},
pages = {19324--19331},
author = {Yu Kang and Yangkun He and Darius Pohl and Bernd Rellinghaus and Dong Chen and Marcus Schmidt and Vicky Sü{\ss} and Qingge Mu and Fan Li and Qun Yang and Hedong Chen and Yufei Ma and Gudrun Auffermann and Guowei Li and Claudia Felser},
title = {Identification of Interface Structure for a Topological {CoS}$\less$sub$\greater$2$\less$/sub$\greater$ Single Crystal in Oxygen Evolution Reaction with High Intrinsic Reactivity},
journal = {{ACS} Applied Materials {\&}amp$\mathsemicolon$ Interfaces}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Zahra Ebrahimi, Dennis Klar, Mohammad Aasim Ekhtiyar, Akash Kumar, "Plasticine: A Cross-layer Approximation Methodology for Multi-kernel Applications through Minimally Biased, High-throughput, and Energy-efficient SIMD Soft Multiplier-divider" (to appear), In ACM Transactions on Design Automation of Electronic Systems, Association for Computing Machinery (ACM), vol. 27, no. 2, pp. 1–33, Mar 2022. [doi] [Bibtex & Downloads]
Plasticine: A Cross-layer Approximation Methodology for Multi-kernel Applications through Minimally Biased, High-throughput, and Energy-efficient SIMD Soft Multiplier-divider
Reference
Zahra Ebrahimi, Dennis Klar, Mohammad Aasim Ekhtiyar, Akash Kumar, "Plasticine: A Cross-layer Approximation Methodology for Multi-kernel Applications through Minimally Biased, High-throughput, and Energy-efficient SIMD Soft Multiplier-divider" (to appear), In ACM Transactions on Design Automation of Electronic Systems, Association for Computing Machinery (ACM), vol. 27, no. 2, pp. 1–33, Mar 2022. [doi]
Bibtex
@article{Ebrahimi_2022,
doi = {10.1145/3486616},
url = {https://doi.org/10.1145%2F3486616},
year = 2022,
month = {mar},
publisher = {Association for Computing Machinery ({ACM})},
volume = {27},
number = {2},
pages = {1--33},
author = {Zahra Ebrahimi and Dennis Klar and Mohammad Aasim Ekhtiyar and Akash Kumar},
title = {Plasticine: A Cross-layer Approximation Methodology for Multi-kernel Applications through Minimally Biased, High-throughput, and Energy-efficient {SIMD} Soft Multiplier-divider},
journal = {{ACM} Transactions on Design Automation of Electronic Systems}
}Downloads
zahra_plasticine_todaes [PDF]
Related Paths
other
Permalink
- M. Thümmler, S. Rai, A. Kumar, "Improving Technology Mapping for And-Inverter-Cones", In Proceeding: 2022 Design, Automation Test in Europe Conference Exhibition (DATE), March 2022. [Bibtex & Downloads]
Improving Technology Mapping for And-Inverter-Cones
Reference
M. Thümmler, S. Rai, A. Kumar, "Improving Technology Mapping for And-Inverter-Cones", In Proceeding: 2022 Design, Automation Test in Europe Conference Exhibition (DATE), March 2022.
Bibtex
@InProceedings{Thuemmler2022,
Title = {Improving Technology Mapping for And-Inverter-Cones},
Author = {M. Th{\"{u}}mmler and S. Rai and A. Kumar},
Booktitle = {2022 Design, Automation Test in Europe Conference Exhibition (DATE)},
Year = {2022},
Month = {March},
Owner = {shubham},
Timestamp = {2018.04.26}
}Downloads
Martin_thuemmler_AIC(1) [PDF]
Permalink
- Michael Raitza, Steffen Märcker, Shubham Rai, Akash Kumar, "Exploring Standard-Cell Designs for Reconfigurable
Nanotechnologies: A Formal Approach", In Proceeding: 2022 Design, Automation Test in Europe Conference Exhibition (DATE), Mar 2022. [Bibtex & Downloads]
Exploring Standard-Cell Designs for Reconfigurable Nanotechnologies: A Formal Approach
Reference
Michael Raitza, Steffen Märcker, Shubham Rai, Akash Kumar, "Exploring Standard-Cell Designs for Reconfigurable Nanotechnologies: A Formal Approach", In Proceeding: 2022 Design, Automation Test in Europe Conference Exhibition (DATE), Mar 2022.
Bibtex
@INPROCEEDINGS{9474132,
author={Raitza, Michael and M{\"a}rcker, Steffen and Rai, Shubham and Kumar, Akash},
booktitle={2022 Design, Automation Test in Europe Conference Exhibition (DATE)},
title={Exploring Standard-Cell Designs for Reconfigurable
Nanotechnologies: A Formal Approach},
year={2022},
month = mar,
volume={},
number={}
}Downloads
DATE_SS_2022 [PDF]
Permalink
- Yangkun He, Sebastian Schneider, Toni Helm, Jacob Gayles, Daniel Wolf, Ivan Soldatov, Horst Borrmann, Walter Schnelle, Rudolf Schaefer, Gerhard H. Fecher, Bernd Rellinghaus, Claudia Felser, "Topological Hall effect arising from the mesoscopic and microscopic non-coplanar magnetic structure in MnBi", In Acta Materialia, Elsevier BV, vol. 226, pp. 117619, Mar 2022. [doi] [Bibtex & Downloads]
Topological Hall effect arising from the mesoscopic and microscopic non-coplanar magnetic structure in MnBi
Reference
Yangkun He, Sebastian Schneider, Toni Helm, Jacob Gayles, Daniel Wolf, Ivan Soldatov, Horst Borrmann, Walter Schnelle, Rudolf Schaefer, Gerhard H. Fecher, Bernd Rellinghaus, Claudia Felser, "Topological Hall effect arising from the mesoscopic and microscopic non-coplanar magnetic structure in MnBi", In Acta Materialia, Elsevier BV, vol. 226, pp. 117619, Mar 2022. [doi]
Bibtex
@article{He_2022,
doi = {10.1016/j.actamat.2022.117619},
url = {https://doi.org/10.1016%2Fj.actamat.2022.117619},
year = 2022,
month = {mar},
publisher = {Elsevier {BV}},
volume = {226},
pages = {117619},
author = {Yangkun He and Sebastian Schneider and Toni Helm and Jacob Gayles and Daniel Wolf and Ivan Soldatov and Horst Borrmann and Walter Schnelle and Rudolf Schaefer and Gerhard H. Fecher and Bernd Rellinghaus and Claudia Felser},
title = {Topological Hall effect arising from the mesoscopic and microscopic non-coplanar magnetic structure in {MnBi}},
journal = {Acta Materialia}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Asif Ali Khan, Sebastien Ollivier, Stephen Longofono, Gerald Hempel, Jeronimo Castrillon, Alex K. Jones, "Brain-inspired Cognition in Next Generation Racetrack Memories", In ACM Transactions on Embedded Computing Systems (TECS), Association for Computing Machinery, vol. 21, no. 6, pp. 79:1–79:28, New York, NY, USA, Mar 2022. [doi] [Bibtex & Downloads]
Brain-inspired Cognition in Next Generation Racetrack Memories
Reference
Asif Ali Khan, Sebastien Ollivier, Stephen Longofono, Gerald Hempel, Jeronimo Castrillon, Alex K. Jones, "Brain-inspired Cognition in Next Generation Racetrack Memories", In ACM Transactions on Embedded Computing Systems (TECS), Association for Computing Machinery, vol. 21, no. 6, pp. 79:1–79:28, New York, NY, USA, Mar 2022. [doi]
Abstract
Hyperdimensional computing (HDC) is an emerging computational framework inspired by the brain that operates on vectors with thousands of dimensions to emulate cognition. Unlike conventional computational frameworks that operate on numbers, HDC, like the brain, uses high dimensional random vectors and is capable of one-shot learning. HDC is based on a well-defined set of arithmetic operations and is highly error-resilient. The core operations of HDC manipulate HD vectors in bulk bit-wise fashion, offering many opportunities to leverage parallelism. Unfortunately, on conventional von Neumann architectures, the continuous movement of HD vectors among the processor and the memory can make the cognition task prohibitively slow and energy-intensive. Hardware accelerators only marginally improve related metrics. In contrast, even partial implementations of an HDC framework inside memory can provide considerable performance/energy gains as demonstrated in prior work using memristors. This paper presents an architecture based on racetrack memory (RTM) to conduct and accelerate the entire HDC framework within memory. The proposed solution requires minimal additional CMOS circuitry by leveraging a read operation across multiple domains in RTMs called transverse read (TR) to realize exclusive-or (XOR) and addition operations. To minimize the CMOS circuitry overhead, an RTM nanowire-based counting mechanism is proposed. Using language recognition as the example workload, the proposed RTM HDC system reduces the energy consumption by 8.6x compared to the state-of-the-art in-memory implementation. Compared to dedicated hardware design realized with an FPGA, RTM-based HDC processing demonstrates 7.8x and 5.3x improvements in the overall runtime and energy consumption, respectively.
Bibtex
@Article{khan_tecs22,
author = {Asif Ali Khan and Sebastien Ollivier and Stephen Longofono and Gerald Hempel and Jeronimo Castrillon and Alex K. Jones},
title = {Brain-inspired Cognition in Next Generation Racetrack Memories},
abstract = {Hyperdimensional computing (HDC) is an emerging computational framework inspired by the brain that operates on vectors with thousands of dimensions to emulate cognition. Unlike conventional computational frameworks that operate on numbers, HDC, like the brain, uses high dimensional random vectors and is capable of one-shot learning. HDC is based on a well-defined set of arithmetic operations and is highly error-resilient. The core operations of HDC manipulate HD vectors in bulk bit-wise fashion, offering many opportunities to leverage parallelism. Unfortunately, on conventional von Neumann architectures, the continuous movement of HD vectors among the processor and the memory can make the cognition task prohibitively slow and energy-intensive. Hardware accelerators only marginally improve related metrics. In contrast, even partial implementations of an HDC framework inside memory can provide considerable performance/energy gains as demonstrated in prior work using memristors. This paper presents an architecture based on racetrack memory (RTM) to conduct and accelerate the entire HDC framework within memory. The proposed solution requires minimal additional CMOS circuitry by leveraging a read operation across multiple domains in RTMs called transverse read (TR) to realize exclusive-or (XOR) and addition operations. To minimize the CMOS circuitry overhead, an RTM nanowire-based counting mechanism is proposed. Using language recognition as the example workload, the proposed RTM HDC system reduces the energy consumption by 8.6x compared to the state-of-the-art in-memory implementation. Compared to dedicated hardware design realized with an FPGA, RTM-based HDC processing demonstrates 7.8x and 5.3x improvements in the overall runtime and energy consumption, respectively.},
address = {New York, NY, USA},
journal = {ACM Transactions on Embedded Computing Systems (TECS)},
month = mar,
numpages = {28},
publisher = {Association for Computing Machinery},
year = {2022},
doi = {10.1145/3524071},
issn = {1539-9087},
url = {https://doi.org/10.1145/3524071},
volume = {21},
number = {6},
articleno = {79},
pages = {79:1--79:28},
}Downloads
2203_Khan_TECS [PDF]
Permalink
- Ali Hosseinghorban, Akash Kumar, "A Partial-Reconfiguration-Enabled HW/SW Co-Design Benchmark for LTE Applications", In Electronics, vol. 11, Mar 2022. [doi] [Bibtex & Downloads]
A Partial-Reconfiguration-Enabled HW/SW Co-Design Benchmark for LTE Applications
Reference
Ali Hosseinghorban, Akash Kumar, "A Partial-Reconfiguration-Enabled HW/SW Co-Design Benchmark for LTE Applications", In Electronics, vol. 11, Mar 2022. [doi]
Bibtex
@Article{ali-mdpi-electronics-2022,
AUTHOR = {Hosseinghorban, Ali and Kumar, Akash},
TITLE = {A Partial-Reconfiguration-Enabled HW/SW Co-Design Benchmark for LTE Applications},
JOURNAL = {Electronics},
VOLUME = {11},
YEAR = {2022},
month={mar},
ARTICLE-NUMBER = {978},
URL = {https://www.mdpi.com/2079-9292/11/7/978},
ISSN = {2079-9292},
DOI = {10.3390/electronics11070978}
}Downloads
LTE_on_Chip_MDPI-author-prepared [PDF]
Permalink
- Stefano Corda, Bram Veenboer, Ahsan Javed Awan, John W. Romein, Roel Jordans, Akash Kumar, Albert-Jan Boonstra, Henk Corporaal, "Reduced-Precision Acceleration of Radio-Astronomical Imaging on Reconfigurable Hardware", In IEEE Access, Institute of Electrical and Electronics Engineers (IEEE), vol. 10, pp. 22819–22843, 2022. [doi] [Bibtex & Downloads]
Reduced-Precision Acceleration of Radio-Astronomical Imaging on Reconfigurable Hardware
Reference
Stefano Corda, Bram Veenboer, Ahsan Javed Awan, John W. Romein, Roel Jordans, Akash Kumar, Albert-Jan Boonstra, Henk Corporaal, "Reduced-Precision Acceleration of Radio-Astronomical Imaging on Reconfigurable Hardware", In IEEE Access, Institute of Electrical and Electronics Engineers (IEEE), vol. 10, pp. 22819–22843, 2022. [doi]
Bibtex
@article{Corda_2022,
doi = {10.1109/access.2022.3150861},
url = {https://doi.org/10.1109%2Faccess.2022.3150861},
year = 2022,
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
volume = {10},
pages = {22819--22843},
author = {Stefano Corda and Bram Veenboer and Ahsan Javed Awan and John W. Romein and Roel Jordans and Akash Kumar and Albert-Jan Boonstra and Henk Corporaal},
title = {Reduced-Precision Acceleration of Radio-Astronomical Imaging on Reconfigurable Hardware},
journal = {{IEEE} Access}
}Downloads
IEEE-Access-final-version-Stefano [PDF]
Permalink
- Luigi Angelo Castriotta, Mahmoud Zendehdel, Narges Yaghoobi Nia, Enrico Leonardi, Markus Löffler, Barbara Paci, Amanda Generosi, Bernd Rellinghaus, Aldo Di Carlo, "Reducing Losses in Perovskite Large Area Solar Technology: Laser Design Optimization for Highly Efficient Modules and Minipanels", In Advanced Energy Materials, Wiley, pp. 2103420, Feb 2022. [doi] [Bibtex & Downloads]
Reducing Losses in Perovskite Large Area Solar Technology: Laser Design Optimization for Highly Efficient Modules and Minipanels
Reference
Luigi Angelo Castriotta, Mahmoud Zendehdel, Narges Yaghoobi Nia, Enrico Leonardi, Markus Löffler, Barbara Paci, Amanda Generosi, Bernd Rellinghaus, Aldo Di Carlo, "Reducing Losses in Perovskite Large Area Solar Technology: Laser Design Optimization for Highly Efficient Modules and Minipanels", In Advanced Energy Materials, Wiley, pp. 2103420, Feb 2022. [doi]
Bibtex
@article{Castriotta_2022,
doi = {10.1002/aenm.202103420},
url = {https://doi.org/10.1002%2Faenm.202103420},
year = 2022,
month = {feb},
publisher = {Wiley},
pages = {2103420},
author = {Luigi Angelo Castriotta and Mahmoud Zendehdel and Narges Yaghoobi Nia and Enrico Leonardi and Markus Löffler and Barbara Paci and Amanda Generosi and Bernd Rellinghaus and Aldo Di Carlo},
title = {Reducing Losses in Perovskite Large Area Solar Technology: Laser Design Optimization for Highly Efficient Modules and Minipanels},
journal = {Advanced Energy Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Yangkun He, Toni Helm, Ivan Soldatov, Sebastian Schneider, Darius Pohl, Abhay Kant Srivastava, Ankit Kumar Sharma, Johannes Kroder, Walter Schnelle, Rudolf Schaefer, Bernd Rellinghaus, Gerhard H. Fecher, Stuart S. P. Parkin, Claudia Felser, "Nanoscale magnetic bubbles in
Nd2Fe14B
at room temperature", In Physical Review B, American Physical Society (APS), vol. 105, no. 6, Feb 2022. [doi] [Bibtex & Downloads]
Nanoscale magnetic bubbles in Nd2Fe14B at room temperature
Reference
Yangkun He, Toni Helm, Ivan Soldatov, Sebastian Schneider, Darius Pohl, Abhay Kant Srivastava, Ankit Kumar Sharma, Johannes Kroder, Walter Schnelle, Rudolf Schaefer, Bernd Rellinghaus, Gerhard H. Fecher, Stuart S. P. Parkin, Claudia Felser, "Nanoscale magnetic bubbles in Nd2Fe14B at room temperature", In Physical Review B, American Physical Society (APS), vol. 105, no. 6, Feb 2022. [doi]
Bibtex
@article{He_2022,
doi = {10.1103/physrevb.105.064426},
url = {https://doi.org/10.1103%2Fphysrevb.105.064426},
year = 2022,
month = {feb},
publisher = {American Physical Society ({APS})},
volume = {105},
number = {6},
author = {Yangkun He and Toni Helm and Ivan Soldatov and Sebastian Schneider and Darius Pohl and Abhay Kant Srivastava and Ankit Kumar Sharma and Johannes Kroder and Walter Schnelle and Rudolf Schaefer and Bernd Rellinghaus and Gerhard H. Fecher and Stuart S. P. Parkin and Claudia Felser},
title = {Nanoscale magnetic bubbles in
Nd2Fe14B
at room temperature},
journal = {Physical Review B}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Jinxin Liu, Yunxu Chen, Xinliang Feng, Renhao Dong, "Conductive 2D Conjugated Metal\textendashOrganic Framework Thin Films: Synthesis and Functions for (Opto-)electronics", In Small Structures, Wiley, vol. 3, no. 5, pp. 2100210, Feb 2022. [doi] [Bibtex & Downloads]
Conductive 2D Conjugated Metal\textendashOrganic Framework Thin Films: Synthesis and Functions for (Opto-)electronics
Reference
Jinxin Liu, Yunxu Chen, Xinliang Feng, Renhao Dong, "Conductive 2D Conjugated Metal\textendashOrganic Framework Thin Films: Synthesis and Functions for (Opto-)electronics", In Small Structures, Wiley, vol. 3, no. 5, pp. 2100210, Feb 2022. [doi]
Bibtex
@article{Liu_2022,
doi = {10.1002/sstr.202100210},
url = {https://doi.org/10.1002%2Fsstr.202100210},
year = 2022,
month = {feb},
publisher = {Wiley},
volume = {3},
number = {5},
pages = {2100210},
author = {Jinxin Liu and Yunxu Chen and Xinliang Feng and Renhao Dong},
title = {Conductive 2D Conjugated Metal{\textendash}Organic Framework Thin Films: Synthesis and Functions for (Opto-)electronics},
journal = {Small Structures}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Negar Neda, Salim Ullah, Azam Ghanbari, Hoda Mahdiani, Mehdi Modarressi, Akash Kumar, "Multi-Precision Deep Neural Network Acceleration on FPGAs" (to appear), In Proceeding: Asia and South Pacific Design Automation Conference (ASPDAC), 1/2022. [Bibtex & Downloads]
Multi-Precision Deep Neural Network Acceleration on FPGAs
Reference
Negar Neda, Salim Ullah, Azam Ghanbari, Hoda Mahdiani, Mehdi Modarressi, Akash Kumar, "Multi-Precision Deep Neural Network Acceleration on FPGAs" (to appear), In Proceeding: Asia and South Pacific Design Automation Conference (ASPDAC), 1/2022.
Bibtex
@InProceedings{mehdi_2022_aspdac,
author = {Negar Neda and Salim Ullah and Azam Ghanbari and Hoda Mahdiani and Mehdi Modarressi and Akash Kumar},
booktitle = {Asia and South Pacific Design Automation Conference (ASPDAC)},
title = {Multi-Precision Deep Neural Network Acceleration on {FPGAs}},
year = {2022},
month=1,
organization = {IEEE},
}Downloads
No Downloads available for this publication
Permalink
- Alessandro Tempia Calvino, Heinz Riener, Shubham Rai, Akash Kumar, Giovanni De Micheli, "A Versatile Mapping Approach for Technology Mapping and Graph Optimization" (to appear), In Proceeding: Asia and South Pacific Design Automation Conference (ASPDAC), 1/2022. [Bibtex & Downloads]
A Versatile Mapping Approach for Technology Mapping and Graph Optimization
Reference
Alessandro Tempia Calvino, Heinz Riener, Shubham Rai, Akash Kumar, Giovanni De Micheli, "A Versatile Mapping Approach for Technology Mapping and Graph Optimization" (to appear), In Proceeding: Asia and South Pacific Design Automation Conference (ASPDAC), 1/2022.
Bibtex
@InProceedings{alessandro_2022_aspdac,
author = {Alessandro Tempia Calvino and Heinz Riener and Shubham Rai and Akash Kumar and Giovanni De Micheli},
booktitle = {Asia and South Pacific Design Automation Conference (ASPDAC)},
title = {A Versatile Mapping Approach for Technology Mapping and Graph Optimization},
year = {2022},
month = {1},
organization = {IEEE},
}Downloads
ASP_DAC22 [PDF]
Permalink
- Mark Wijtvliet, Akash Kumar, Henk Corporaal, "Blocks: challenging SIMDs and VLIWs with a reconfigurable architecture", In IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems, Institute of Electrical and Electronics Engineers (IEEE), pp. 1–14, 1/2022. [doi] [Bibtex & Downloads]
Blocks: challenging SIMDs and VLIWs with a reconfigurable architecture
Reference
Mark Wijtvliet, Akash Kumar, Henk Corporaal, "Blocks: challenging SIMDs and VLIWs with a reconfigurable architecture", In IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems, Institute of Electrical and Electronics Engineers (IEEE), pp. 1–14, 1/2022. [doi]
Bibtex
@article{mark-tcad-2021,
doi = {10.1109/tcad.2021.3120541},
url = {https://doi.org/10.1109%2Ftcad.2021.3120541},
year = 2022,
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
pages = {1--14},
month = 1,
author = {Mark Wijtvliet and Akash Kumar and Henk Corporaal},
title = {Blocks: challenging {SIMDs} and {VLIWs} with a reconfigurable architecture},
journal = {{IEEE} Transactions on Computer-Aided Design of Integrated Circuits and Systems}
}Downloads
TCAD3120541 [PDF]
Permalink
- Kalyan Biswas, Lin Yang, Ji Ma, Ana S'anchez-Grande, Qifan Chen, Koen Lauwaet, Jos'e M. Gallego, Rodolfo Miranda, David 'Ecija, Pavel Jel'inek, Xinliang Feng, Jos'e I. Urgel, "Defect-Induced $\uppi$-Magnetism into Non-Benzenoid Nanographenes", In Nanomaterials, MDPI AG, vol. 12, no. 2, pp. 224, Jan 2022. [doi] [Bibtex & Downloads]
Defect-Induced $\uppi$-Magnetism into Non-Benzenoid Nanographenes
Reference
Kalyan Biswas, Lin Yang, Ji Ma, Ana S'anchez-Grande, Qifan Chen, Koen Lauwaet, Jos'e M. Gallego, Rodolfo Miranda, David 'Ecija, Pavel Jel'inek, Xinliang Feng, Jos'e I. Urgel, "Defect-Induced $\uppi$-Magnetism into Non-Benzenoid Nanographenes", In Nanomaterials, MDPI AG, vol. 12, no. 2, pp. 224, Jan 2022. [doi]
Bibtex
@article{Biswas_2022,
doi = {10.3390/nano12020224},
url = {https://doi.org/10.3390%2Fnano12020224},
year = 2022,
month = {jan},
publisher = {{MDPI} {AG}},
volume = {12},
number = {2},
pages = {224},
author = {Kalyan Biswas and Lin Yang and Ji Ma and Ana S{\'{a}}nchez-Grande and Qifan Chen and Koen Lauwaet and Jos{\'{e}} M. Gallego and Rodolfo Miranda and David {\'{E}}cija and Pavel Jel{\'{\i}}nek and Xinliang Feng and Jos{\'{e}} I. Urgel},
title = {Defect-Induced $\uppi$-Magnetism into Non-Benzenoid Nanographenes},
journal = {Nanomaterials}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Gang Wang, Evgenia Dmitrieva, Benjamin Kohn, Ulrich Scheler, Yannan Liu, Valeriya Tkachova, Lin Yang, Yubin Fu, Ji Ma, Panpan Zhang, Faxing Wang, Jin Ge, Xinliang Feng, "An Efficient Rechargeable Aluminium\textendashAmine Battery Working Under Quaternization Chemistry", In Angewandte Chemie International Edition, Wiley, Jan 2022. [doi] [Bibtex & Downloads]
An Efficient Rechargeable Aluminium\textendashAmine Battery Working Under Quaternization Chemistry
Reference
Gang Wang, Evgenia Dmitrieva, Benjamin Kohn, Ulrich Scheler, Yannan Liu, Valeriya Tkachova, Lin Yang, Yubin Fu, Ji Ma, Panpan Zhang, Faxing Wang, Jin Ge, Xinliang Feng, "An Efficient Rechargeable Aluminium\textendashAmine Battery Working Under Quaternization Chemistry", In Angewandte Chemie International Edition, Wiley, Jan 2022. [doi]
Bibtex
@article{Wang_2022,
doi = {10.1002/anie.202116194},
url = {https://doi.org/10.1002%2Fanie.202116194},
year = 2022,
month = {jan},
publisher = {Wiley},
author = {Gang Wang and Evgenia Dmitrieva and Benjamin Kohn and Ulrich Scheler and Yannan Liu and Valeriya Tkachova and Lin Yang and Yubin Fu and Ji Ma and Panpan Zhang and Faxing Wang and Jin Ge and Xinliang Feng},
title = {An Efficient Rechargeable Aluminium{\textendash}Amine Battery Working Under Quaternization Chemistry},
journal = {Angewandte Chemie International Edition}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Salim Ullah, Siva Satyendra Sahoo, Nemath Ahmed, Debabrata Chaudhury, Akash Kumar, "AppAxO: Designing Application-specific Approximate Operators for FPGA-based Embedded Systems", In ACM Transactions on Embedded Computing Systems (TECS), pp. 1–31, January 2022. [Bibtex & Downloads]
AppAxO: Designing Application-specific Approximate Operators for FPGA-based Embedded Systems
Reference
Salim Ullah, Siva Satyendra Sahoo, Nemath Ahmed, Debabrata Chaudhury, Akash Kumar, "AppAxO: Designing Application-specific Approximate Operators for FPGA-based Embedded Systems", In ACM Transactions on Embedded Computing Systems (TECS), pp. 1–31, January 2022.
Bibtex
@article{ullah2022appaxo,
title={AppAxO: Designing Application-specific Approximate Operators for FPGA-based Embedded Systems},
author={Ullah, Salim and Sahoo, Siva Satyendra and Ahmed, Nemath and Chaudhury, Debabrata and Kumar, Akash},
journal={ACM Transactions on Embedded Computing Systems (TECS)},
volume={},
number={},
pages={1--31},
year={2022},
month={January}
}Downloads
AppAxO [PDF]
Permalink
- Mirko Schäfer, "Efficient Cloud-Based Privacy-Preserving Computation via Fully Homomorphic Encryption and Proxy Re-Encryption", Master's thesis, TU Dresden, Jan 2022. [Bibtex & Downloads]
Efficient Cloud-Based Privacy-Preserving Computation via Fully Homomorphic Encryption and Proxy Re-Encryption
Reference
Mirko Schäfer, "Efficient Cloud-Based Privacy-Preserving Computation via Fully Homomorphic Encryption and Proxy Re-Encryption", Master's thesis, TU Dresden, Jan 2022.
Bibtex
@mastersthesis{Schaefer-diploma22,
title={Efficient Cloud-Based Privacy-Preserving Computation via Fully Homomorphic Encryption and Proxy Re-Encryption},
author={Mirko Schäfer},
year={2022},
month=jan,
school={TU Dresden},
}Downloads
2501_Schaefer_DA [PDF]
Permalink
- Mingchao Wang, Zhe Zhang, Haixia Zhong, Xing Huang, Wei Li, Mike Hambsch, Panpan Zhang, Zhiyong Wang, Petko St. Petkov, Thomas Heine, Stefan C. B. Mannsfeld, Xinliang Feng, Renhao Dong, "Corrigendum: Surface-Modified Phthalocyanine-Based Two-Dimensional Conjugated Metal\textendashOrganic Framework Films for Polarity-Selective Chemiresistive Sensing", In Angewandte Chemie International Edition, Wiley, vol. 61, no. 6, Jan 2022. [doi] [Bibtex & Downloads]
Corrigendum: Surface-Modified Phthalocyanine-Based Two-Dimensional Conjugated Metal\textendashOrganic Framework Films for Polarity-Selective Chemiresistive Sensing
Reference
Mingchao Wang, Zhe Zhang, Haixia Zhong, Xing Huang, Wei Li, Mike Hambsch, Panpan Zhang, Zhiyong Wang, Petko St. Petkov, Thomas Heine, Stefan C. B. Mannsfeld, Xinliang Feng, Renhao Dong, "Corrigendum: Surface-Modified Phthalocyanine-Based Two-Dimensional Conjugated Metal\textendashOrganic Framework Films for Polarity-Selective Chemiresistive Sensing", In Angewandte Chemie International Edition, Wiley, vol. 61, no. 6, Jan 2022. [doi]
Bibtex
@article{Wang_2022,
doi = {10.1002/anie.202117210},
url = {https://doi.org/10.1002%2Fanie.202117210},
year = 2022,
month = {jan},
publisher = {Wiley},
volume = {61},
number = {6},
author = {Mingchao Wang and Zhe Zhang and Haixia Zhong and Xing Huang and Wei Li and Mike Hambsch and Panpan Zhang and Zhiyong Wang and Petko St. Petkov and Thomas Heine and Stefan C. B. Mannsfeld and Xinliang Feng and Renhao Dong},
title = {Corrigendum: Surface-Modified Phthalocyanine-Based Two-Dimensional Conjugated Metal{\textendash}Organic Framework Films for Polarity-Selective Chemiresistive Sensing},
journal = {Angewandte Chemie International Edition}
}Downloads
No Downloads available for this publication
Permalink
- Mark Wijtvliet, Henk Corporaal, Akash Kumar, "Blocks, Towards Energy-efficient, Coarse-grained Reconfigurable Architectures", Springer International Publishing, 2022. [doi] [Bibtex & Downloads]
Blocks, Towards Energy-efficient, Coarse-grained Reconfigurable Architectures
Reference
Mark Wijtvliet, Henk Corporaal, Akash Kumar, "Blocks, Towards Energy-efficient, Coarse-grained Reconfigurable Architectures", Springer International Publishing, 2022. [doi]
Bibtex
@book{Wijtvliet_2022,
doi = {10.1007/978-3-030-79774-4},
url = {https://doi.org/10.1007%2F978-3-030-79774-4},
year = 2022,
publisher = {Springer International Publishing},
author = {Mark Wijtvliet and Henk Corporaal and Akash Kumar},
title = {Blocks, Towards Energy-efficient, Coarse-grained Reconfigurable Architectures}
}Downloads
No Downloads available for this publication
Permalink
- David Becker-Koch, Miguel Albaladejo-Siguan, Joshua Kress, Rhea Kumar, Yvonne J. Hofstetter, Qingzhi An, Artem A. Bakulin, Fabian Paulus, Yana Vaynzof, "Oxygen-induced degradation in AgBiS2 nanocrystal solar cells", In Nanoscale, Royal Society of Chemistry (RSC), 2022. [doi] [Bibtex & Downloads]
Oxygen-induced degradation in AgBiS2 nanocrystal solar cells
Reference
David Becker-Koch, Miguel Albaladejo-Siguan, Joshua Kress, Rhea Kumar, Yvonne J. Hofstetter, Qingzhi An, Artem A. Bakulin, Fabian Paulus, Yana Vaynzof, "Oxygen-induced degradation in AgBiS2 nanocrystal solar cells", In Nanoscale, Royal Society of Chemistry (RSC), 2022. [doi]
Bibtex
@article{Becker_Koch_2022,
doi = {10.1039/d1nr06456h},
url = {https://doi.org/10.1039%2Fd1nr06456h},
year = 2022,
publisher = {Royal Society of Chemistry ({RSC})},
author = {David Becker-Koch and Miguel Albaladejo-Siguan and Joshua Kress and Rhea Kumar and Yvonne J. Hofstetter and Qingzhi An and Artem A. Bakulin and Fabian Paulus and Yana Vaynzof},
title = {Oxygen-induced degradation in {AgBiS}2 nanocrystal solar cells},
journal = {Nanoscale}
}Downloads
No Downloads available for this publication
Permalink
- Oscar Telschow, Miguel Albaladejo-Siguan, Lena Merten, Alexander Taylor, Katelyn P. Goetz, Tim Schramm, Oleg Konovalov, Maciej Jankowski, Alexander Hinderhofer, Fabian Paulus, Frank Schreiber, Yana Vaynzof, "Preserving the Stoichiometry of Triple-Cation Perovskites by Carrier-Gas-Free Antisolvent Spraying", In Journal of Materials Chemistry A, Royal Society of Chemistry (RSC), 2022. [doi] [Bibtex & Downloads]
Preserving the Stoichiometry of Triple-Cation Perovskites by Carrier-Gas-Free Antisolvent Spraying
Reference
Oscar Telschow, Miguel Albaladejo-Siguan, Lena Merten, Alexander Taylor, Katelyn P. Goetz, Tim Schramm, Oleg Konovalov, Maciej Jankowski, Alexander Hinderhofer, Fabian Paulus, Frank Schreiber, Yana Vaynzof, "Preserving the Stoichiometry of Triple-Cation Perovskites by Carrier-Gas-Free Antisolvent Spraying", In Journal of Materials Chemistry A, Royal Society of Chemistry (RSC), 2022. [doi]
Bibtex
@article{Telschow_2022,
doi = {10.1039/d1ta10566c},
url = {https://doi.org/10.1039%2Fd1ta10566c},
year = 2022,
publisher = {Royal Society of Chemistry ({RSC})},
author = {Oscar Telschow and Miguel Albaladejo-Siguan and Lena Merten and Alexander Taylor and Katelyn P. Goetz and Tim Schramm and Oleg Konovalov and Maciej Jankowski and Alexander Hinderhofer and Fabian Paulus and Frank Schreiber and Yana Vaynzof},
title = {Preserving the Stoichiometry of Triple-Cation Perovskites by Carrier-Gas-Free Antisolvent Spraying},
journal = {Journal of Materials Chemistry A}
}Downloads
No Downloads available for this publication
Permalink
- Mao Wang, Ye Yu, Slawomir Prucnal, Yonder Berenc'en, Mohd Saif Shaikh, Lars Rebohle, Muhammad Bilal Khan, Vitaly Zviagin, Ren'e Hübner, Alexej Pashkin, Artur Erbe, Yordan M. Georgiev, Marius Grundmann, Manfred Helm, Robert Kirchner, Shengqiang Zhou, "Mid- and far-infrared localized surface plasmon resonances in chalcogen-hyperdoped silicon", In Nanoscale, Royal Society of Chemistry (RSC), 2022. [doi] [Bibtex & Downloads]
Mid- and far-infrared localized surface plasmon resonances in chalcogen-hyperdoped silicon
Reference
Mao Wang, Ye Yu, Slawomir Prucnal, Yonder Berenc'en, Mohd Saif Shaikh, Lars Rebohle, Muhammad Bilal Khan, Vitaly Zviagin, Ren'e Hübner, Alexej Pashkin, Artur Erbe, Yordan M. Georgiev, Marius Grundmann, Manfred Helm, Robert Kirchner, Shengqiang Zhou, "Mid- and far-infrared localized surface plasmon resonances in chalcogen-hyperdoped silicon", In Nanoscale, Royal Society of Chemistry (RSC), 2022. [doi]
Bibtex
@article{Wang_2022,
doi = {10.1039/d1nr07274a},
url = {https://doi.org/10.1039%2Fd1nr07274a},
year = 2022,
publisher = {Royal Society of Chemistry ({RSC})},
author = {Mao Wang and Ye Yu and Slawomir Prucnal and Yonder Berenc{\'{e}}n and Mohd Saif Shaikh and Lars Rebohle and Muhammad Bilal Khan and Vitaly Zviagin and Ren{\'{e}} Hübner and Alexej Pashkin and Artur Erbe and Yordan M. Georgiev and Marius Grundmann and Manfred Helm and Robert Kirchner and Shengqiang Zhou},
title = {Mid- and far-infrared localized surface plasmon resonances in chalcogen-hyperdoped silicon},
journal = {Nanoscale}
}Downloads
No Downloads available for this publication
Permalink
- Felix Talnack, Sebastian Hutsch, Michael Bretschneider, Yulia Krupskaya, Bernd Büchner, Marc Malfois, Mike Hambsch, Frank Ortmann, Stefan C. B. Mannsfeld, "Thermal behavior and polymorphism of 2,9-didecyldinaphtho[2,3-b:2,3-f]thieno[3,2-b]thiophene thin films", In Molecular Systems Design &$\mathsemicolon$ Engineering, Royal Society of Chemistry (RSC), 2022. [doi] [Bibtex & Downloads]
Thermal behavior and polymorphism of 2,9-didecyldinaphtho[2,3-b:2,3-f]thieno[3,2-b]thiophene thin films
Reference
Felix Talnack, Sebastian Hutsch, Michael Bretschneider, Yulia Krupskaya, Bernd Büchner, Marc Malfois, Mike Hambsch, Frank Ortmann, Stefan C. B. Mannsfeld, "Thermal behavior and polymorphism of 2,9-didecyldinaphtho[2,3-b:2,3-f]thieno[3,2-b]thiophene thin films", In Molecular Systems Design &$\mathsemicolon$ Engineering, Royal Society of Chemistry (RSC), 2022. [doi]
Bibtex
@article{Talnack_2022,
doi = {10.1039/d1me00153a},
url = {https://doi.org/10.1039%2Fd1me00153a},
year = 2022,
publisher = {Royal Society of Chemistry ({RSC})},
author = {Felix Talnack and Sebastian Hutsch and Michael Bretschneider and Yulia Krupskaya and Bernd Büchner and Marc Malfois and Mike Hambsch and Frank Ortmann and Stefan C. B. Mannsfeld},
title = {Thermal behavior and polymorphism of 2,9-didecyldinaphtho[2,3-b:2,3-f]thieno[3,2-b]thiophene thin films},
journal = {Molecular Systems Design {\&}amp$\mathsemicolon$ Engineering}
}Downloads
No Downloads available for this publication
Permalink
- Soroush Bateni, Marten Lohstroh, Hou Seng Wong, Rohan Tabish, Hokeun Kim, Shaokai Lin, Christian Menard, Cong Liu, Edward A. Lee, "Xronos: Predictable Coordination for Safety-Critical Distributed Embedded Systems", arXiv, 2022. [doi] [Bibtex & Downloads]
Xronos: Predictable Coordination for Safety-Critical Distributed Embedded Systems
Reference
Soroush Bateni, Marten Lohstroh, Hou Seng Wong, Rohan Tabish, Hokeun Kim, Shaokai Lin, Christian Menard, Cong Liu, Edward A. Lee, "Xronos: Predictable Coordination for Safety-Critical Distributed Embedded Systems", arXiv, 2022. [doi]
Bibtex
@misc{https://doi.org/10.48550/arxiv.2207.09555,
doi = {10.48550/ARXIV.2207.09555},
url = {https://arxiv.org/abs/2207.09555},
author = {Bateni, Soroush and Lohstroh, Marten and Wong, Hou Seng and Tabish, Rohan and Kim, Hokeun and Lin, Shaokai and Menard, Christian and Liu, Cong and Lee, Edward A.},
keywords = {Distributed, Parallel, and Cluster Computing (cs.DC), FOS: Computer and information sciences, FOS: Computer and information sciences},
title = {Xronos: Predictable Coordination for Safety-Critical Distributed Embedded Systems},
publisher = {arXiv},
year = {2022},
copyright = {Creative Commons Attribution 4.0 International}
}Downloads
No Downloads available for this publication
Permalink
- Cecilia De la Parra, Taha Soliman, Andre Guntoro, Akash Kumar, Norbert Wehn, "Increasing Throughput of In-Memory DNN Accelerators by Flexible Layer-wise DNN Approximation" (to appear), In IEEE Micro, Institute of Electrical and Electronics Engineers (IEEE), pp. 1–1, 2022. [doi] [Bibtex & Downloads]
Increasing Throughput of In-Memory DNN Accelerators by Flexible Layer-wise DNN Approximation
Reference
Cecilia De la Parra, Taha Soliman, Andre Guntoro, Akash Kumar, Norbert Wehn, "Increasing Throughput of In-Memory DNN Accelerators by Flexible Layer-wise DNN Approximation" (to appear), In IEEE Micro, Institute of Electrical and Electronics Engineers (IEEE), pp. 1–1, 2022. [doi]
Bibtex
@article{Cecilia_micro22,
doi = {MicroSI-2022-03-0032},
url = {https://cfaed.tu-dresden.de/cpd-publications},
year = 2022,
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
pages = {1--1},
author = {Cecilia De la Parra and Taha Soliman and Andre Guntoro and Akash Kumar and Norbert Wehn},
title = {Increasing Throughput of In-Memory DNN Accelerators by Flexible Layer-wise DNN Approximation},
journal = {{IEEE} Micro}
}Downloads
IEEE_MICRO_camera_ready [PDF]
Permalink
- Shubham Rai, Nishant Gupta, Abhiroop Bhattacharjee, Ansh Rupani, Michael Raitza, Jens Trommer, Thomas Mikolajick, Akash Kumar, "END-TRUE: Emerging Nanotechnology-Based Double-Throughput True Random Number Generator" (to appear), Chapter in VLSI-SoC: Technology Advancement on SoC Design, Springer Nature Switzerland, pp. 175–203, 2022. [doi] [Bibtex & Downloads]
END-TRUE: Emerging Nanotechnology-Based Double-Throughput True Random Number Generator
Reference
Shubham Rai, Nishant Gupta, Abhiroop Bhattacharjee, Ansh Rupani, Michael Raitza, Jens Trommer, Thomas Mikolajick, Akash Kumar, "END-TRUE: Emerging Nanotechnology-Based Double-Throughput True Random Number Generator" (to appear), Chapter in VLSI-SoC: Technology Advancement on SoC Design, Springer Nature Switzerland, pp. 175–203, 2022. [doi]
Bibtex
@incollection{Rai_2022,
doi = {10.1007/978-3-031-16818-5_9},
url = {https://doi.org/10.1007%2F978-3-031-16818-5_9},
year = 2022,
publisher = {Springer Nature Switzerland},
pages = {175--203},
author = {Shubham Rai and Nishant Gupta and Abhiroop Bhattacharjee and Ansh Rupani and Michael Raitza and Jens Trommer and Thomas Mikolajick and Akash Kumar},
title = {{END}-{TRUE}: Emerging Nanotechnology-Based Double-Throughput True Random Number Generator},
booktitle = {{VLSI}-{SoC}: Technology Advancement on {SoC} Design}
}Downloads
No Downloads available for this publication
Permalink
- Martin Kroll, Seren Dilara Öz, Zongbao Zhang, Ran Ji, Tim Schramm, Tobias Antrack, Yana Vaynzof, Selina Olthof, Karl Leo, "Insights into the evaporation behaviour of FAI: material degradation and consequences for perovskite solar cells", In Sustainable Energy &$\mathsemicolon$ Fuels, Royal Society of Chemistry (RSC), vol. 6, no. 13, pp. 3230–3239, 2022. [doi] [Bibtex & Downloads]
Insights into the evaporation behaviour of FAI: material degradation and consequences for perovskite solar cells
Reference
Martin Kroll, Seren Dilara Öz, Zongbao Zhang, Ran Ji, Tim Schramm, Tobias Antrack, Yana Vaynzof, Selina Olthof, Karl Leo, "Insights into the evaporation behaviour of FAI: material degradation and consequences for perovskite solar cells", In Sustainable Energy &$\mathsemicolon$ Fuels, Royal Society of Chemistry (RSC), vol. 6, no. 13, pp. 3230–3239, 2022. [doi]
Bibtex
@article{Kroll_2022,
doi = {10.1039/d2se00373b},
url = {https://doi.org/10.1039%2Fd2se00373b},
year = 2022,
publisher = {Royal Society of Chemistry ({RSC})},
volume = {6},
number = {13},
pages = {3230--3239},
author = {Martin Kroll and Seren Dilara Öz and Zongbao Zhang and Ran Ji and Tim Schramm and Tobias Antrack and Yana Vaynzof and Selina Olthof and Karl Leo},
title = {Insights into the evaporation behaviour of {FAI}: material degradation and consequences for perovskite solar cells},
journal = {Sustainable Energy {\&}amp$\mathsemicolon$ Fuels}
}Downloads
No Downloads available for this publication
Permalink
- Christopher Wöpke, Clemens Göhler, Maria Saladina, Xiaoyan Du, Li Nian, Christopher Greve, Chenhui Zhu, Kaila M. Yallum, Yvonne J. Hofstetter, David Becker-Koch, Ning Li, Thomas Heumüller, Ilya Milekhin, Dietrich R. T. Zahn, Christoph J. Brabec, Natalie Banerji, Yana Vaynzof, Eva M. Herzig, Roderick C. I. MacKenzie, Carsten Deibel, "Traps and transport resistance: the next frontier for stable state-of-the-art non-fullerene acceptor solar cells", arXiv, 2022. [doi] [Bibtex & Downloads]
Traps and transport resistance: the next frontier for stable state-of-the-art non-fullerene acceptor solar cells
Reference
Christopher Wöpke, Clemens Göhler, Maria Saladina, Xiaoyan Du, Li Nian, Christopher Greve, Chenhui Zhu, Kaila M. Yallum, Yvonne J. Hofstetter, David Becker-Koch, Ning Li, Thomas Heumüller, Ilya Milekhin, Dietrich R. T. Zahn, Christoph J. Brabec, Natalie Banerji, Yana Vaynzof, Eva M. Herzig, Roderick C. I. MacKenzie, Carsten Deibel, "Traps and transport resistance: the next frontier for stable state-of-the-art non-fullerene acceptor solar cells", arXiv, 2022. [doi]
Bibtex
@article{https://doi.org/10.48550/arxiv.2203.11905,
doi = {10.48550/ARXIV.2203.11905},
url = {https://arxiv.org/abs/2203.11905},
author = {Wöpke, Christopher and Göhler, Clemens and Saladina, Maria and Du, Xiaoyan and Nian, Li and Greve, Christopher and Zhu, Chenhui and Yallum, Kaila M. and Hofstetter, Yvonne J. and Becker-Koch, David and Li, Ning and Heumüller, Thomas and Milekhin, Ilya and Zahn, Dietrich R. T. and Brabec, Christoph J. and Banerji, Natalie and Vaynzof, Yana and Herzig, Eva M. and MacKenzie, Roderick C. I. and Deibel, Carsten},
keywords = {Materials Science (cond-mat.mtrl-sci), Applied Physics (physics.app-ph), FOS: Physical sciences, FOS: Physical sciences},
title = {Traps and transport resistance: the next frontier for stable state-of-the-art non-fullerene acceptor solar cells},
publisher = {arXiv},
year = {2022},
copyright = {arXiv.org perpetual, non-exclusive license}
}Downloads
No Downloads available for this publication
Permalink
- Reinhard von Hanxleden, Edward A. Lee, Hauke Fuhrmann, Alexander Schulz-Rosengarten, Sören Domrös, Marten Lohstroh, Soroush Bateni, Christian Menard, "Pragmatics Twelve Years Later: A Report on Lingua Franca", Chapter in Leveraging Applications of Formal Methods, Verification and Validation. Software Engineering, Springer Nature Switzerland, pp. 60–89, 2022. [doi] [Bibtex & Downloads]
Pragmatics Twelve Years Later: A Report on Lingua Franca
Reference
Reinhard von Hanxleden, Edward A. Lee, Hauke Fuhrmann, Alexander Schulz-Rosengarten, Sören Domrös, Marten Lohstroh, Soroush Bateni, Christian Menard, "Pragmatics Twelve Years Later: A Report on Lingua Franca", Chapter in Leveraging Applications of Formal Methods, Verification and Validation. Software Engineering, Springer Nature Switzerland, pp. 60–89, 2022. [doi]
Bibtex
@incollection{von_Hanxleden_2022,
doi = {10.1007/978-3-031-19756-7_5},
url = {https://doi.org/10.1007%2F978-3-031-19756-7_5},
year = 2022,
publisher = {Springer Nature Switzerland},
pages = {60--89},
author = {Reinhard von Hanxleden and Edward A. Lee and Hauke Fuhrmann and Alexander Schulz-Rosengarten and Sören Domrös and Marten Lohstroh and Soroush Bateni and Christian Menard},
title = {Pragmatics Twelve Years Later: A Report on~Lingua Franca},
booktitle = {Leveraging Applications of Formal Methods, Verification and Validation. Software Engineering}
}Downloads
No Downloads available for this publication
Permalink
- Jorge Navarro Quijada, Tim Baldauf, Shubham Rai, Andre Heinzig, Akash Kumar, Walter M. Weber, Thomas Mikolajick, Jens Trommer, "A Germanium Nanowire Reconfigurable Transistor Model for Predictive Technology Evaluation", In IEEE Transactions on Nanotechnology, Institute of Electrical and Electronics Engineers (IEEE), pp. 1–8, 2022. [doi] [Bibtex & Downloads]
A Germanium Nanowire Reconfigurable Transistor Model for Predictive Technology Evaluation
Reference
Jorge Navarro Quijada, Tim Baldauf, Shubham Rai, Andre Heinzig, Akash Kumar, Walter M. Weber, Thomas Mikolajick, Jens Trommer, "A Germanium Nanowire Reconfigurable Transistor Model for Predictive Technology Evaluation", In IEEE Transactions on Nanotechnology, Institute of Electrical and Electronics Engineers (IEEE), pp. 1–8, 2022. [doi]
Bibtex
@article{Quijada_2022,
doi = {10.1109/tnano.2022.3221836},
url = {https://doi.org/10.1109%2Ftnano.2022.3221836},
year = 2022,
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
pages = {1--8},
author = {Jorge Navarro Quijada and Tim Baldauf and Shubham Rai and Andre Heinzig and Akash Kumar and Walter M. Weber and Thomas Mikolajick and Jens Trommer},
title = {A Germanium Nanowire Reconfigurable Transistor Model for Predictive Technology Evaluation},
journal = {{IEEE} Transactions on Nanotechnology}
}Downloads
GeNW_RFET_VerilogA-TNANO [PDF]
Permalink
- Kwan Ho Au-Yeung, Tim Kühne, Oumaima Aiboudi, Suchetana Sarkar, Olga Guskova, Dmitry A. Ryndyk, Thomas Heine, Franziska Lissel, Francesca Moresco, "STM-induced ring closure of vinylheptafulvene molecular dipole switches on Au(111)", In Nanoscale Advances, Royal Society of Chemistry (RSC), vol. 4, no. 20, pp. 4351–4357, 2022. [doi] [Bibtex & Downloads]
STM-induced ring closure of vinylheptafulvene molecular dipole switches on Au(111)
Reference
Kwan Ho Au-Yeung, Tim Kühne, Oumaima Aiboudi, Suchetana Sarkar, Olga Guskova, Dmitry A. Ryndyk, Thomas Heine, Franziska Lissel, Francesca Moresco, "STM-induced ring closure of vinylheptafulvene molecular dipole switches on Au(111)", In Nanoscale Advances, Royal Society of Chemistry (RSC), vol. 4, no. 20, pp. 4351–4357, 2022. [doi]
Bibtex
@article{Au_Yeung_2022,
doi = {10.1039/d2na00038e},
url = {https://doi.org/10.1039%2Fd2na00038e},
year = 2022,
publisher = {Royal Society of Chemistry ({RSC})},
volume = {4},
number = {20},
pages = {4351--4357},
author = {Kwan Ho Au-Yeung and Tim Kühne and Oumaima Aiboudi and Suchetana Sarkar and Olga Guskova and Dmitry A. Ryndyk and Thomas Heine and Franziska Lissel and Francesca Moresco},
title = {{STM}-induced ring closure of vinylheptafulvene molecular dipole switches on Au(111)},
journal = {Nanoscale Advances}
}Downloads
No Downloads available for this publication
Permalink
- Hasna Bouraoui, Chadlia Jerad, Omar Romdhani, Jeronimo Castrillon, "mAPN: Modeling, Analysis, and Exploration of Algorithmic and Parallelism Adaptivity", arXiv, 2022. [doi] [Bibtex & Downloads]
mAPN: Modeling, Analysis, and Exploration of Algorithmic and Parallelism Adaptivity
Reference
Hasna Bouraoui, Chadlia Jerad, Omar Romdhani, Jeronimo Castrillon, "mAPN: Modeling, Analysis, and Exploration of Algorithmic and Parallelism Adaptivity", arXiv, 2022. [doi]
Bibtex
@misc{https://doi.org/10.48550/arxiv.2207.07591,
doi = {10.48550/ARXIV.2207.07591},
url = {https://arxiv.org/abs/2207.07591},
author = {Bouraoui, Hasna and Jerad, Chadlia and Romdhani, Omar and Castrillon, Jeronimo},
keywords = {Distributed, Parallel, and Cluster Computing (cs.DC), FOS: Computer and information sciences, FOS: Computer and information sciences},
title = {mAPN: Modeling, Analysis, and Exploration of Algorithmic and Parallelism Adaptivity},
publisher = {arXiv},
year = {2022},
copyright = {Creative Commons Attribution 4.0 International}
}Downloads
No Downloads available for this publication
Permalink
- Jun Li, Aymen Yangui, Reza Jafari Jam, Qingzhi An, Yana Vaynzof, Eva Unger, Ivan Maximov, Ivan G. Scheblykin, "Tolerance of metal halide perovskites to mechanical treatment enables the fabrication of patterned luminescence nano- and microstructures", In Materials Advances, Royal Society of Chemistry (RSC), vol. 3, no. 24, pp. 8989–8994, 2022. [doi] [Bibtex & Downloads]
Tolerance of metal halide perovskites to mechanical treatment enables the fabrication of patterned luminescence nano- and microstructures
Reference
Jun Li, Aymen Yangui, Reza Jafari Jam, Qingzhi An, Yana Vaynzof, Eva Unger, Ivan Maximov, Ivan G. Scheblykin, "Tolerance of metal halide perovskites to mechanical treatment enables the fabrication of patterned luminescence nano- and microstructures", In Materials Advances, Royal Society of Chemistry (RSC), vol. 3, no. 24, pp. 8989–8994, 2022. [doi]
Bibtex
@article{Li_2022,
doi = {10.1039/d2ma00913g},
url = {https://doi.org/10.1039%2Fd2ma00913g},
year = 2022,
publisher = {Royal Society of Chemistry ({RSC})},
volume = {3},
number = {24},
pages = {8989--8994},
author = {Jun Li and Aymen Yangui and Reza Jafari Jam and Qingzhi An and Yana Vaynzof and Eva Unger and Ivan Maximov and Ivan G. Scheblykin},
title = {Tolerance of metal halide perovskites to mechanical treatment enables the fabrication of patterned luminescence nano- and microstructures},
journal = {Materials Advances}
}Downloads
No Downloads available for this publication
Permalink
- Herman Heffner, Marcos Soldera, Frederic Schell, Marielle Deconinck, Yana Vaynzof, Lucinda Mulko, Andrés Fabián Lasagni, "Effects of sub-picosecond direct laser interference patterning on the optoelectronic properties of fluorine-doped tin oxide thin films", In Journal of Materials Chemistry C, Royal Society of Chemistry (RSC), vol. 10, no. 47, pp. 17954–17964, 2022. [doi] [Bibtex & Downloads]
Effects of sub-picosecond direct laser interference patterning on the optoelectronic properties of fluorine-doped tin oxide thin films
Reference
Herman Heffner, Marcos Soldera, Frederic Schell, Marielle Deconinck, Yana Vaynzof, Lucinda Mulko, Andrés Fabián Lasagni, "Effects of sub-picosecond direct laser interference patterning on the optoelectronic properties of fluorine-doped tin oxide thin films", In Journal of Materials Chemistry C, Royal Society of Chemistry (RSC), vol. 10, no. 47, pp. 17954–17964, 2022. [doi]
Bibtex
@article{Heffner_2022,
doi = {10.1039/d2tc04155c},
url = {https://doi.org/10.1039%2Fd2tc04155c},
year = 2022,
publisher = {Royal Society of Chemistry ({RSC})},
volume = {10},
number = {47},
pages = {17954--17964},
author = {Herman Heffner and Marcos Soldera and Frederic Schell and Marielle Deconinck and Yana Vaynzof and Lucinda Mulko and Andr{\'{e}}s Fabi{\'{a}}n Lasagni},
title = {Effects of sub-picosecond direct laser interference patterning on the optoelectronic properties of fluorine-doped tin oxide thin films},
journal = {Journal of Materials Chemistry C}
}Downloads
No Downloads available for this publication
Permalink
2021
- T. Mikolajick, G. Galderisi, M. Simon, S. Rai, A. Kumar, A. Heinzig, W.M. Weber, J. Trommer, "20 Years of reconfigurable field-effect transistors: From concepts to future applications", In Solid-State Electronics, Elsevier BV, vol. 186, pp. 108036, Dec 2021. [doi] [Bibtex & Downloads]
20 Years of reconfigurable field-effect transistors: From concepts to future applications
Reference
T. Mikolajick, G. Galderisi, M. Simon, S. Rai, A. Kumar, A. Heinzig, W.M. Weber, J. Trommer, "20 Years of reconfigurable field-effect transistors: From concepts to future applications", In Solid-State Electronics, Elsevier BV, vol. 186, pp. 108036, Dec 2021. [doi]
Bibtex
@article{Mikolajick_2021,
doi = {10.1016/j.sse.2021.108036},
url = {https://doi.org/10.1016%2Fj.sse.2021.108036},
year = 2021,
month = {dec},
publisher = {Elsevier {BV}},
volume = {186},
pages = {108036},
author = {T. Mikolajick and G. Galderisi and M. Simon and S. Rai and A. Kumar and A. Heinzig and W.M. Weber and J. Trommer},
title = {20 Years of reconfigurable field-effect transistors: From concepts to future applications},
journal = {Solid-State Electronics}
}Downloads
Solid_state_electronics_2021 [PDF]
Permalink
- Nesrine Khouzami, Friedrich Michel, Pietro Incardona, Jeronimo Castrillon, Ivo F. Sbalzarini, "Model-based Autotuning of Discretization Methods in Numerical Simulations of Partial Differential Equations", In Journal of Computational Science, vol. 57, pp. 1–11, Dec 2021. [doi] [Bibtex & Downloads]
Model-based Autotuning of Discretization Methods in Numerical Simulations of Partial Differential Equations
Reference
Nesrine Khouzami, Friedrich Michel, Pietro Incardona, Jeronimo Castrillon, Ivo F. Sbalzarini, "Model-based Autotuning of Discretization Methods in Numerical Simulations of Partial Differential Equations", In Journal of Computational Science, vol. 57, pp. 1–11, Dec 2021. [doi]
Abstract
We present an autotuning approach for compile-time optimization of numerical discretization methods in simulations of partial differential equations. Our approach is based on data-driven regression of performance models for numerical methods. We use these models at compile time to automatically determine the parameters (e.g., resolution, time step size, etc.) of numerical simulations of continuum spatio-temporal models in order to optimize the tradeoff between simulation accuracy and runtime. The resulting autotuner is developed for the compiler of a Domain-Specific Language (DSL) for numerical simulations. The abstractions in the DSL enable the compiler to automatically determine the performance models and know which discretization parameters to tune. We demonstrate that this high-level approach can explore a large space of possible simulations, with simulation runtimes spanning multiple orders of magnitude. We evaluate our approach in two test cases: the linear diffusion equation and the nonlinear Gray-Scott reaction–diffusion equation. The results show that our model-based autotuner consistently finds configurations that outperform those found by state-of-the-art general-purpose autotuners. Specifically, our autotuner yields simulations that are on average 4.2x faster than those found by the best generic exploration algorithms, while using 16x less tuning time. Compared to manual tuning by a group of researchers with varying levels of expertise, the autotuner was slower than the best users by not more than a factor of 2, whereas it was able to significantly outperform half of them.
Bibtex
@Article{khouzami_jocs21,
author = {Nesrine Khouzami and Friedrich Michel and Pietro Incardona and Jeronimo Castrillon and Ivo F. Sbalzarini},
date = {2021-12},
title = {Model-based Autotuning of Discretization Methods in Numerical Simulations of Partial Differential Equations},
doi = {10.1016/j.jocs.2021.101489},
issn = {1877-7503},
pages = {1--11},
url = {https://www.sciencedirect.com/science/article/pii/S1877750321001563},
volume = {57},
abstract = {We present an autotuning approach for compile-time optimization of numerical discretization methods in simulations of partial differential equations. Our approach is based on data-driven regression of performance models for numerical methods. We use these models at compile time to automatically determine the parameters (e.g., resolution, time step size, etc.) of numerical simulations of continuum spatio-temporal models in order to optimize the tradeoff between simulation accuracy and runtime. The resulting autotuner is developed for the compiler of a Domain-Specific Language (DSL) for numerical simulations. The abstractions in the DSL enable the compiler to automatically determine the performance models and know which discretization parameters to tune. We demonstrate that this high-level approach can explore a large space of possible simulations, with simulation runtimes spanning multiple orders of magnitude. We evaluate our approach in two test cases: the linear diffusion equation and the nonlinear Gray-Scott reaction–diffusion equation. The results show that our model-based autotuner consistently finds configurations that outperform those found by state-of-the-art general-purpose autotuners. Specifically, our autotuner yields simulations that are on average 4.2x faster than those found by the best generic exploration algorithms, while using 16x less tuning time. Compared to manual tuning by a group of researchers with varying levels of expertise, the autotuner was slower than the best users by not more than a factor of 2, whereas it was able to significantly outperform half of them.},
journal = {Journal of Computational Science},
month = dec,
numpages = {15},
project = {openpme},
year = {2021},
}Downloads
2111_Khouzami_JOCS [PDF]
Related Paths
Permalink
- Najdet Charaf, Christoph Tietz, Michael Raitza, Akash Kumar, Diana Gohringer, "AMAH-Flex: A Modular and Highly Flexible Tool for Generating Relocatable Systems on FPGAs", In Proceeding: 2021 International Conference on Field-Programmable Technology (ICFPT), IEEE, Dec 2021. [doi] [Bibtex & Downloads]
AMAH-Flex: A Modular and Highly Flexible Tool for Generating Relocatable Systems on FPGAs
Reference
Najdet Charaf, Christoph Tietz, Michael Raitza, Akash Kumar, Diana Gohringer, "AMAH-Flex: A Modular and Highly Flexible Tool for Generating Relocatable Systems on FPGAs", In Proceeding: 2021 International Conference on Field-Programmable Technology (ICFPT), IEEE, Dec 2021. [doi]
Bibtex
@inproceedings{Charaf_2021,
doi = {10.1109/icfpt52863.2021.9609948},
url = {https://doi.org/10.1109%2Ficfpt52863.2021.9609948},
year = 2021,
month = {dec},
publisher = ,
author = {Najdet Charaf and Christoph Tietz and Michael Raitza and Akash Kumar and Diana Gohringer},
title = {{AMAH}-Flex: A Modular and Highly Flexible Tool for Generating Relocatable Systems on {FPGAs}},
booktitle = {2021 International Conference on Field-Programmable Technology ({ICFPT})}
}Downloads
FPT-2021-AMAH-Flex_A_Modular_and_Highly_Flexible_Tool_for_Generating_Relocatable_Systems_on_FPGAs [PDF]
Permalink
- Man Ho Wong, Qingzhi An, Joshua Kress, Jean-Marc Mörsdorf, Joachim Ballmann, Yana Vaynzof, "Surface dipole assisted charge carrier extraction in inverted architecture perovskite solar cells", In Applied Physics Letters, AIP Publishing, vol. 119, no. 23, pp. 233903, Dec 2021. [doi] [Bibtex & Downloads]
Surface dipole assisted charge carrier extraction in inverted architecture perovskite solar cells
Reference
Man Ho Wong, Qingzhi An, Joshua Kress, Jean-Marc Mörsdorf, Joachim Ballmann, Yana Vaynzof, "Surface dipole assisted charge carrier extraction in inverted architecture perovskite solar cells", In Applied Physics Letters, AIP Publishing, vol. 119, no. 23, pp. 233903, Dec 2021. [doi]
Bibtex
@article{Wong_2021,
doi = {10.1063/5.0068670},
url = {https://doi.org/10.1063%2F5.0068670},
year = 2021,
month = {dec},
publisher = {{AIP} Publishing},
volume = {119},
number = {23},
pages = {233903},
author = {Man Ho Wong and Qingzhi An and Joshua Kress and Jean-Marc Mörsdorf and Joachim Ballmann and Yana Vaynzof},
title = {Surface dipole assisted charge carrier extraction in inverted architecture perovskite solar cells},
journal = {Applied Physics Letters}
}Downloads
No Downloads available for this publication
Permalink
- Matteo Degani, Qingzhi An, Miguel Albaladejo-Siguan, Yvonne J. Hofstetter, Changsoon Cho, Fabian Paulus, Giulia Grancini, Yana Vaynzof, "23.7% Efficient inverted perovskite solar cells by dual interfacial modification", In Science Advances, American Association for the Advancement of Science (AAAS), vol. 7, no. 49, Dec 2021. [doi] [Bibtex & Downloads]
23.7% Efficient inverted perovskite solar cells by dual interfacial modification
Reference
Matteo Degani, Qingzhi An, Miguel Albaladejo-Siguan, Yvonne J. Hofstetter, Changsoon Cho, Fabian Paulus, Giulia Grancini, Yana Vaynzof, "23.7% Efficient inverted perovskite solar cells by dual interfacial modification", In Science Advances, American Association for the Advancement of Science (AAAS), vol. 7, no. 49, Dec 2021. [doi]
Bibtex
@article{Degani_2021,
doi = {10.1126/sciadv.abj7930},
url = {https://doi.org/10.1126%2Fsciadv.abj7930},
year = 2021,
month = {dec},
publisher = {American Association for the Advancement of Science ({AAAS})},
volume = {7},
number = {49},
author = {Matteo Degani and Qingzhi An and Miguel Albaladejo-Siguan and Yvonne J. Hofstetter and Changsoon Cho and Fabian Paulus and Giulia Grancini and Yana Vaynzof},
title = {23.7{\%} Efficient inverted perovskite solar cells by dual interfacial modification},
journal = {Science Advances}
}Downloads
No Downloads available for this publication
Permalink
- Sandhya Tammireddy, Sebastian Reichert, Qingzhi An, Alexander D. Taylor, Ran Ji, Fabian Paulus, Yana Vaynzof, Carsten Deibel, "Temperature-Dependent Ionic Conductivity and Properties of Iodine-Related Defects in Metal Halide Perovskites", In ACS Energy Letters, American Chemical Society (ACS), pp. 310–319, Dec 2021. [doi] [Bibtex & Downloads]
Temperature-Dependent Ionic Conductivity and Properties of Iodine-Related Defects in Metal Halide Perovskites
Reference
Sandhya Tammireddy, Sebastian Reichert, Qingzhi An, Alexander D. Taylor, Ran Ji, Fabian Paulus, Yana Vaynzof, Carsten Deibel, "Temperature-Dependent Ionic Conductivity and Properties of Iodine-Related Defects in Metal Halide Perovskites", In ACS Energy Letters, American Chemical Society (ACS), pp. 310–319, Dec 2021. [doi]
Bibtex
@article{Tammireddy_2021,
doi = {10.1021/acsenergylett.1c02179},
url = {https://doi.org/10.1021%2Facsenergylett.1c02179},
year = 2021,
month = {dec},
publisher = {American Chemical Society ({ACS})},
pages = {310--319},
author = {Sandhya Tammireddy and Sebastian Reichert and Qingzhi An and Alexander D. Taylor and Ran Ji and Fabian Paulus and Yana Vaynzof and Carsten Deibel},
title = {Temperature-Dependent Ionic Conductivity and Properties of Iodine-Related Defects in Metal Halide Perovskites},
journal = {{ACS} Energy Letters}
}Downloads
No Downloads available for this publication
Permalink
- [Bibtex & Downloads]
- Ye Yu, Pierre Lorenz, Carsten Strobel, Joachim Zajadacz, Matthias Albert, Klaus Zimmer, Robert Kirchner, "Plasmonic 3D Self-Folding Architectures via Vacuum Microforming", In Small, Wiley, pp. 2105843, Dec 2021. [doi] [Bibtex & Downloads]
Plasmonic 3D Self-Folding Architectures via Vacuum Microforming
Reference
Ye Yu, Pierre Lorenz, Carsten Strobel, Joachim Zajadacz, Matthias Albert, Klaus Zimmer, Robert Kirchner, "Plasmonic 3D Self-Folding Architectures via Vacuum Microforming", In Small, Wiley, pp. 2105843, Dec 2021. [doi]
Bibtex
@article{Yu_2021,
doi = {10.1002/smll.202105843},
url = {https://doi.org/10.1002%2Fsmll.202105843},
year = 2021,
month = {dec},
publisher = {Wiley},
pages = {2105843},
author = {Ye Yu and Pierre Lorenz and Carsten Strobel and Joachim Zajadacz and Matthias Albert and Klaus Zimmer and Robert Kirchner},
title = {Plasmonic 3D Self-Folding Architectures via Vacuum Microforming},
journal = {Small}
}Downloads
No Downloads available for this publication
Permalink
- Daniel Wolf, Sebastian Schneider, Ulrich K. Rößler, Andr'as Kov'acs, Marcus Schmidt, Rafal E. Dunin-Borkowski, Bernd Büchner, Bernd Rellinghaus, Axel Lubk, "Unveiling the three-dimensional magnetic texture of skyrmion tubes", In Nature Nanotechnology, Springer Science and Business Media LLC, Dec 2021. [doi] [Bibtex & Downloads]
Unveiling the three-dimensional magnetic texture of skyrmion tubes
Reference
Daniel Wolf, Sebastian Schneider, Ulrich K. Rößler, Andr'as Kov'acs, Marcus Schmidt, Rafal E. Dunin-Borkowski, Bernd Büchner, Bernd Rellinghaus, Axel Lubk, "Unveiling the three-dimensional magnetic texture of skyrmion tubes", In Nature Nanotechnology, Springer Science and Business Media LLC, Dec 2021. [doi]
Bibtex
@article{Wolf_2021,
doi = {10.1038/s41565-021-01031-x},
url = {https://doi.org/10.1038%2Fs41565-021-01031-x},
year = 2021,
month = {dec},
publisher = {Springer Science and Business Media {LLC}},
author = {Daniel Wolf and Sebastian Schneider and Ulrich K. Rö{\ss}ler and Andr{\'{a}}s Kov{\'{a}}cs and Marcus Schmidt and Rafal E. Dunin-Borkowski and Bernd Büchner and Bernd Rellinghaus and Axel Lubk},
title = {Unveiling the three-dimensional magnetic texture of skyrmion tubes},
journal = {Nature Nanotechnology}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Changsoon Cho, Yeoun-Woo Jang, Seungmin Lee, Yana Vaynzof, Mansoo Choi, Jun Hong Noh, Karl Leo, "Effects of photon recycling and scattering in high-performance perovskite solar cells", In Science Advances, American Association for the Advancement of Science (AAAS), vol. 7, no. 52, Dec 2021. [doi] [Bibtex & Downloads]
Effects of photon recycling and scattering in high-performance perovskite solar cells
Reference
Changsoon Cho, Yeoun-Woo Jang, Seungmin Lee, Yana Vaynzof, Mansoo Choi, Jun Hong Noh, Karl Leo, "Effects of photon recycling and scattering in high-performance perovskite solar cells", In Science Advances, American Association for the Advancement of Science (AAAS), vol. 7, no. 52, Dec 2021. [doi]
Bibtex
@article{Cho_2021,
doi = {10.1126/sciadv.abj1363},
url = {https://doi.org/10.1126%2Fsciadv.abj1363},
year = 2021,
month = {dec},
publisher = {American Association for the Advancement of Science ({AAAS})},
volume = {7},
number = {52},
author = {Changsoon Cho and Yeoun-Woo Jang and Seungmin Lee and Yana Vaynzof and Mansoo Choi and Jun Hong Noh and Karl Leo},
title = {Effects of photon recycling and scattering in high-performance perovskite solar cells},
journal = {Science Advances}
}Downloads
No Downloads available for this publication
Permalink
- Jeronimo Castrillon, "Models of computation for energy-efficient time-aware distributed embedded systems", In IEEE 14th International Symposium on Embedded Multicore/Many-core Systems-on-Chip (MCSoC-2021) (keynote), Dec 2021. [Bibtex & Downloads]
Models of computation for energy-efficient time-aware distributed embedded systems
Reference
Jeronimo Castrillon, "Models of computation for energy-efficient time-aware distributed embedded systems", In IEEE 14th International Symposium on Embedded Multicore/Many-core Systems-on-Chip (MCSoC-2021) (keynote), Dec 2021.
Abstract
Programming heterogeneous and distributed manycores under timing constraints in cyber-physical systems is an extremely hard task. Managing reactive behaviour to outside stimuli, adapting to variable workloads and handling parallelism while ensuring correct and time-predictable execution are examples of key challenges in these kinds of systems. This talk discusses the role of formal models of computation to help architect programming methodologies, making it easier to manage the complexity and provide guarantees than with ad-hoc programming models. We will discuss dataflow-based programming for joint optimization of multiple adaptable applications while respecting real-time constraints. We will then introduce the reactor model which adds time semantics to dataflow to support time-determinism when needed and to account for reactive behavior. The benefits and overheads of this model-based approach to programming distributed embedded systems will be analysed with use cases from the automotive and 5G-communication domains.
Bibtex
@Misc{castrillon_mcsoc2021,
author = {Castrillon, Jeronimo},
title = {Models of computation for energy-efficient time-aware distributed embedded systems},
howpublished = {IEEE 14th International Symposium on Embedded Multicore/Many-core Systems-on-Chip (MCSoC-2021) (keynote)},
location = {Singapore},
url = {https://mcsoc-forum.org/m2021/wp-content/uploads/2021/12/211222_castrillon_MCSOC_compressed.pdf},
abstract = {Programming heterogeneous and distributed manycores under timing constraints in cyber-physical systems is an extremely hard task. Managing reactive behaviour to outside stimuli, adapting to variable workloads and handling parallelism while ensuring correct and time-predictable execution are examples of key challenges in these kinds of systems. This talk discusses the role of formal models of computation to help architect programming methodologies, making it easier to manage the complexity and provide guarantees than with ad-hoc programming models. We will discuss dataflow-based programming for joint optimization of multiple adaptable applications while respecting real-time constraints. We will then introduce the reactor model which adds time semantics to dataflow to support time-determinism when needed and to account for reactive behavior. The benefits and overheads of this model-based approach to programming distributed embedded systems will be analysed with use cases from the automotive and 5G-communication domains.},
month = dec,
year = {2021},
}Downloads
No Downloads available for this publication
Permalink
- Yu Liu, Shuanghao Zheng, Jiaxin Ma, Yuanyuan Zhu, Jiemin Wang, Xinliang Feng, Zhong-Shuai Wu, "Aqueous high-voltage all 3D-printed micro-supercapacitors with ultrahigh areal capacitance and energy density", In Journal of Energy Chemistry, Elsevier BV, vol. 63, pp. 514–520, Dec 2021. [doi] [Bibtex & Downloads]
Aqueous high-voltage all 3D-printed micro-supercapacitors with ultrahigh areal capacitance and energy density
Reference
Yu Liu, Shuanghao Zheng, Jiaxin Ma, Yuanyuan Zhu, Jiemin Wang, Xinliang Feng, Zhong-Shuai Wu, "Aqueous high-voltage all 3D-printed micro-supercapacitors with ultrahigh areal capacitance and energy density", In Journal of Energy Chemistry, Elsevier BV, vol. 63, pp. 514–520, Dec 2021. [doi]
Bibtex
@article{Liu_2021,
doi = {10.1016/j.jechem.2021.08.018},
url = {https://doi.org/10.1016%2Fj.jechem.2021.08.018},
year = 2021,
month = {dec},
publisher = {Elsevier {BV}},
volume = {63},
pages = {514--520},
author = {Yu Liu and Shuanghao Zheng and Jiaxin Ma and Yuanyuan Zhu and Jiemin Wang and Xinliang Feng and Zhong-Shuai Wu},
title = {Aqueous high-voltage all 3D-printed micro-supercapacitors with ultrahigh areal capacitance and energy density},
journal = {Journal of Energy Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Zhiyong Wang, Zhen Zhang, Haoyuan Qi, Andres Ortega-Guerrero, Lihuan Wang, Kun Xu, Mingchao Wang, SangWook Park, Felix Hennersdorf, Arezoo Dianat, Alexander Croy, Hartmut Komber, Gianaurelio Cuniberti, Jan J. Weigand, Ute Kaiser, Renhao Dong, Xinliang Feng, "On-water surface synthesis of charged two-dimensional polymer single crystals via the irreversible Katritzky reaction", In Nature Synthesis, Springer Science and Business Media LLC, vol. 1, no. 1, pp. 69–76, Dec 2021. [doi] [Bibtex & Downloads]
On-water surface synthesis of charged two-dimensional polymer single crystals via the irreversible Katritzky reaction
Reference
Zhiyong Wang, Zhen Zhang, Haoyuan Qi, Andres Ortega-Guerrero, Lihuan Wang, Kun Xu, Mingchao Wang, SangWook Park, Felix Hennersdorf, Arezoo Dianat, Alexander Croy, Hartmut Komber, Gianaurelio Cuniberti, Jan J. Weigand, Ute Kaiser, Renhao Dong, Xinliang Feng, "On-water surface synthesis of charged two-dimensional polymer single crystals via the irreversible Katritzky reaction", In Nature Synthesis, Springer Science and Business Media LLC, vol. 1, no. 1, pp. 69–76, Dec 2021. [doi]
Bibtex
@article{Wang_2021,
doi = {10.1038/s44160-021-00001-4},
url = {https://doi.org/10.1038%2Fs44160-021-00001-4},
year = 2021,
month = {dec},
publisher = {Springer Science and Business Media {LLC}},
volume = {1},
number = {1},
pages = {69--76},
author = {Zhiyong Wang and Zhen Zhang and Haoyuan Qi and Andres Ortega-Guerrero and Lihuan Wang and Kun Xu and Mingchao Wang and SangWook Park and Felix Hennersdorf and Arezoo Dianat and Alexander Croy and Hartmut Komber and Gianaurelio Cuniberti and Jan J. Weigand and Ute Kaiser and Renhao Dong and Xinliang Feng},
title = {On-water surface synthesis of charged two-dimensional polymer single crystals via the irreversible Katritzky reaction},
journal = {Nature Synthesis}
}Downloads
No Downloads available for this publication
Permalink
- Xu Wang, Ji Ma, Wenhao Zheng, Silvio Osella, Nicol'as Arisnabarreta, Jörn Droste, Gianluca Serra, Oleksandr Ivasenko, Andrea Lucotti, David Beljonne, Mischa Bonn, Xiangyang Liu, Michael Ryan Hansen, Matteo Tommasini, Steven De Feyter, Junzhi Liu, Hai I. Wang, Xinliang Feng, "Cove-Edged Graphene Nanoribbons with Incorporation of Periodic Zigzag-Edge Segments", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 144, no. 1, pp. 228–235, Dec 2021. [doi] [Bibtex & Downloads]
Cove-Edged Graphene Nanoribbons with Incorporation of Periodic Zigzag-Edge Segments
Reference
Xu Wang, Ji Ma, Wenhao Zheng, Silvio Osella, Nicol'as Arisnabarreta, Jörn Droste, Gianluca Serra, Oleksandr Ivasenko, Andrea Lucotti, David Beljonne, Mischa Bonn, Xiangyang Liu, Michael Ryan Hansen, Matteo Tommasini, Steven De Feyter, Junzhi Liu, Hai I. Wang, Xinliang Feng, "Cove-Edged Graphene Nanoribbons with Incorporation of Periodic Zigzag-Edge Segments", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 144, no. 1, pp. 228–235, Dec 2021. [doi]
Bibtex
@article{Wang_2021,
doi = {10.1021/jacs.1c09000},
url = {https://doi.org/10.1021%2Fjacs.1c09000},
year = 2021,
month = {dec},
publisher = {American Chemical Society ({ACS})},
volume = {144},
number = {1},
pages = {228--235},
author = {Xu Wang and Ji Ma and Wenhao Zheng and Silvio Osella and Nicol{\'{a}}s Arisnabarreta and Jörn Droste and Gianluca Serra and Oleksandr Ivasenko and Andrea Lucotti and David Beljonne and Mischa Bonn and Xiangyang Liu and Michael Ryan Hansen and Matteo Tommasini and Steven De Feyter and Junzhi Liu and Hai I. Wang and Xinliang Feng},
title = {Cove-Edged Graphene Nanoribbons with Incorporation of Periodic Zigzag-Edge Segments},
journal = {Journal of the American Chemical Society}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Muhammad Bilal Khan, Slawomir Prucnal, Sayantan Ghosh, Dipjyoti Deb, Ren'e Hübner, Darius Pohl, Lars Rebohle, Thomas Mikolajick, Artur Erbe, Yordan M. Georgiev, "Controlled Silicidation of Silicon Nanowires Using Flash Lamp Annealing", In Langmuir, American Chemical Society (ACS), vol. 37, no. 49, pp. 14284–14291, Dec 2021. [doi] [Bibtex & Downloads]
Controlled Silicidation of Silicon Nanowires Using Flash Lamp Annealing
Reference
Muhammad Bilal Khan, Slawomir Prucnal, Sayantan Ghosh, Dipjyoti Deb, Ren'e Hübner, Darius Pohl, Lars Rebohle, Thomas Mikolajick, Artur Erbe, Yordan M. Georgiev, "Controlled Silicidation of Silicon Nanowires Using Flash Lamp Annealing", In Langmuir, American Chemical Society (ACS), vol. 37, no. 49, pp. 14284–14291, Dec 2021. [doi]
Bibtex
@article{Khan_2021,
doi = {10.1021/acs.langmuir.1c01862},
url = {https://doi.org/10.1021%2Facs.langmuir.1c01862},
year = 2021,
month = {dec},
publisher = {American Chemical Society ({ACS})},
volume = {37},
number = {49},
pages = {14284--14291},
author = {Muhammad Bilal Khan and Slawomir Prucnal and Sayantan Ghosh and Dipjyoti Deb and Ren{\'{e}} Hübner and Darius Pohl and Lars Rebohle and Thomas Mikolajick and Artur Erbe and Yordan M. Georgiev},
title = {Controlled Silicidation of Silicon Nanowires Using Flash Lamp Annealing},
journal = {Langmuir}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Clément Fournier, "A Rust Backend for Lingua Franca", Master's thesis, TU Dresden, Dec 2021. [Bibtex & Downloads]
A Rust Backend for Lingua Franca
Reference
Clément Fournier, "A Rust Backend for Lingua Franca", Master's thesis, TU Dresden, Dec 2021.
Bibtex
@mastersthesis{Fournier-diploma21,
title={A Rust Backend for Lingua Franca},
author={Clément Fournier},
year={2021},
month=dec,
school={TU Dresden},
}Downloads
2112_Fournier_DA [PDF]
Permalink
- Andreas Krinke, Shubham Rai, Akash Kumar, Jens Lienig, "Exploring Physical Synthesis for Circuits based on Emerging Reconfigurable Nanotechnologies", In Proceeding: 2021 IEEE/ACM International Conference on Computer-Aided Design (ICCAD), Nov 2021. [Bibtex & Downloads]
Exploring Physical Synthesis for Circuits based on Emerging Reconfigurable Nanotechnologies
Reference
Andreas Krinke, Shubham Rai, Akash Kumar, Jens Lienig, "Exploring Physical Synthesis for Circuits based on Emerging Reconfigurable Nanotechnologies", In Proceeding: 2021 IEEE/ACM International Conference on Computer-Aided Design (ICCAD), Nov 2021.
Bibtex
@INPROCEEDINGS{krinke2021,
author={Krinke, Andreas and Rai, Shubham and Kumar, Akash and Lienig, Jens},
booktitle={2021 IEEE/ACM International Conference on Computer-Aided Design (ICCAD)},
title={Exploring Physical Synthesis for Circuits based on Emerging Reconfigurable Nanotechnologies},
month={Nov},
year={2021},
volume={},
number={}}Downloads
iccad_2021_2 [PDF]
Permalink
- Yasasvi V. Peruvemba, Shubham Rai, Kapil Ahuja, Akash Kumar, "RL-Guided Runtime-Constrained Heuristic Exploration for Logic Synthesis", In Proceeding: 2021 IEEE/ACM International Conference on Computer-Aided Design (ICCAD), Nov 2021. [Bibtex & Downloads]
RL-Guided Runtime-Constrained Heuristic Exploration for Logic Synthesis
Reference
Yasasvi V. Peruvemba, Shubham Rai, Kapil Ahuja, Akash Kumar, "RL-Guided Runtime-Constrained Heuristic Exploration for Logic Synthesis", In Proceeding: 2021 IEEE/ACM International Conference on Computer-Aided Design (ICCAD), Nov 2021.
Bibtex
@INPROCEEDINGS{peruvemba2021,
author={Peruvemba, Yasasvi V. and Rai, Shubham and Ahuja, Kapil and Kumar, Akash},
booktitle={2021 IEEE/ACM International Conference on Computer-Aided Design (ICCAD)},
title={RL-Guided Runtime-Constrained Heuristic Exploration for Logic Synthesis},
month={Nov},
year={2021},
volume={},
number={}}Downloads
101_Final_ICCAD_Paper (1) [PDF]
Permalink
- Elias Trommer, Bernd Waschneck, Akash Kumar, "dCSR: A Memory-Efficient Sparse Matrix Representation for Parallel Neural Network Inference", In Proceeding: 2021 IEEE/ACM International Conference on Computer-Aided Design (ICCAD), Nov 2021. [Bibtex & Downloads]
dCSR: A Memory-Efficient Sparse Matrix Representation for Parallel Neural Network Inference
Reference
Elias Trommer, Bernd Waschneck, Akash Kumar, "dCSR: A Memory-Efficient Sparse Matrix Representation for Parallel Neural Network Inference", In Proceeding: 2021 IEEE/ACM International Conference on Computer-Aided Design (ICCAD), Nov 2021.
Bibtex
@INPROCEEDINGS{Trommer2021,
author={Trommer, Elias and Waschneck, Bernd and Kumar, Akash},
booktitle={2021 IEEE/ACM International Conference on Computer-Aided Design (ICCAD)},
title={dCSR: A Memory-Efficient Sparse Matrix Representation for Parallel Neural Network Inference},
month={Nov},
year={2021},
volume={},
number={}}Downloads
No Downloads available for this publication
Permalink
- Yubin Fu, Xiao Chang, Huan Yang, Evgenia Dmitrieva, Yixuan Gao, Ji Ma, Li Huang, Junzhi Liu, Hongliang Lu, Zhihai Cheng, Shixuan Du, Hong-Jun Gao, Xinliang Feng, "NBN-Doped
Bis
-Tetracene and
Peri
-Tetracene: Synthesis and Characterization", In Angewandte Chemie International Edition, Wiley, vol. 60, no. 50, pp. 26115–26121, Nov 2021. [doi] [Bibtex & Downloads]
NBN-Doped Bis -Tetracene and Peri -Tetracene: Synthesis and Characterization
Reference
Yubin Fu, Xiao Chang, Huan Yang, Evgenia Dmitrieva, Yixuan Gao, Ji Ma, Li Huang, Junzhi Liu, Hongliang Lu, Zhihai Cheng, Shixuan Du, Hong-Jun Gao, Xinliang Feng, "NBN-Doped Bis -Tetracene and Peri -Tetracene: Synthesis and Characterization", In Angewandte Chemie International Edition, Wiley, vol. 60, no. 50, pp. 26115–26121, Nov 2021. [doi]
Bibtex
@article{Fu_2021,
doi = {10.1002/anie.202109808},
url = {https://doi.org/10.1002%2Fanie.202109808},
year = 2021,
month = {nov},
publisher = {Wiley},
volume = {60},
number = {50},
pages = {26115--26121},
author = {Yubin Fu and Xiao Chang and Huan Yang and Evgenia Dmitrieva and Yixuan Gao and Ji Ma and Li Huang and Junzhi Liu and Hongliang Lu and Zhihai Cheng and Shixuan Du and Hong-Jun Gao and Xinliang Feng},
title = {{NBN}-Doped
Bis
-Tetracene and
Peri
-Tetracene: Synthesis and Characterization},
journal = {Angewandte Chemie International Edition}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Jin-Jiang Zhang, Lin Yang, Fupin Liu, Yubin Fu, Junzhi Liu, Alexey A. Popov, Ji Ma, Xinliang Feng, "A Modular Cascade Synthetic Strategy Toward Structurally Constrained Boron-Doped Polycyclic Aromatic Hydrocarbons", In Angewandte Chemie International Edition, Wiley, vol. 60, no. 49, pp. 25695–25700, Nov 2021. [doi] [Bibtex & Downloads]
A Modular Cascade Synthetic Strategy Toward Structurally Constrained Boron-Doped Polycyclic Aromatic Hydrocarbons
Reference
Jin-Jiang Zhang, Lin Yang, Fupin Liu, Yubin Fu, Junzhi Liu, Alexey A. Popov, Ji Ma, Xinliang Feng, "A Modular Cascade Synthetic Strategy Toward Structurally Constrained Boron-Doped Polycyclic Aromatic Hydrocarbons", In Angewandte Chemie International Edition, Wiley, vol. 60, no. 49, pp. 25695–25700, Nov 2021. [doi]
Bibtex
@article{Zhang_2021,
doi = {10.1002/anie.202109840},
url = {https://doi.org/10.1002%2Fanie.202109840},
year = 2021,
month = {nov},
publisher = {Wiley},
volume = {60},
number = {49},
pages = {25695--25700},
author = {Jin-Jiang Zhang and Lin Yang and Fupin Liu and Yubin Fu and Junzhi Liu and Alexey A. Popov and Ji Ma and Xinliang Feng},
title = {A Modular Cascade Synthetic Strategy Toward Structurally Constrained Boron-Doped Polycyclic Aromatic Hydrocarbons},
journal = {Angewandte Chemie International Edition}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Haixia Zhong, Mingchao Wang, Mahdi Ghorbani-Asl, Jichao Zhang, Khoa Hoang Ly, Zhongquan Liao, Guangbo Chen, Yidan Wei, Bishnu P. Biswal, Ehrenfried Zschech, Inez M. Weidinger, Arkady V. Krasheninnikov, Renhao Dong, Xinliang Feng, "Boosting the Electrocatalytic Conversion of Nitrogen to Ammonia on Metal-Phthalocyanine-Based Two-Dimensional Conjugated Covalent Organic Frameworks", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 143, no. 47, pp. 19992–20000, Nov 2021. [doi] [Bibtex & Downloads]
Boosting the Electrocatalytic Conversion of Nitrogen to Ammonia on Metal-Phthalocyanine-Based Two-Dimensional Conjugated Covalent Organic Frameworks
Reference
Haixia Zhong, Mingchao Wang, Mahdi Ghorbani-Asl, Jichao Zhang, Khoa Hoang Ly, Zhongquan Liao, Guangbo Chen, Yidan Wei, Bishnu P. Biswal, Ehrenfried Zschech, Inez M. Weidinger, Arkady V. Krasheninnikov, Renhao Dong, Xinliang Feng, "Boosting the Electrocatalytic Conversion of Nitrogen to Ammonia on Metal-Phthalocyanine-Based Two-Dimensional Conjugated Covalent Organic Frameworks", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 143, no. 47, pp. 19992–20000, Nov 2021. [doi]
Bibtex
@article{Zhong_2021,
doi = {10.1021/jacs.1c11158},
url = {https://doi.org/10.1021%2Fjacs.1c11158},
year = 2021,
month = {nov},
publisher = {American Chemical Society ({ACS})},
volume = {143},
number = {47},
pages = {19992--20000},
author = {Haixia Zhong and Mingchao Wang and Mahdi Ghorbani-Asl and Jichao Zhang and Khoa Hoang Ly and Zhongquan Liao and Guangbo Chen and Yidan Wei and Bishnu P. Biswal and Ehrenfried Zschech and Inez M. Weidinger and Arkady V. Krasheninnikov and Renhao Dong and Xinliang Feng},
title = {Boosting the Electrocatalytic Conversion of Nitrogen to Ammonia on Metal-Phthalocyanine-Based Two-Dimensional Conjugated Covalent Organic Frameworks},
journal = {Journal of the American Chemical Society}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Tao Zhang, Panpan Zhang, Zhongquan Liao, Faxing Wang, Jinhui Wang, Mingchao Wang, Ehrenfried Zschech, Xiaodong Zhuang, Oliver G. Schmidt, Xinliang Feng, "Interfacial synthesis of crystalline quasi-two-dimensional polyaniline thin films for high-performance flexible on-chip micro-supercapacitors", In Chinese Chemical Letters, Elsevier BV, Nov 2021. [doi] [Bibtex & Downloads]
Interfacial synthesis of crystalline quasi-two-dimensional polyaniline thin films for high-performance flexible on-chip micro-supercapacitors
Reference
Tao Zhang, Panpan Zhang, Zhongquan Liao, Faxing Wang, Jinhui Wang, Mingchao Wang, Ehrenfried Zschech, Xiaodong Zhuang, Oliver G. Schmidt, Xinliang Feng, "Interfacial synthesis of crystalline quasi-two-dimensional polyaniline thin films for high-performance flexible on-chip micro-supercapacitors", In Chinese Chemical Letters, Elsevier BV, Nov 2021. [doi]
Bibtex
@article{Zhang_2021,
doi = {10.1016/j.cclet.2021.11.052},
url = {https://doi.org/10.1016%2Fj.cclet.2021.11.052},
year = 2021,
month = {nov},
publisher = {Elsevier {BV}},
author = {Tao Zhang and Panpan Zhang and Zhongquan Liao and Faxing Wang and Jinhui Wang and Mingchao Wang and Ehrenfried Zschech and Xiaodong Zhuang and Oliver G. Schmidt and Xinliang Feng},
title = {Interfacial synthesis of crystalline quasi-two-dimensional polyaniline thin films for high-performance flexible on-chip micro-supercapacitors},
journal = {Chinese Chemical Letters}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Dan Zhao, Xinliang Feng, "A Special Collection on 2D Materials and Their Applications", In Chemistry \textendash An Asian Journal, Wiley, vol. 16, no. 24, pp. 4009–4009, Nov 2021. [doi] [Bibtex & Downloads]
A Special Collection on 2D Materials and Their Applications
Reference
Dan Zhao, Xinliang Feng, "A Special Collection on 2D Materials and Their Applications", In Chemistry \textendash An Asian Journal, Wiley, vol. 16, no. 24, pp. 4009–4009, Nov 2021. [doi]
Bibtex
@article{Zhao_2021,
doi = {10.1002/asia.202101283},
url = {https://doi.org/10.1002%2Fasia.202101283},
year = 2021,
month = {nov},
publisher = {Wiley},
volume = {16},
number = {24},
pages = {4009--4009},
author = {Dan Zhao and Xinliang Feng},
title = {A Special Collection on 2D Materials and Their Applications},
journal = {Chemistry {\textendash} An Asian Journal}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Behnaz Ranjbar, Tuan D. A. Nguyen, Alireza Ejlali, Akash Kumar, "Power-Aware Run-Time Scheduler for Mixed-Criticality Systems on Multi-Core Platform", In IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems (TCAD), Institute of Electrical and Electronics Engineers (IEEE), vol. 40, no. 10, pp. 2009-2023, October 2021. [doi] [Bibtex & Downloads]
Power-Aware Run-Time Scheduler for Mixed-Criticality Systems on Multi-Core Platform
Reference
Behnaz Ranjbar, Tuan D. A. Nguyen, Alireza Ejlali, Akash Kumar, "Power-Aware Run-Time Scheduler for Mixed-Criticality Systems on Multi-Core Platform", In IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems (TCAD), Institute of Electrical and Electronics Engineers (IEEE), vol. 40, no. 10, pp. 2009-2023, October 2021. [doi]
Bibtex
@article{Ranjbar_2020,
doi = {10.1109/tcad.2020.3033374},
url = {https://doi.org/10.1109%2Ftcad.2020.3033374},
year = 2021,
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
pages = {2009-2023},
volume={40},
number={10},
month ={October},
author = {Behnaz Ranjbar and Tuan D. A. Nguyen and Alireza Ejlali and Akash Kumar},
title = {Power-Aware Run-Time Scheduler for Mixed-Criticality Systems on Multi-Core Platform},
journal = {{IEEE} Transactions on Computer-Aided Design of Integrated Circuits and Systems (TCAD)}
}Downloads
TCAD3033374-power-aware-accepted [PDF]
Permalink
- Abhiroop Bhattacharjee, Shubham Rai, Ansh Rupani, Michael Raitza, Akash Kumar, "Metastability with Emerging Reconfigurable Transistors: Exploiting Ambipolarity for Throughput", In Proceeding: 2021 IFIP/IEEE 29th International Conference on Very Large Scale Integration (VLSI-SoC), IEEE, Oct 2021. [doi] [Bibtex & Downloads]
Metastability with Emerging Reconfigurable Transistors: Exploiting Ambipolarity for Throughput
Reference
Abhiroop Bhattacharjee, Shubham Rai, Ansh Rupani, Michael Raitza, Akash Kumar, "Metastability with Emerging Reconfigurable Transistors: Exploiting Ambipolarity for Throughput", In Proceeding: 2021 IFIP/IEEE 29th International Conference on Very Large Scale Integration (VLSI-SoC), IEEE, Oct 2021. [doi]
Bibtex
@inproceedings{Bhattacharjee_2021,
doi = {10.1109/vlsi-soc53125.2021.9607015},
url = {https://doi.org/10.1109%2Fvlsi-soc53125.2021.9607015},
year = 2021,
month = {oct},
publisher = ,
author = {Abhiroop Bhattacharjee and Shubham Rai and Ansh Rupani and Michael Raitza and Akash Kumar},
title = {Metastability with Emerging Reconfigurable Transistors: Exploiting Ambipolarity for Throughput},
booktitle = {2021 {IFIP}/{IEEE} 29th International Conference on Very Large Scale Integration ({VLSI}-{SoC})}
}Downloads
VLSI-SOC_2021 [PDF]
Permalink
- Siva Satyendra Sahoo, Akash Kumar, "Using Monte Carlo Tree Search for CAD - A Case-study with Designing Cross-layer Reliability for Heterogeneous Embedded Systems", In Proceeding: 2021 IFIP/IEEE 29th International Conference on Very Large Scale Integration (VLSI-SOC), Oct 2021. [Bibtex & Downloads]
Using Monte Carlo Tree Search for CAD - A Case-study with Designing Cross-layer Reliability for Heterogeneous Embedded Systems
Reference
Siva Satyendra Sahoo, Akash Kumar, "Using Monte Carlo Tree Search for CAD - A Case-study with Designing Cross-layer Reliability for Heterogeneous Embedded Systems", In Proceeding: 2021 IFIP/IEEE 29th International Conference on Very Large Scale Integration (VLSI-SOC), Oct 2021.
Bibtex
@INPROCEEDINGS{siva-vlsisoc2021-mctsclr,
author={Siva Satyendra Sahoo and Akash Kumar},
booktitle={2021 IFIP/IEEE 29th International Conference on Very Large Scale Integration (VLSI-SOC)},
title={Using Monte Carlo Tree Search for CAD - A Case-study with Designing Cross-layer Reliability for Heterogeneous Embedded Systems},
year={2021},
month={Oct},
volume={},
number={}}Downloads
MCTS_CLRIntegTMap [PDF]
Permalink
- Siva Satyendra Sahoo, Akash Kumar, "CLEO-CoDe: Exploiting Constrained Decoding for Cross-Layer Energy Optimization in Heterogeneous Embedded Systems", In Proceeding: 2021 IFIP/IEEE 29th International Conference on Very Large Scale Integration (VLSI-SOC), Oct 2021. [Bibtex & Downloads]
CLEO-CoDe: Exploiting Constrained Decoding for Cross-Layer Energy Optimization in Heterogeneous Embedded Systems
Reference
Siva Satyendra Sahoo, Akash Kumar, "CLEO-CoDe: Exploiting Constrained Decoding for Cross-Layer Energy Optimization in Heterogeneous Embedded Systems", In Proceeding: 2021 IFIP/IEEE 29th International Conference on Very Large Scale Integration (VLSI-SOC), Oct 2021.
Bibtex
@INPROCEEDINGS{siva-vlsisoc2021-cleocode,
author={Siva Satyendra Sahoo and Akash Kumar},
booktitle={2021 IFIP/IEEE 29th International Conference on Very Large Scale Integration (VLSI-SOC)},
title={CLEO-CoDe: Exploiting Constrained Decoding for Cross-Layer Energy Optimization in Heterogeneous Embedded Systems},
year={2021},
month={Oct},
volume={},
number={}}Downloads
CLEOCoDe [PDF]
Permalink
- Joonas Iisakki Multanen, Kari Hepola, Asif Ali Khan, Jeronimo Castrillon, Pekka Jääskeläinen, "Energy-Efficient Instruction Delivery in Embedded Systems with Domain Wall Memory", In IEEE Transactions on Computers, pp. 1-1, Oct 2021. [doi] [Bibtex & Downloads]
Energy-Efficient Instruction Delivery in Embedded Systems with Domain Wall Memory
Reference
Joonas Iisakki Multanen, Kari Hepola, Asif Ali Khan, Jeronimo Castrillon, Pekka Jääskeläinen, "Energy-Efficient Instruction Delivery in Embedded Systems with Domain Wall Memory", In IEEE Transactions on Computers, pp. 1-1, Oct 2021. [doi]
Bibtex
@Article{multanen_toc21,
author = {Joonas Iisakki Multanen and Kari Hepola and Asif Ali Khan and Jeronimo Castrillon and Pekka J{\"a}{\"a}skel{\"a}inen},
title = {Energy-Efficient Instruction Delivery in Embedded Systems with Domain Wall Memory},
doi = {10.1109/TC.2021.3117439},
number = {9},
pages = {2010--2021},
url = {https://ieeexplore.ieee.org/document/9557799},
volume = {71},
abstract = {As performance and energy-efficiency improvements from technology scaling are slowing down, new technologies are being researched in hopes of disrupting results. Domain wall memory (DWM) is an emerging non-volatile technology that promises extreme data density, fast access times and low power consumption. However, DWM access time depends on the memory location distance from access ports, requiring expensive shifting. This causes overheads on performance and energy consumption. In this article, we implement our previously proposed shift-reducing instruction memory placement (SHRIMP) on a RISC-V core in RTL, provide the first thorough evaluation of the control logic required for DWM and SHRIMP and evaluate the effects on system energy and energy-efficiency. SHRIMP reduces the number of shifts by 36\% on average compared to a linear placement in CHStone and Coremark benchmark suites when evaluated on the RISC-V processor system. The reduced shift amount leads to an average reduction of 14\% in cycle counts compared to the linear placement. When compared to an SRAM-based system, although increasing memory usage by 26\%, DWM with SHRIMP allows a 73\% reduction in memory energy and 42\% relative energy delay product. We estimate overall energy reductions of 14\%, 15\% and 19\% in three example embedded systems.},
journal = {IEEE Transactions on Computers},
month = oct,
year = {2021},
}Downloads
2110_Multanen_TOC [PDF]
Related Paths
Permalink
- Zehao Song, Masiar Sistani, Lukas Wind, Darius Pohl, Bernd Rellinghaus, Walter M Weber, Alois Lugstein, "Plasmon-assisted polarization-sensitive photodetection with tunable polarity for integrated silicon photonic communication systems", IOP Publishing, vol. 32, no. 50, pp. 505205, Oct 2021. [doi] [Bibtex & Downloads]
Plasmon-assisted polarization-sensitive photodetection with tunable polarity for integrated silicon photonic communication systems
Reference
Zehao Song, Masiar Sistani, Lukas Wind, Darius Pohl, Bernd Rellinghaus, Walter M Weber, Alois Lugstein, "Plasmon-assisted polarization-sensitive photodetection with tunable polarity for integrated silicon photonic communication systems", IOP Publishing, vol. 32, no. 50, pp. 505205, Oct 2021. [doi]
Bibtex
@article{2021,
doi = {10.1088/1361-6528/ac2848},
url = {https://doi.org/10.1088%2F1361-6528%2Fac2848},
year = 2021,
month = {oct},
publisher = {{IOP} Publishing},
volume = {32},
number = {50},
pages = {505205},
author = {Zehao Song and Masiar Sistani and Lukas Wind and Darius Pohl and Bernd Rellinghaus and Walter M Weber and Alois Lugstein},
title = {Plasmon-assisted polarization-sensitive photodetection with tunable polarity for integrated silicon photonic communication systems}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Yangkun He, Peter Adler, Sebastian Schneider, Ivan Soldatov, Qingge Mu, Horst Borrmann, Walter Schnelle, Rudolf Schaefer, Bernd Rellinghaus, Gerhard H. Fecher, Claudia Felser, "Intrinsic Magnetic Properties of a Highly Anisotropic Rare-Earth-Free Fe
2
P-Based Magnet", In Advanced Functional Materials, Wiley, pp. 2107513, Oct 2021. [doi] [Bibtex & Downloads]
Intrinsic Magnetic Properties of a Highly Anisotropic Rare-Earth-Free Fe 2 P-Based Magnet
Reference
Yangkun He, Peter Adler, Sebastian Schneider, Ivan Soldatov, Qingge Mu, Horst Borrmann, Walter Schnelle, Rudolf Schaefer, Bernd Rellinghaus, Gerhard H. Fecher, Claudia Felser, "Intrinsic Magnetic Properties of a Highly Anisotropic Rare-Earth-Free Fe 2 P-Based Magnet", In Advanced Functional Materials, Wiley, pp. 2107513, Oct 2021. [doi]
Bibtex
@article{He_2021,
doi = {10.1002/adfm.202107513},
url = {https://doi.org/10.1002%2Fadfm.202107513},
year = 2021,
month = {oct},
publisher = {Wiley},
pages = {2107513},
author = {Yangkun He and Peter Adler and Sebastian Schneider and Ivan Soldatov and Qingge Mu and Horst Borrmann and Walter Schnelle and Rudolf Schaefer and Bernd Rellinghaus and Gerhard H. Fecher and Claudia Felser},
title = {Intrinsic Magnetic Properties of a Highly Anisotropic Rare-Earth-Free Fe
2
P-Based Magnet},
journal = {Advanced Functional Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Lukas Schmidt-Mende, Vladimir Dyakonov, Selina Olthof, Feray Ünlü, Khan Moritz Trong Lê, Sanjay Mathur, Andrei D. Karabanov, Doru C. Lupascu, Laura M. Herz, Alexander Hinderhofer, Frank Schreiber, Alexey Chernikov, David A. Egger, Oleksandra Shargaieva, Caterina Cocchi, Eva Unger, Michael Saliba, Mahdi Malekshahi Byranvand, Martin Kroll, Frederik Nehm, Karl Leo, Alex Redinger, Julian Höcker, Thomas Kirchartz, Jonathan Warby, Emilio Gutierrez-Partida, Dieter Neher, Martin Stolterfoht, Uli Würfel, Moritz Unmüssig, Jan Herterich, Clemens Baretzky, John Mohanraj, Mukundan Thelakkat, Cl'ement Maheu, Wolfram Jaegermann, Thomas Mayer, Janek Rieger, Thomas Fauster, Daniel Niesner, Fengjiu Yang, Steve Albrecht, Thomas Riedl, Azhar Fakharuddin, Maria Vasilopoulou, Yana Vaynzof, Davide Moia, Joachim Maier, Marius Franckevi\vcius, Vidmantas Gulbinas, Ross A. Kerner, Lianfeng Zhao, Barry P. Rand, Nadja Glück, Thomas Bein, Fabio Matteocci, Luigi Angelo Castriotta, Aldo Di Carlo, Matthias Scheffler, Claudia Draxl, "Roadmap on organic\textendashinorganic hybrid perovskite semiconductors and devices", In APL Materials, AIP Publishing, vol. 9, no. 10, pp. 109202, Oct 2021. [doi] [Bibtex & Downloads]
Roadmap on organic\textendashinorganic hybrid perovskite semiconductors and devices
Reference
Lukas Schmidt-Mende, Vladimir Dyakonov, Selina Olthof, Feray Ünlü, Khan Moritz Trong Lê, Sanjay Mathur, Andrei D. Karabanov, Doru C. Lupascu, Laura M. Herz, Alexander Hinderhofer, Frank Schreiber, Alexey Chernikov, David A. Egger, Oleksandra Shargaieva, Caterina Cocchi, Eva Unger, Michael Saliba, Mahdi Malekshahi Byranvand, Martin Kroll, Frederik Nehm, Karl Leo, Alex Redinger, Julian Höcker, Thomas Kirchartz, Jonathan Warby, Emilio Gutierrez-Partida, Dieter Neher, Martin Stolterfoht, Uli Würfel, Moritz Unmüssig, Jan Herterich, Clemens Baretzky, John Mohanraj, Mukundan Thelakkat, Cl'ement Maheu, Wolfram Jaegermann, Thomas Mayer, Janek Rieger, Thomas Fauster, Daniel Niesner, Fengjiu Yang, Steve Albrecht, Thomas Riedl, Azhar Fakharuddin, Maria Vasilopoulou, Yana Vaynzof, Davide Moia, Joachim Maier, Marius Franckevi\vcius, Vidmantas Gulbinas, Ross A. Kerner, Lianfeng Zhao, Barry P. Rand, Nadja Glück, Thomas Bein, Fabio Matteocci, Luigi Angelo Castriotta, Aldo Di Carlo, Matthias Scheffler, Claudia Draxl, "Roadmap on organic\textendashinorganic hybrid perovskite semiconductors and devices", In APL Materials, AIP Publishing, vol. 9, no. 10, pp. 109202, Oct 2021. [doi]
Bibtex
@article{Schmidt_Mende_2021,
doi = {10.1063/5.0047616},
url = {https://doi.org/10.1063%2F5.0047616},
year = 2021,
month = {oct},
publisher = {{AIP} Publishing},
volume = {9},
number = {10},
pages = {109202},
author = {Lukas Schmidt-Mende and Vladimir Dyakonov and Selina Olthof and Feray Ünlü and Khan Moritz Trong L{\^{e}} and Sanjay Mathur and Andrei D. Karabanov and Doru C. Lupascu and Laura M. Herz and Alexander Hinderhofer and Frank Schreiber and Alexey Chernikov and David A. Egger and Oleksandra Shargaieva and Caterina Cocchi and Eva Unger and Michael Saliba and Mahdi Malekshahi Byranvand and Martin Kroll and Frederik Nehm and Karl Leo and Alex Redinger and Julian Höcker and Thomas Kirchartz and Jonathan Warby and Emilio Gutierrez-Partida and Dieter Neher and Martin Stolterfoht and Uli Würfel and Moritz Unmüssig and Jan Herterich and Clemens Baretzky and John Mohanraj and Mukundan Thelakkat and Cl{\'{e}}ment Maheu and Wolfram Jaegermann and Thomas Mayer and Janek Rieger and Thomas Fauster and Daniel Niesner and Fengjiu Yang and Steve Albrecht and Thomas Riedl and Azhar Fakharuddin and Maria Vasilopoulou and Yana Vaynzof and Davide Moia and Joachim Maier and Marius Franckevi{\v{c}}ius and Vidmantas Gulbinas and Ross A. Kerner and Lianfeng Zhao and Barry P. Rand and Nadja Glück and Thomas Bein and Fabio Matteocci and Luigi Angelo Castriotta and Aldo Di Carlo and Matthias Scheffler and Claudia Draxl},
title = {Roadmap on organic{\textendash}inorganic hybrid perovskite semiconductors and devices},
journal = {{APL} Materials}
}Downloads
No Downloads available for this publication
Permalink
- Mani Lokamani, Jeffrey Kelling, Robin Ohmann, Jörg Meyer, Tim Kühne, Gianaurelio Cuniberti, Jannic Wolf, Thomas Huhn, Peter Zahn, Francesca Moresco, Sibylle Gemming, "A combined experimental and theoretical study of 1,4-bis(phenylethynyl)-2,5-bis(ethoxy)benzene adsorption on Au(111)", In Surface Science, Elsevier BV, vol. 712, pp. 121877, Oct 2021. [doi] [Bibtex & Downloads]
A combined experimental and theoretical study of 1,4-bis(phenylethynyl)-2,5-bis(ethoxy)benzene adsorption on Au(111)
Reference
Mani Lokamani, Jeffrey Kelling, Robin Ohmann, Jörg Meyer, Tim Kühne, Gianaurelio Cuniberti, Jannic Wolf, Thomas Huhn, Peter Zahn, Francesca Moresco, Sibylle Gemming, "A combined experimental and theoretical study of 1,4-bis(phenylethynyl)-2,5-bis(ethoxy)benzene adsorption on Au(111)", In Surface Science, Elsevier BV, vol. 712, pp. 121877, Oct 2021. [doi]
Bibtex
@article{Lokamani_2021,
doi = {10.1016/j.susc.2021.121877},
url = {https://doi.org/10.1016%2Fj.susc.2021.121877},
year = 2021,
month = {oct},
publisher = {Elsevier {BV}},
volume = {712},
pages = {121877},
author = {Mani Lokamani and Jeffrey Kelling and Robin Ohmann and Jörg Meyer and Tim Kühne and Gianaurelio Cuniberti and Jannic Wolf and Thomas Huhn and Peter Zahn and Francesca Moresco and Sibylle Gemming},
title = {A combined experimental and theoretical study of 1,4-bis(phenylethynyl)-2,5-bis(ethoxy)benzene adsorption on Au(111)},
journal = {Surface Science}
}Downloads
No Downloads available for this publication
Permalink
- Kwan Ho Au-Yeung, Tim Kühne, Daniel Becker, Marcus Richter, Dmitry A. Ryndyk, Gianaurelio Cuniberti, Thomas Heine, Xinliang Feng, Francesca Moresco, "On-Surface Formation of Cyano-Vinylene Linked Chains by Knoevenagel Condensation", In Chemistry \textendash A European Journal, Wiley, vol. 27, no. 69, pp. 17336–17340, Oct 2021. [doi] [Bibtex & Downloads]
On-Surface Formation of Cyano-Vinylene Linked Chains by Knoevenagel Condensation
Reference
Kwan Ho Au-Yeung, Tim Kühne, Daniel Becker, Marcus Richter, Dmitry A. Ryndyk, Gianaurelio Cuniberti, Thomas Heine, Xinliang Feng, Francesca Moresco, "On-Surface Formation of Cyano-Vinylene Linked Chains by Knoevenagel Condensation", In Chemistry \textendash A European Journal, Wiley, vol. 27, no. 69, pp. 17336–17340, Oct 2021. [doi]
Bibtex
@article{Au_Yeung_2021,
doi = {10.1002/chem.202103094},
url = {https://doi.org/10.1002%2Fchem.202103094},
year = 2021,
month = {oct},
publisher = {Wiley},
volume = {27},
number = {69},
pages = {17336--17340},
author = {Kwan Ho Au-Yeung and Tim Kühne and Daniel Becker and Marcus Richter and Dmitry A. Ryndyk and Gianaurelio Cuniberti and Thomas Heine and Xinliang Feng and Francesca Moresco},
title = {On-Surface Formation of Cyano-Vinylene Linked Chains by Knoevenagel Condensation},
journal = {Chemistry {\textendash} A European Journal}
}Downloads
No Downloads available for this publication
Permalink
- Takakazu Seki, Xiaoqing Yu, Peng Zhang, Chun-Chieh Yu, Kejun Liu, Lucas Gunkel, Renhao Dong, Yuki Nagata, Xinliang Feng, Mischa Bonn, "Real-time study of on-water chemistry: Surfactant monolayer-assisted growth of a crystalline quasi-2D polymer", In Chem, Elsevier BV, vol. 7, no. 10, pp. 2758–2770, Oct 2021. [doi] [Bibtex & Downloads]
Real-time study of on-water chemistry: Surfactant monolayer-assisted growth of a crystalline quasi-2D polymer
Reference
Takakazu Seki, Xiaoqing Yu, Peng Zhang, Chun-Chieh Yu, Kejun Liu, Lucas Gunkel, Renhao Dong, Yuki Nagata, Xinliang Feng, Mischa Bonn, "Real-time study of on-water chemistry: Surfactant monolayer-assisted growth of a crystalline quasi-2D polymer", In Chem, Elsevier BV, vol. 7, no. 10, pp. 2758–2770, Oct 2021. [doi]
Bibtex
@article{Seki_2021,
doi = {10.1016/j.chempr.2021.07.016},
url = {https://doi.org/10.1016%2Fj.chempr.2021.07.016},
year = 2021,
month = {oct},
publisher = {Elsevier {BV}},
volume = {7},
number = {10},
pages = {2758--2770},
author = {Takakazu Seki and Xiaoqing Yu and Peng Zhang and Chun-Chieh Yu and Kejun Liu and Lucas Gunkel and Renhao Dong and Yuki Nagata and Xinliang Feng and Mischa Bonn},
title = {Real-time study of on-water chemistry: Surfactant monolayer-assisted growth of a crystalline quasi-2D polymer},
journal = {Chem}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Kalyan Biswas, Jos'e I. Urgel, Kun Xu, Ji Ma, Ana S'anchez-Grande, Pingo Mutombo, Aurelio Gallardo, Koen Lauwaet, Benjamin Mallada, Bruno Torre, Adam Mat\vej, Jos'e M. Gallego, Rodolfo Miranda, Pavel Jel'inek, Xinliang Feng, David 'Ecija, "On-Surface Synthesis of a Dicationic Diazahexabenzocoronene Derivative on the Au(111) Surface", In Angewandte Chemie International Edition, Wiley, vol. 60, no. 48, pp. 25551–25556, Oct 2021. [doi] [Bibtex & Downloads]
On-Surface Synthesis of a Dicationic Diazahexabenzocoronene Derivative on the Au(111) Surface
Reference
Kalyan Biswas, Jos'e I. Urgel, Kun Xu, Ji Ma, Ana S'anchez-Grande, Pingo Mutombo, Aurelio Gallardo, Koen Lauwaet, Benjamin Mallada, Bruno Torre, Adam Mat\vej, Jos'e M. Gallego, Rodolfo Miranda, Pavel Jel'inek, Xinliang Feng, David 'Ecija, "On-Surface Synthesis of a Dicationic Diazahexabenzocoronene Derivative on the Au(111) Surface", In Angewandte Chemie International Edition, Wiley, vol. 60, no. 48, pp. 25551–25556, Oct 2021. [doi]
Bibtex
@article{Biswas_2021,
doi = {10.1002/anie.202111863},
url = {https://doi.org/10.1002%2Fanie.202111863},
year = 2021,
month = {oct},
publisher = {Wiley},
volume = {60},
number = {48},
pages = {25551--25556},
author = {Kalyan Biswas and Jos{\'{e}} I. Urgel and Kun Xu and Ji Ma and Ana S{\'{a}}nchez-Grande and Pingo Mutombo and Aurelio Gallardo and Koen Lauwaet and Benjamin Mallada and Bruno Torre and Adam Mat{\v{e}}j and Jos{\'{e}} M. Gallego and Rodolfo Miranda and Pavel Jel{\'{\i}}nek and Xinliang Feng and David {\'{E}}cija},
title = {On-Surface Synthesis of a Dicationic Diazahexabenzocoronene Derivative on the Au(111) Surface},
journal = {Angewandte Chemie International Edition}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Alessandro Silvestri, Alejandro Criado, Fabrizio Poletti, Faxing Wang, Pablo Fanjul-Bolado, Mar'ia B. Gonz'alez-Garc'ia, Clara Garc'ia-Astrain, Luis M. Liz-Marz'an, Xinliang Feng, Chiara Zanardi, Maurizio Prato, "Bioresponsive, Electroactive, and Inkjet-Printable Graphene-Based Inks", In Advanced Functional Materials, Wiley, vol. 32, no. 2, pp. 2105028, Oct 2021. [doi] [Bibtex & Downloads]
Bioresponsive, Electroactive, and Inkjet-Printable Graphene-Based Inks
Reference
Alessandro Silvestri, Alejandro Criado, Fabrizio Poletti, Faxing Wang, Pablo Fanjul-Bolado, Mar'ia B. Gonz'alez-Garc'ia, Clara Garc'ia-Astrain, Luis M. Liz-Marz'an, Xinliang Feng, Chiara Zanardi, Maurizio Prato, "Bioresponsive, Electroactive, and Inkjet-Printable Graphene-Based Inks", In Advanced Functional Materials, Wiley, vol. 32, no. 2, pp. 2105028, Oct 2021. [doi]
Bibtex
@article{Silvestri_2021,
doi = {10.1002/adfm.202105028},
url = {https://doi.org/10.1002%2Fadfm.202105028},
year = 2021,
month = {oct},
publisher = {Wiley},
volume = {32},
number = {2},
pages = {2105028},
author = {Alessandro Silvestri and Alejandro Criado and Fabrizio Poletti and Faxing Wang and Pablo Fanjul-Bolado and Mar{\'{\i}}a B. Gonz{\'{a}}lez-Garc{\'{\i}}a and Clara Garc{\'{\i}}a-Astrain and Luis M. Liz-Marz{\'{a}}n and Xinliang Feng and Chiara Zanardi and Maurizio Prato},
title = {Bioresponsive, Electroactive, and Inkjet-Printable Graphene-Based Inks},
journal = {Advanced Functional Materials}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Zhiyong Wang, Xiangkun Jia, Panpan Zhang, Yannan Liu, Haoyuan Qi, Peng Zhang, Ute Kaiser, Sebastian Reineke, Renhao Dong, Xinliang Feng, "Viologen-Immobilized 2D Polymer Film Enabling Highly Efficient Electrochromic Device for Solar-Powered Smart Window", In Advanced Materials, Wiley, vol. 34, no. 1, pp. 2106073, Oct 2021. [doi] [Bibtex & Downloads]
Viologen-Immobilized 2D Polymer Film Enabling Highly Efficient Electrochromic Device for Solar-Powered Smart Window
Reference
Zhiyong Wang, Xiangkun Jia, Panpan Zhang, Yannan Liu, Haoyuan Qi, Peng Zhang, Ute Kaiser, Sebastian Reineke, Renhao Dong, Xinliang Feng, "Viologen-Immobilized 2D Polymer Film Enabling Highly Efficient Electrochromic Device for Solar-Powered Smart Window", In Advanced Materials, Wiley, vol. 34, no. 1, pp. 2106073, Oct 2021. [doi]
Bibtex
@article{Wang_2021,
doi = {10.1002/adma.202106073},
url = {https://doi.org/10.1002%2Fadma.202106073},
year = 2021,
month = {oct},
publisher = {Wiley},
volume = {34},
number = {1},
pages = {2106073},
author = {Zhiyong Wang and Xiangkun Jia and Panpan Zhang and Yannan Liu and Haoyuan Qi and Peng Zhang and Ute Kaiser and Sebastian Reineke and Renhao Dong and Xinliang Feng},
title = {Viologen-Immobilized 2D Polymer Film Enabling Highly Efficient Electrochromic Device for Solar-Powered Smart Window},
journal = {Advanced Materials}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Shantanu Mishra, Gonçalo Catarina, Fupeng Wu, Ricardo Ortiz, David Jacob, Kristjan Eimre, Ji Ma, Carlo A. Pignedoli, Xinliang Feng, Pascal Ruffieux, Joaqu'in Fern'andez-Rossier, Roman Fasel, "Observation of fractional edge excitations in nanographene spin chains", In Nature, Springer Science and Business Media LLC, vol. 598, no. 7880, pp. 287–292, Oct 2021. [doi] [Bibtex & Downloads]
Observation of fractional edge excitations in nanographene spin chains
Reference
Shantanu Mishra, Gonçalo Catarina, Fupeng Wu, Ricardo Ortiz, David Jacob, Kristjan Eimre, Ji Ma, Carlo A. Pignedoli, Xinliang Feng, Pascal Ruffieux, Joaqu'in Fern'andez-Rossier, Roman Fasel, "Observation of fractional edge excitations in nanographene spin chains", In Nature, Springer Science and Business Media LLC, vol. 598, no. 7880, pp. 287–292, Oct 2021. [doi]
Bibtex
@article{Mishra_2021,
doi = {10.1038/s41586-021-03842-3},
url = {https://doi.org/10.1038%2Fs41586-021-03842-3},
year = 2021,
month = {oct},
publisher = {Springer Science and Business Media {LLC}},
volume = {598},
number = {7880},
pages = {287--292},
author = {Shantanu Mishra and Gon{\c{c}}alo Catarina and Fupeng Wu and Ricardo Ortiz and David Jacob and Kristjan Eimre and Ji Ma and Carlo A. Pignedoli and Xinliang Feng and Pascal Ruffieux and Joaqu{\'{\i}}n Fern{\'{a}}ndez-Rossier and Roman Fasel},
title = {Observation of fractional edge excitations in nanographene spin chains},
journal = {Nature}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Daniil Naberezhnyi, SangWook Park, Wei Li, Michael Westphal, Xinliang Feng, Renhao Dong, Petr Dementyev, "Mass Transfer in Boronate Ester 2D COF Single Crystals", In Small, Wiley, vol. 17, no. 52, pp. 2104392, Oct 2021. [doi] [Bibtex & Downloads]
Mass Transfer in Boronate Ester 2D COF Single Crystals
Reference
Daniil Naberezhnyi, SangWook Park, Wei Li, Michael Westphal, Xinliang Feng, Renhao Dong, Petr Dementyev, "Mass Transfer in Boronate Ester 2D COF Single Crystals", In Small, Wiley, vol. 17, no. 52, pp. 2104392, Oct 2021. [doi]
Bibtex
@article{Naberezhnyi_2021,
doi = {10.1002/smll.202104392},
url = {https://doi.org/10.1002%2Fsmll.202104392},
year = 2021,
month = {oct},
publisher = {Wiley},
volume = {17},
number = {52},
pages = {2104392},
author = {Daniil Naberezhnyi and SangWook Park and Wei Li and Michael Westphal and Xinliang Feng and Renhao Dong and Petr Dementyev},
title = {Mass Transfer in Boronate Ester 2D {COF} Single Crystals},
journal = {Small}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- D. Kneppe, F. Talnack, B.K. Boroujeni, C. Teixeira da Rocha, M. Höppner, A. Tahn, Stefan C. B. Mannsfeld, F. Ellinger, K. Leo, H. Kleemann, "Solution-processed pseudo-vertical organic transistors based on TIPS-pentacene", In Materials Today Energy, Elsevier BV, vol. 21, pp. 100697, Sep 2021. [doi] [Bibtex & Downloads]
Solution-processed pseudo-vertical organic transistors based on TIPS-pentacene
Reference
D. Kneppe, F. Talnack, B.K. Boroujeni, C. Teixeira da Rocha, M. Höppner, A. Tahn, Stefan C. B. Mannsfeld, F. Ellinger, K. Leo, H. Kleemann, "Solution-processed pseudo-vertical organic transistors based on TIPS-pentacene", In Materials Today Energy, Elsevier BV, vol. 21, pp. 100697, Sep 2021. [doi]
Bibtex
@article{Kneppe_2021,
doi = {10.1016/j.mtener.2021.100697},
url = {https://doi.org/10.1016%2Fj.mtener.2021.100697},
year = 2021,
month = {sep},
publisher = {Elsevier {BV}},
volume = {21},
pages = {100697},
author = {D. Kneppe and F. Talnack and B.K. Boroujeni and C. Teixeira da Rocha and M. Höppner and A. Tahn and Stefan C. B. Mannsfeld and F. Ellinger and K. Leo and H. Kleemann},
title = {Solution-processed pseudo-vertical organic transistors based on {TIPS}-pentacene},
journal = {Materials Today Energy}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Robert Khasanov, Julian Robledo, Christian Menard, Andr'es Goens, Jeronimo Castrillon, "Domain-specific hybrid mapping for energy-efficient baseband processing in wireless networks", In ACM Transactions on Embedded Computing Systems (TECS). Special issue of the International Conference on Compilers, Architecture, and Synthesis of Embedded Systems (CASES), Association for Computing Machinery, vol. 20, no. 5s, New York, NY, USA, Sep 2021. [doi] [Bibtex & Downloads]
Domain-specific hybrid mapping for energy-efficient baseband processing in wireless networks
Reference
Robert Khasanov, Julian Robledo, Christian Menard, Andr'es Goens, Jeronimo Castrillon, "Domain-specific hybrid mapping for energy-efficient baseband processing in wireless networks", In ACM Transactions on Embedded Computing Systems (TECS). Special issue of the International Conference on Compilers, Architecture, and Synthesis of Embedded Systems (CASES), Association for Computing Machinery, vol. 20, no. 5s, New York, NY, USA, Sep 2021. [doi]
Abstract
Advancing telecommunication standards continuously push for larger bandwidths, lower latencies, and faster data rates. The receiver baseband unit not only has to deal with a huge number of users expecting connectivity but also with a high workload heterogeneity. As a consequence of the required flexibility, baseband processing has seen a trend towards software implementations in cloud Radio Access Networks (cRANs). The flexibility gained from software implementation comes at the price of impoverished energy efficiency. This paper addresses the trade-off between flexibility and efficiency by proposing a domain-specific hybrid mapping algorithm. Hybrid mapping is an established approach from the model-based design of embedded systems that allows us to retain flexibility while targeting heterogeneous hardware. Depending on the current workload, the runtime system selects the most energy-efficient mapping configuration without violating timing constraints. We leverage the structure of baseband processing, and refine the scheduling methodology, to enable efficient mapping of 100s of tasks at the millisecond granularity, improving upon state-of-the-art hybrid approaches. We validate our approach on an Odroid XU4 and virtual platforms with application-specific accelerators on an open-source prototype. On different LTE workloads, our hybrid approach shows significant improvements both at design time and at runtime. At design-time, mappings of similar quality to those obtained by state-of-the-art methods are generated around four orders of magnitude faster. At runtime, multi-application schedules are computed 37.7% faster than the state-of-the-art without compromising on the quality.
Bibtex
@Article{khasanov_cases21,
author = {Robert Khasanov and Julian Robledo and Christian Menard and Andrés Goens and Jeronimo Castrillon},
title = {Domain-specific hybrid mapping for energy-efficient baseband processing in wireless networks},
doi = {10.1145/3476991},
issn = {1539-9087},
number = {5s},
url = {https://doi.org/10.1145/3476991},
volume = {20},
abstract = {Advancing telecommunication standards continuously push for larger bandwidths, lower latencies, and faster data rates. The receiver baseband unit not only has to deal with a huge number of users expecting connectivity but also with a high workload heterogeneity. As a consequence of the required flexibility, baseband processing has seen a trend towards software implementations in cloud Radio Access Networks (cRANs). The flexibility gained from software implementation comes at the price of impoverished energy efficiency. This paper addresses the trade-off between flexibility and efficiency by proposing a domain-specific hybrid mapping algorithm. Hybrid mapping is an established approach from the model-based design of embedded systems that allows us to retain flexibility while targeting heterogeneous hardware. Depending on the current workload, the runtime system selects the most energy-efficient mapping configuration without violating timing constraints. We leverage the structure of baseband processing, and refine the scheduling methodology, to enable efficient mapping of 100s of tasks at the millisecond granularity, improving upon state-of-the-art hybrid approaches. We validate our approach on an Odroid XU4 and virtual platforms with application-specific accelerators on an open-source prototype. On different LTE workloads, our hybrid approach shows significant improvements both at design time and at runtime. At design-time, mappings of similar quality to those obtained by state-of-the-art methods are generated around four orders of magnitude faster. At runtime, multi-application schedules are computed 37.7% faster than the state-of-the-art without compromising on the quality.},
address = {New York, NY, USA},
articleno = {60},
issue_date = {October 2021},
journal = {ACM Transactions on Embedded Computing Systems (TECS). Special issue of the International Conference on Compilers, Architecture, and Synthesis of Embedded Systems (CASES)},
location = {Virtual conference},
month = sep,
numpages = {26},
publisher = {Association for Computing Machinery},
year = {2021},
}Downloads
2110_Khasanov_CASES [PDF]
Related Paths
Permalink
- Karl F. A. Friebel, Stephanie Soldavini, Gerald Hempel, Christian Pilato, Jeronimo Castrillon, "From Domain-Specific Languages to Memory-Optimized Accelerators for Fluid Dynamics", Proceedings of the 2021 IEEE International Conference on Cluster Computing (CLUSTER) — FPGA for HPC Workshop, pp. 759–766, Sep 2021. [doi] [Bibtex & Downloads]
From Domain-Specific Languages to Memory-Optimized Accelerators for Fluid Dynamics
Reference
Karl F. A. Friebel, Stephanie Soldavini, Gerald Hempel, Christian Pilato, Jeronimo Castrillon, "From Domain-Specific Languages to Memory-Optimized Accelerators for Fluid Dynamics", Proceedings of the 2021 IEEE International Conference on Cluster Computing (CLUSTER) — FPGA for HPC Workshop, pp. 759–766, Sep 2021. [doi]
Bibtex
@InProceedings{friebel_fpga4hpc21,
author = {Karl F. A. Friebel and Stephanie Soldavini and Gerald Hempel and Christian Pilato and Jeronimo Castrillon},
booktitle = {Proceedings of the 2021 IEEE International Conference on Cluster Computing (CLUSTER) --- FPGA for HPC Workshop},
title = {From Domain-Specific Languages to Memory-Optimized Accelerators for Fluid Dynamics},
doi = {10.1109/Cluster48925.2021.00112},
location = {Portland (virtual), OR, USA},
pages = {759--766},
url = {https://ieeexplore.ieee.org/document/9556064},
month = sep,
numpages = {8},
year = {2021},
}Downloads
2109_Friebel_fpga4hpc [PDF]
Permalink
- Alexander Brauckmann, Andr'es Goens, Jeronimo Castrillon, "PolyGym: Polyhedral Optimizations as an Environment for Reinforcement Learning", Proceedings of the 30th International Conference on Parallel Architectures and Compilation Techniques (PACT), pp. 17-29, Sep 2021. [doi]