accel-sim / accel-sim-framework

This is the top-level repository for the Accel-Sim framework.
https://accel-sim.github.io
Other
273 stars 105 forks source link

Merge sass and ptx simulation together #297

Closed masa-laboratory closed 2 months ago

masa-laboratory commented 2 months ago

gpgpu-sim/gpgpu-sim_distribution has lagged behind accel-sim/gpgpu-sim_distribution. Users who use PTX simulation hopes to use the updated gpgpu-sim_distribution code, but accel-sim/gpgpu-sim_distribution adds many SASS simulation code. As a result, cloning accel-sim/gpgpu-sim_distribution can not be able to achieve the old PTX simulation. Therefore, here I use the macro instructions defined in setup_environment script to guide the compilation of gpgpu-sim_distribution:

  1. If users call gpgpu-sim_distribution from accel-sim-framework.
  2. If users directly execute the setup_environment script under gpgpu-sim_distribution, it will filter out the code of the SASS simulation.

This needs to be used with the modifications in accel-sim/gpgpu-sim_distribution.

JRPan commented 2 months ago

So you cannot run PTX with accel-sim/gpgpu-sim_distribution? It should work with both PTX and SASS

masa-laboratory commented 2 months ago

So you cannot run PTX with accel-sim/gpgpu-sim_distribution? It should work with both PTX and SASS

Sorry, my code has some problems. I will clos this.