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

Tuner related issues #287

Open William-An opened 4 months ago

William-An commented 4 months ago
shkailas1 commented 4 months ago

Hi, I have the same issue with CUDA 11.0 with the missing helper_cuda.h when setting up the tuner (Ubuntu18, Cuda 11.0) . I understand this is being worked on, but in the meantime, how might I get around this manually? Thank you!

William-An commented 4 months ago

I resolved this by cloning the cuda samples repo and substituted the INCLUDE variable inside common.mk file (tuner/GPU_Microbenchmark/common) with the path to the cloned cuda samples directory.

shkailas1 commented 4 months ago

Thank you, this worked for me when I made INCLUDE := /path/to/cuda-samples/Common/ I also changed pulled the repo tag corresponding to my cuda version