-
Notifications
You must be signed in to change notification settings - Fork 349
Closed
Labels
feature requestRequest for something to be addedRequest for something to be added
Description
Description
Using module_codegen.cu
as the filename for the generated code can be confusing when trying to resolve the source file for Nsight Compute. The user is just aware that they need to locate a file named module_codegen.cu
, but they don't know which directory in the cache to locate it in.
It's probably better to use the same filename as the directory, e.g.
Old: wp___main___8bdc901/module_codegen.cu
New: wp___main___8bdc901/wp___main___8bdc901.cu
Context
Metadata
Metadata
Assignees
Labels
feature requestRequest for something to be addedRequest for something to be added