zoukankan      html  css  js  c++  java
  • multi2sim,booksim简介

    booksim是周期精确互连网络仿真器,设计用来配合"Principles and Practices of Interconnection Networks"课程教学,仿真器采用C++语言编写,目前项目源码寄托在Github上,https://github.com/booksim/booksim2。

    BookSim is a cycle-accurate interconnection network simulator. Originally developed for and introduced with the Principles and Practices of Interconnection Networks book, its functionality has since been continuously extended. The current major release, BookSim 2.0, supports a wide range of topologies such as mesh, torus and flattened butterfly networks, provides diverse routing algorithms and includes numerous options for customizing the network's router microarchitecture.

    multi2sim是针对于CPU-GPU异构架构计算的仿真器,采用C语言编写,multi2sim支持功能仿真和时序仿真,user guide和源代码在官网主页上http://www.multi2sim.org/。

    Computer architects constantly seek to design faster, more powerful, and more power-efficient Central Processing Units (CPUs) and Graphics Processing Units (GPUs). But manufacturing a new design is a long and expensive process that relies on a previous verification for correctness and feasibility.

    Multi2Sim is a simulator of CPUs and GPUs, used to test and validate new hardware designs before they are physically manufactured. By running a set of standard benchmarks on Multi2Sim, a computer architect can verify whether a proposed alternative design is correct, and what its relative performance is over existing designs.

  • 相关阅读:
    自定义button
    图片拉伸
    通过偏好设置进行数据存储
    AppDelegate中的方法解析
    copy-mutableCopy
    NSNumber、NSValue、NSDate、NSObject
    iOS OC语言原生开发的IM模块--RChat
    文件缓存
    ios基础动画、关键帧动画、动画组、转场动画等
    Moya/RxSwift/ObjectMapper/Alamofire开发
  • 原文地址:https://www.cnblogs.com/fengjl/p/5476537.html
Copyright © 2011-2022 走看看