Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
[MXNET-857] Add NVTX headers to amalgamation blacklist
Browse files Browse the repository at this point in the history
This removes NVTX from the Amalgamation build process, but this is a
CUDA/CMake only feature, so it's not relevant to Amalagamation builds.
  • Loading branch information
KellenSunderland committed Aug 24, 2018
1 parent 4326f3e commit ce4b518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amalgamation/amalgamation.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
'opencv2/opencv.hpp', 'sys/stat.h', 'sys/types.h', 'cuda.h', 'cuda_fp16.h', 'omp.h',
'onnx/onnx.pb.h', 'execinfo.h', 'packet/sse-inl.h', 'emmintrin.h', 'thrust/device_vector.h',
'cusolverDn.h', 'internal/concurrentqueue_internal_debug.h', 'relacy/relacy_std.hpp',
'relacy_shims.h', 'ittnotify.h', 'shared_mutex'
'relacy_shims.h', 'ittnotify.h', 'shared_mutex', 'nvToolsExt.h'
]

minimum = int(sys.argv[6]) if len(sys.argv) > 5 else 0
Expand Down

0 comments on commit ce4b518

Please sign in to comment.