首页 > 最新文献

Real-Time Systems最新文献

英文 中文
Cluster-aware scheduling in multitasking GPUs 多任务gpu中的集群感知调度
IF 1.3 4区 计算机科学 Q3 COMPUTER SCIENCE, THEORY & METHODS Pub Date : 2023-11-22 DOI: 10.1007/s11241-023-09409-x
Xia Zhao, Huiquan Wang, Anwen Huang, Dongsheng Wang, Guangda Zhang

The streaming multiprocessor (SM) count in GPUs continues to increase to provide high computing power. To construct a scalable crossbar network that connects the SMs to the LLC slices and memory controllers, a cluster structure is exploited in GPUs where a group of SMs shares a network port. Unfortunately, current GPU spatial multitasking is unaware of this underlying network-on-chip infrastructure which poses the challenges and also the opportunities for the performance. In this paper, we observe that compared to the cluster-unaware multitasking, considering the cluster structure, the SM partition within a cluster and also the injecting policy of sharing the network port can bring significant performance improvement. Next, we propose a low-cost online profiling and scheduling policy that consists of two steps. The cluster-aware scheduling first determines the best SM partition within a cluster and then finds the proper injecting policy between the two co-executing applications. Both steps are achieved in online profiling which only incurs limited runtime overhead. The evaluation results show that for all workloads, our cluster-aware multitasking increases the system throughput by 12.9% on average (and up to 76.5%).

gpu中的流多处理器(SM)数量不断增加,以提供更高的计算能力。为了构建一个可扩展的横杆网络,将SMs连接到LLC片和内存控制器,在gpu中采用集群结构,其中一组SMs共享一个网口。不幸的是,当前的GPU空间多任务并没有意识到这种底层的片上网络基础设施,这给性能带来了挑战和机遇。在本文中,我们观察到与无集群的多任务处理相比,考虑到集群结构,集群内的SM分区以及共享网口的注入策略可以带来显著的性能提升。接下来,我们提出了一个低成本的在线分析和调度策略,该策略由两个步骤组成。集群感知调度首先确定集群内的最佳SM分区,然后在两个共同执行的应用程序之间找到适当的注入策略。这两个步骤都是在在线分析中实现的,这只会产生有限的运行时开销。评估结果表明,对于所有工作负载,我们的集群感知多任务平均使系统吞吐量提高12.9%(最高可达76.5%)。
{"title":"Cluster-aware scheduling in multitasking GPUs","authors":"Xia Zhao, Huiquan Wang, Anwen Huang, Dongsheng Wang, Guangda Zhang","doi":"10.1007/s11241-023-09409-x","DOIUrl":"https://doi.org/10.1007/s11241-023-09409-x","url":null,"abstract":"<p>The streaming multiprocessor (SM) count in GPUs continues to increase to provide high computing power. To construct a scalable crossbar network that connects the SMs to the LLC slices and memory controllers, a cluster structure is exploited in GPUs where a group of SMs shares a network port. Unfortunately, current GPU spatial multitasking is unaware of this underlying network-on-chip infrastructure which poses the challenges and also the opportunities for the performance. In this paper, we observe that compared to the cluster-unaware multitasking, considering the cluster structure, the SM partition within a cluster and also the injecting policy of sharing the network port can bring significant performance improvement. Next, we propose a low-cost online profiling and scheduling policy that consists of two steps. The cluster-aware scheduling first determines the best SM partition within a cluster and then finds the proper injecting policy between the two co-executing applications. Both steps are achieved in online profiling which only incurs limited runtime overhead. The evaluation results show that for all workloads, our cluster-aware multitasking increases the system throughput by 12.9% on average (and up to 76.5%).\u0000</p>","PeriodicalId":54507,"journal":{"name":"Real-Time Systems","volume":"205 1","pages":""},"PeriodicalIF":1.3,"publicationDate":"2023-11-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"138496266","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A formal framework to design and prove trustworthy memory controllers 一个正式的框架来设计和证明可信的内存控制器
4区 计算机科学 Q3 COMPUTER SCIENCE, THEORY & METHODS Pub Date : 2023-11-14 DOI: 10.1007/s11241-023-09411-3
Felipe Lisboa Malaquias, Mihail Asavoae, Florian Brandner
Abstract In order to prove conformance to memory standards and bound memory access latency, recently proposed real-time DRAM controllers rely on paper and pencil proofs, which can be troubling: they are difficult to read and review, they are often shown only partially and/or rely on abstractions for the sake of conciseness, and they can easily diverge from the controller implementation, as no formal link is established between both. We propose a new framework written in Coq, in which we model a DRAM controller and its expected behaviour as a formal specification. The trustworthiness in our solution is two-fold: (1) proofs that are typically done on paper and pencil are now done in Coq and thus certified by its kernel, and (2) the reviewer’s job develops into making sure that the formal specification matches the standards—instead of performing a thorough check of the mathematical formalism. Our framework provides a generic DRAM model capturing a set of controller properties as proof obligations, which all implementations must comply with. We focus on properties related to the assertiveness that timing constraints are respected, every incoming request is handled in bounded time, and the DRAM command protocol is respected. We refine our specification with two implementations based on widely-known arbitration policies— First-in First-Out (FIFO) and Time-Division Multiplexing (TDM). We extract proved code from our model and use it as a “trusted core” on a cycle-accurate DRAM simulator.
为了证明符合存储器标准和限制存储器访问延迟,最近提出的实时DRAM控制器依赖于纸和铅笔证明,这可能会带来麻烦:它们难以阅读和审查,它们通常只是部分显示和/或为了简洁而依赖于抽象,并且它们很容易与控制器实现偏离,因为两者之间没有建立正式的联系。我们提出了一个用Coq编写的新框架,其中我们将DRAM控制器及其预期行为建模为正式规范。我们的解决方案的可信度是双重的:(1)通常在纸上和铅笔上完成的证明现在在Coq中完成,因此由其内核认证;(2)审稿人的工作发展为确保形式规范与标准相匹配,而不是执行数学形式化的彻底检查。我们的框架提供了一个通用的DRAM模型,捕获一组控制器属性作为证明义务,所有实现都必须遵守。我们关注的是与遵守时间约束、在有限时间内处理每个传入请求以及遵守DRAM命令协议的断言性相关的属性。我们使用两种基于广为人知的仲裁策略的实现来完善我们的规范——先进先出(FIFO)和时分多路复用(TDM)。我们从模型中提取经过验证的代码,并将其用作周期精确的DRAM模拟器上的“可信核心”。
{"title":"A formal framework to design and prove trustworthy memory controllers","authors":"Felipe Lisboa Malaquias, Mihail Asavoae, Florian Brandner","doi":"10.1007/s11241-023-09411-3","DOIUrl":"https://doi.org/10.1007/s11241-023-09411-3","url":null,"abstract":"Abstract In order to prove conformance to memory standards and bound memory access latency, recently proposed real-time DRAM controllers rely on paper and pencil proofs, which can be troubling: they are difficult to read and review, they are often shown only partially and/or rely on abstractions for the sake of conciseness, and they can easily diverge from the controller implementation, as no formal link is established between both. We propose a new framework written in Coq, in which we model a DRAM controller and its expected behaviour as a formal specification. The trustworthiness in our solution is two-fold: (1) proofs that are typically done on paper and pencil are now done in Coq and thus certified by its kernel, and (2) the reviewer’s job develops into making sure that the formal specification matches the standards—instead of performing a thorough check of the mathematical formalism. Our framework provides a generic DRAM model capturing a set of controller properties as proof obligations, which all implementations must comply with. We focus on properties related to the assertiveness that timing constraints are respected, every incoming request is handled in bounded time, and the DRAM command protocol is respected. We refine our specification with two implementations based on widely-known arbitration policies— First-in First-Out (FIFO) and Time-Division Multiplexing (TDM). We extract proved code from our model and use it as a “trusted core” on a cycle-accurate DRAM simulator.","PeriodicalId":54507,"journal":{"name":"Real-Time Systems","volume":"116 6","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-11-14","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"134957472","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Special issue on embedded real-time applications 嵌入式实时应用特刊
4区 计算机科学 Q3 COMPUTER SCIENCE, THEORY & METHODS Pub Date : 2023-11-13 DOI: 10.1007/s11241-023-09416-y
Giorgio Buttazzo, Daniela De Venuto, Eugenio Di Sciascio, Toni Mancini
{"title":"Special issue on embedded real-time applications","authors":"Giorgio Buttazzo, Daniela De Venuto, Eugenio Di Sciascio, Toni Mancini","doi":"10.1007/s11241-023-09416-y","DOIUrl":"https://doi.org/10.1007/s11241-023-09416-y","url":null,"abstract":"","PeriodicalId":54507,"journal":{"name":"Real-Time Systems","volume":"64 43","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-11-13","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"136282479","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Special issue on reliable data transmission in real-time systems 实时系统中可靠数据传输专题
4区 计算机科学 Q3 COMPUTER SCIENCE, THEORY & METHODS Pub Date : 2023-11-10 DOI: 10.1007/s11241-023-09415-z
Geoffrey Nelissen, Laurent Pautet
{"title":"Special issue on reliable data transmission in real-time systems","authors":"Geoffrey Nelissen, Laurent Pautet","doi":"10.1007/s11241-023-09415-z","DOIUrl":"https://doi.org/10.1007/s11241-023-09415-z","url":null,"abstract":"","PeriodicalId":54507,"journal":{"name":"Real-Time Systems","volume":"122 17","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-11-10","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135136611","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Evaluating virtualization for fog monitoring of real-time applications in mixed-criticality systems 评估混合临界系统中雾监测实时应用的虚拟化
4区 计算机科学 Q3 COMPUTER SCIENCE, THEORY & METHODS Pub Date : 2023-11-01 DOI: 10.1007/s11241-023-09410-4
Marcello Cinque, Luigi De Simone, Nicola Mazzocca, Daniele Ottaviano, Francesco Vitale
Abstract Technological advances in embedded systems and the advent of fog computing led to improved quality of service of applications of cyber-physical systems. In fact, the deployment of such applications on powerful and heterogeneous embedded systems, such as multiprocessors system-on-chips (MPSoCs), allows them to meet latency requirements and real-time operation. Highly relevant to the industry and our reference case-study, the challenging field of nuclear fusion deploys the aforementioned applications, involving high-frequency control with hard real-time and safety constraints. The use of fog computing and MPSoCs is promising to achieve safety, low latency, and timeliness of such control. Indeed, on one hand, applications designed according to fog computing distribute computation across hierarchically organized and geographically distributed edge devices, enabling timely anomaly detection during high-frequency sampling of time series, and, on the other hand, MPSoCs allow leveraging fog computing and integrating monitoring by deploying tasks on a flexible platform suited for mixed-criticality software, leading to so-called mixed criticality systems (MCSs). However, the integration of such software on the same MPSoC opens challenges related to predictability and reliability guarantees, as tasks interfering with each other when accessing the same shared MPSoC resources may introduce non-deterministic latency, possibly leading to failures on account of deadline overruns. Addressing the design, deployment, and evaluation of MCSs on MPSoCs, we propose a model-based system development process that facilitates the integration of real-time and monitoring software on the same platform by means of a formal notation for modeling the design and deployment of MPSoCs. The proposed notation allows developers to leverage embedded hypervisors for monitoring real-time applications and guaranteeing predictability by isolation of hardware resources. Providing evidence of the feasibility of our system development process and evaluating the industry-relevant class of nuclear fusion applications, we experiment with a safety-critical case-study in the context of the ITER nuclear fusion reactor. Our experimentation involves the design and evaluation of several prototypes deployed as MCSs on a virtualized MPSoC, showing that deployment choices linked to the monitor placement and virtualization configurations (e.g., resource allocation, partitioning, and scheduling policies) can significantly impact the predictability of MCSs in terms of Worst-Case Execution Times and other related metrics.
嵌入式系统的技术进步和雾计算的出现,提高了信息物理系统应用的服务质量。事实上,在功能强大的异构嵌入式系统(如多处理器片上系统(mpsoc))上部署此类应用程序,可以满足延迟要求和实时操作。与行业和我们的参考案例研究高度相关,核聚变的挑战性领域部署了上述应用,涉及具有硬实时性和安全性约束的高频控制。雾计算和mpsoc的使用有望实现这种控制的安全性、低延迟性和及时性。事实上,一方面,根据雾计算设计的应用程序将计算分布在分层组织和地理分布的边缘设备上,从而能够在时间序列的高频采样期间及时检测异常,另一方面,mpsoc允许利用雾计算并通过在适合混合临界软件的灵活平台上部署任务来集成监控,从而导致所谓的混合临界系统(mcs)。然而,在相同的MPSoC上集成此类软件会带来与可预测性和可靠性保证相关的挑战,因为在访问相同的共享MPSoC资源时,任务之间会相互干扰,可能会引入不确定性延迟,可能导致由于截止日期超时而导致失败。为了解决mpsoc上mcs的设计、部署和评估问题,我们提出了一个基于模型的系统开发过程,通过对mpsoc的设计和部署建模的形式化符号,促进了实时和监控软件在同一平台上的集成。建议的表示法允许开发人员利用嵌入式管理程序监视实时应用程序,并通过隔离硬件资源来保证可预测性。为了证明我们的系统开发过程的可行性,并评估核聚变应用的工业相关类别,我们在ITER核聚变反应堆的背景下进行了安全关键案例研究的实验。我们的实验包括在虚拟化MPSoC上作为mcs部署的几个原型的设计和评估,表明与监视器放置和虚拟化配置(例如,资源分配,分区和调度策略)相关的部署选择可以显著影响mcs在最坏情况下执行时间和其他相关指标方面的可预测性。
{"title":"Evaluating virtualization for fog monitoring of real-time applications in mixed-criticality systems","authors":"Marcello Cinque, Luigi De Simone, Nicola Mazzocca, Daniele Ottaviano, Francesco Vitale","doi":"10.1007/s11241-023-09410-4","DOIUrl":"https://doi.org/10.1007/s11241-023-09410-4","url":null,"abstract":"Abstract Technological advances in embedded systems and the advent of fog computing led to improved quality of service of applications of cyber-physical systems. In fact, the deployment of such applications on powerful and heterogeneous embedded systems, such as multiprocessors system-on-chips (MPSoCs), allows them to meet latency requirements and real-time operation. Highly relevant to the industry and our reference case-study, the challenging field of nuclear fusion deploys the aforementioned applications, involving high-frequency control with hard real-time and safety constraints. The use of fog computing and MPSoCs is promising to achieve safety, low latency, and timeliness of such control. Indeed, on one hand, applications designed according to fog computing distribute computation across hierarchically organized and geographically distributed edge devices, enabling timely anomaly detection during high-frequency sampling of time series, and, on the other hand, MPSoCs allow leveraging fog computing and integrating monitoring by deploying tasks on a flexible platform suited for mixed-criticality software, leading to so-called mixed criticality systems (MCSs). However, the integration of such software on the same MPSoC opens challenges related to predictability and reliability guarantees, as tasks interfering with each other when accessing the same shared MPSoC resources may introduce non-deterministic latency, possibly leading to failures on account of deadline overruns. Addressing the design, deployment, and evaluation of MCSs on MPSoCs, we propose a model-based system development process that facilitates the integration of real-time and monitoring software on the same platform by means of a formal notation for modeling the design and deployment of MPSoCs. The proposed notation allows developers to leverage embedded hypervisors for monitoring real-time applications and guaranteeing predictability by isolation of hardware resources. Providing evidence of the feasibility of our system development process and evaluating the industry-relevant class of nuclear fusion applications, we experiment with a safety-critical case-study in the context of the ITER nuclear fusion reactor. Our experimentation involves the design and evaluation of several prototypes deployed as MCSs on a virtualized MPSoC, showing that deployment choices linked to the monitor placement and virtualization configurations (e.g., resource allocation, partitioning, and scheduling policies) can significantly impact the predictability of MCSs in terms of Worst-Case Execution Times and other related metrics.","PeriodicalId":54507,"journal":{"name":"Real-Time Systems","volume":"55 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135325841","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Main sources of variability and non-determinism in AD software: taxonomy and prospects to handle them AD软件中可变性和不确定性的主要来源:分类及其处理前景
IF 1.3 4区 计算机科学 Q3 COMPUTER SCIENCE, THEORY & METHODS Pub Date : 2023-08-29 DOI: 10.1007/s11241-023-09405-1
Miguel Alcon, Axel Brando, E. Mezzetti, J. Abella, F. Cazorla
{"title":"Main sources of variability and non-determinism in AD software: taxonomy and prospects to handle them","authors":"Miguel Alcon, Axel Brando, E. Mezzetti, J. Abella, F. Cazorla","doi":"10.1007/s11241-023-09405-1","DOIUrl":"https://doi.org/10.1007/s11241-023-09405-1","url":null,"abstract":"","PeriodicalId":54507,"journal":{"name":"Real-Time Systems","volume":"59 1","pages":"438 - 478"},"PeriodicalIF":1.3,"publicationDate":"2023-08-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"42219760","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Extending a predictable machine learning framework with efficient gemm-based convolution routines 使用高效的基于gemm的卷积例程扩展可预测的机器学习框架
IF 1.3 4区 计算机科学 Q3 COMPUTER SCIENCE, THEORY & METHODS Pub Date : 2023-08-28 DOI: 10.1007/s11241-023-09407-z
Iryna De Albuquerque Silva, Thomas Carle, A. Gauffriau, C. Pagetti
{"title":"Extending a predictable machine learning framework with efficient gemm-based convolution routines","authors":"Iryna De Albuquerque Silva, Thomas Carle, A. Gauffriau, C. Pagetti","doi":"10.1007/s11241-023-09407-z","DOIUrl":"https://doi.org/10.1007/s11241-023-09407-z","url":null,"abstract":"","PeriodicalId":54507,"journal":{"name":"Real-Time Systems","volume":"59 1","pages":"408 - 437"},"PeriodicalIF":1.3,"publicationDate":"2023-08-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"47668338","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Time-sensitive autonomous architectures 对时间敏感的自治架构
IF 1.3 4区 计算机科学 Q3 COMPUTER SCIENCE, THEORY & METHODS Pub Date : 2023-08-21 DOI: 10.1007/s11241-023-09404-2
D. Ferraro, Lucas Palazzi, Federico Gavioli, Michele Guzzinati, A. Bernardi, Benjamin Rouxel, P. Burgio, M. Solieri
{"title":"Time-sensitive autonomous architectures","authors":"D. Ferraro, Lucas Palazzi, Federico Gavioli, Michele Guzzinati, A. Bernardi, Benjamin Rouxel, P. Burgio, M. Solieri","doi":"10.1007/s11241-023-09404-2","DOIUrl":"https://doi.org/10.1007/s11241-023-09404-2","url":null,"abstract":"","PeriodicalId":54507,"journal":{"name":"Real-Time Systems","volume":" ","pages":""},"PeriodicalIF":1.3,"publicationDate":"2023-08-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"45002820","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A survey on real-time DAG scheduling, revisiting the Global-Partitioned Infinity War 实时DAG调度研究——重温全球分区无限战争
IF 1.3 4区 计算机科学 Q3 COMPUTER SCIENCE, THEORY & METHODS Pub Date : 2023-08-14 DOI: 10.1007/s11241-023-09403-3
M. Verucchi, Ignacio Sañudo Olmedo, M. Bertogna
{"title":"A survey on real-time DAG scheduling, revisiting the Global-Partitioned Infinity War","authors":"M. Verucchi, Ignacio Sañudo Olmedo, M. Bertogna","doi":"10.1007/s11241-023-09403-3","DOIUrl":"https://doi.org/10.1007/s11241-023-09403-3","url":null,"abstract":"","PeriodicalId":54507,"journal":{"name":"Real-Time Systems","volume":"59 1","pages":"479 - 530"},"PeriodicalIF":1.3,"publicationDate":"2023-08-14","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"46505935","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Supporting AI-powered real-time cyber-physical systems on heterogeneous platforms via hypervisor technology 通过管理程序技术支持异构平台上的人工智能实时网络物理系统
IF 1.3 4区 计算机科学 Q3 COMPUTER SCIENCE, THEORY & METHODS Pub Date : 2023-07-17 DOI: 10.1007/s11241-023-09402-4
Edoardo Cittadini, Mauro Marinoni, Alessandro Biondi, Giorgiomaria Cicero, G. Buttazzo
{"title":"Supporting AI-powered real-time cyber-physical systems on heterogeneous platforms via hypervisor technology","authors":"Edoardo Cittadini, Mauro Marinoni, Alessandro Biondi, Giorgiomaria Cicero, G. Buttazzo","doi":"10.1007/s11241-023-09402-4","DOIUrl":"https://doi.org/10.1007/s11241-023-09402-4","url":null,"abstract":"","PeriodicalId":54507,"journal":{"name":"Real-Time Systems","volume":" ","pages":""},"PeriodicalIF":1.3,"publicationDate":"2023-07-17","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"43277188","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
Real-Time Systems
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1