remove incorrect include directive. It should includes a file instead of a folder.
add missing include header of NVTX
nways_stdpar.ipynb
add missing include path for NVTX header and NVTX library
add -fopemmp flag due to Thrust. Otherwise, it will encounter following error:
"/opt/nvidia/hpc_sdk/Linux_x86_64/21.3/cuda/11.2/include/thrust/system/omp/detail/for_each.inl", line 53: error: static assertion failed with "OpenMP compiler support is not enabled"
correct typo. It should be -DUSE_COUNTING_ITERATOR instead of -DUSE_COUNTING_ITERATIOR
rdf.cpp
nways_stdpar.ipynb
-fopemmp
flag due to Thrust. Otherwise, it will encounter following error:-DUSE_COUNTING_ITERATOR
instead of-DUSE_COUNTING_ITERATIOR