SYCLomatic
SYCLomatic copied to clipboard
Signed-off-by: Jiang, Zhiwei [email protected]
Signed-off-by: Jiang, Zhiwei
Added CMake rules to remove unsupported compiler flags - prec_div - parallel - wd[warnings]
For example, `-DNAMD="3.0b3"` should be parsed out from the command line `nvcc test.cu -DNAMD="3.0b3"` instead of `-DNAMD=3.0b3` on Windows platform Signed-off-by: chenwei.sun
cc @zhimingwang36
Add helpers for : cudaGraphGetNode, cudaGraphRootNodes, cudaGraphNodeGetDependentNodes, cudaGraphNodeGetDependencies, cudaGraphDebugDotPrint cc @yihanwg , @zhimingwang36, @tangjj11 and also @daiyaan-ahmed6 .