Changeset 5735 for icGREP/icgrep-devel/icgrep/toolchain/toolchain.cpp
- Timestamp:
- Nov 14, 2017, 10:17:19 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
icGREP/icgrep-devel/icgrep/toolchain/toolchain.cpp
r5734 r5735 177 177 default: report_fatal_error(std::string(1, OptLevelOption) + " is an invalid optimization level."); 178 178 } 179 179 #ifndef CUDA_ENABLED 180 180 if (NVPTX) { 181 181 report_fatal_error("CUDA compiler is not supported."); 182 182 } 183 183 #endif 184 184 } 185 185
Note: See TracChangeset
for help on using the changeset viewer.