Browse Source

DEVTOOLSSUPPORT-18557 Add support nvrtc for cutlass

ref:a3a9b7c3bdec88e9121fe89d8e85e9a52521788e
shadchin 2 years ago
parent
commit
8be787f994
1 changed files with 7 additions and 1 deletions
  1. 7 1
      build/sysincl/nvidia.yml

+ 7 - 1
build/sysincl/nvidia.yml

@@ -28,7 +28,7 @@
   - host_defines.h
   - library_types.h
   - math_constants.h
-  - nvrtc.h  
+  - nvrtc.h
   - npp.h
   - nppi.h
   - nvToolsExt.h
@@ -47,3 +47,9 @@
   includes:
   - NvInfer.h
   - NvInferPlugin.h
+# Add support nvrtc
+- source_filter: "^contrib/libs/nvidia/cutlass/.*"
+  includes:
+  - cuda/std/cassert
+  - cuda/std/cmath
+  - cuda/std/cstdint