-
Notifications
You must be signed in to change notification settings - Fork 32
Closed
Copy link
Labels
buildcmakeIssue pertaining to CMakeIssue pertaining to CMakeenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Currently, DPCTL_TARGET_CUDA cmake option is binary, and doesn't allow the user to set a CUDA architecture.
This could become problematic in the future and/or for extensions which the compiler may generate code which is unusable on some architectures.
The solution is to use DPCTL_TARGET_CUDA option to allow the user to set an architecture, and if one isn't sett, to fall back to the default (sm_50 is the current default per oneAPI extension)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
buildcmakeIssue pertaining to CMakeIssue pertaining to CMakeenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers