Skip to content

Commit

Permalink
Used relative paths for includes (NVIDIA#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
kerrmudgeon authored Apr 27, 2022
1 parent 319a389 commit a0de301
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/40_cutlass_py/test-cutlass-py.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,8 @@

architectures = [80,]
include_paths = [
'/home/akerr/repositories/git/dlarch-fastkernels/cutlass-2.x/include',
'/home/akerr/repositories/git/dlarch-fastkernels/cutlass-2.x/tools/util/include',
'/home/akerr/sdk/cuda/11.5-tot-2021-10-28/include',
'../../include',
'../../tools/util/include',
]

compilation_options = rt.CompilationOptions(architectures, include_paths)
Expand Down

0 comments on commit a0de301

Please sign in to comment.