Skip to content

Updates to tutorial 06 to work with CUDA 13#41

Closed
prateekchawla168 wants to merge 1 commit intoFZJ-JSC:mainfrom
prateekchawla168:06-overlap
Closed

Updates to tutorial 06 to work with CUDA 13#41
prateekchawla168 wants to merge 1 commit intoFZJ-JSC:mainfrom
prateekchawla168:06-overlap

Conversation

@prateekchawla168
Copy link
Copy Markdown

Updated files:

  • Makefile.in
  • jacobi.cu
  • Across all folders -> .master, solutions, tasks

Changes:

  • Add $(CUDA_HOME)/include to NVCC flags (For the nvtx3/nvToolsExt.h header)
  • Remove the linking to nvToolsExt from NVCC_LDFLAGS (no longer supported in CUDA 13.x) and NVCC_FLAGS
  • Update the include in jacobi.cu to reflect the new library structure
  • Update to use C++17 (required for Thrust)

Signed-off-by: Prateek Chawla <p.chawla@fz-juelich.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant