Skip to content

GPU version of the code doesn't seem to successfully deploy kernels #4

@aeteijeiro

Description

@aeteijeiro

Good morning,

when I add the -v switch to any of the benchmark executables, I get the following error:

Screenshot 2023-08-23 070306

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

No one assigned

    Labels

    bugSomething isn't workingquestionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions