Does AccelSim's Trace-based execution execute host-side syscalls like file handling? #197
-
From my understanding, GPGPU-Sim is given an executable, and the host-side part of it is executed on the machine running the simulation, while the CUDA calls are intercepted by the simulator. Since AccelSim is running a trace and not an executable, is the host-side part of the executable executed at all? The question I'm actually trying to answer is whether a traced CUDA program that should be producing an output file on host will produce the file when running on AccelSim or not. Example: The This may be answered elsewhere and I may have missed it. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
No, there are no output files when running with trace model. And you are correct with the example. |
Beta Was this translation helpful? Give feedback.
No, there are no output files when running with trace model. And you are correct with the example.