SourceModule: option to ignore #include's
Open
- Dominant language
- Python
- Stars
- 2.1k
- Forks
- 298
- Avg merge
- 4m
- Merged PRs (30d)
- 1
Description
6 Source Modules containing the line #include "float.h" introduced a 1.5 seconds overhead due to a preprocess_source function in compiler.py . Supressing that line removed the overhead.
Can we introduce an option to avoid calling nvcc preprocessor when you have #includes ?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.