-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
bugSomething isn't workingSomething isn't workingquestionFurther information is requestedFurther information is requested
Description
Good morning,
when I add the -v switch to any of the benchmark executables, I get the following error:
I have already verified that my GPU, drivers, CUDA, etc. are setup correctly with a simple vector addition program that runs with no problems. The command I am running to build the max pooling benchmark is: "make cuda DATATYPE=FLOAT BLOCKSIZE=4" from max pooling directory. When looking at the output of this make command, I see that it is using g++ at the end, instead of nvcc. Could this be the problem? Simply changing g++ to nvcc in the makefile leads to a rabbit hole of problems.
If this is not the issue, can someone please point me in the right direction? Perhaps I am missing a step.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingquestionFurther information is requestedFurther information is requested