content
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +22 -0
- CMakeCache.txt +938 -0
- CMakeFiles/3.24.0/CMakeCCompiler.cmake +72 -0
- CMakeFiles/3.24.0/CMakeCUDACompiler.cmake +75 -0
- CMakeFiles/3.24.0/CMakeCXXCompiler.cmake +83 -0
- CMakeFiles/3.24.0/CMakeDetermineCompilerABI_C.bin +3 -0
- CMakeFiles/3.24.0/CMakeDetermineCompilerABI_CUDA.bin +3 -0
- CMakeFiles/3.24.0/CMakeDetermineCompilerABI_CXX.bin +3 -0
- CMakeFiles/3.24.0/CMakeSystem.cmake +15 -0
- CMakeFiles/3.24.0/CompilerIdC/CMakeCCompilerId.c +838 -0
- CMakeFiles/3.24.0/CompilerIdC/a.out +0 -0
- CMakeFiles/3.24.0/CompilerIdCUDA/CMakeCUDACompilerId.cu +444 -0
- CMakeFiles/3.24.0/CompilerIdCUDA/a.out +0 -0
- CMakeFiles/3.24.0/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp1.ii +0 -0
- CMakeFiles/3.24.0/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp4.ii +0 -0
- CMakeFiles/3.24.0/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.c +35 -0
- CMakeFiles/3.24.0/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.cpp +0 -0
- CMakeFiles/3.24.0/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.gpu +7 -0
- CMakeFiles/3.24.0/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.stub.c +15 -0
- CMakeFiles/3.24.0/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin +0 -0
- CMakeFiles/3.24.0/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin.c +60 -0
- CMakeFiles/3.24.0/CompilerIdCUDA/tmp/CMakeCUDACompilerId.module_id +1 -0
- CMakeFiles/3.24.0/CompilerIdCUDA/tmp/CMakeCUDACompilerId.o +0 -0
- CMakeFiles/3.24.0/CompilerIdCUDA/tmp/CMakeCUDACompilerId.ptx +14 -0
- CMakeFiles/3.24.0/CompilerIdCUDA/tmp/CMakeCUDACompilerId.sm_52.cubin +0 -0
- CMakeFiles/3.24.0/CompilerIdCUDA/tmp/a_dlink.fatbin +0 -0
- CMakeFiles/3.24.0/CompilerIdCUDA/tmp/a_dlink.fatbin.c +61 -0
- CMakeFiles/3.24.0/CompilerIdCUDA/tmp/a_dlink.o +0 -0
- CMakeFiles/3.24.0/CompilerIdCUDA/tmp/a_dlink.reg.c +1 -0
- CMakeFiles/3.24.0/CompilerIdCUDA/tmp/a_dlink.sm_52.cubin +0 -0
- CMakeFiles/3.24.0/CompilerIdCXX/CMakeCXXCompilerId.cpp +826 -0
- CMakeFiles/3.24.0/CompilerIdCXX/a.out +0 -0
- CMakeFiles/CMakeDirectoryInformation.cmake +16 -0
- CMakeFiles/CMakeError.log +63 -0
- CMakeFiles/CMakeOutput.log +0 -0
- CMakeFiles/CMakeRuleHashes.txt +22 -0
- CMakeFiles/CheckLibraryExists/CheckFunctionExists.cxx +28 -0
- CMakeFiles/Makefile.cmake +342 -0
- CMakeFiles/Makefile2 +0 -0
- CMakeFiles/TargetDirectories.txt +565 -0
- CMakeFiles/cmake.check_cache +1 -0
- CMakeFiles/progress.marks +1 -0
- CMakeFiles/third_party.protobuf.dir/DependInfo.cmake +18 -0
- CMakeFiles/third_party.protobuf.dir/Labels.json +43 -0
- CMakeFiles/third_party.protobuf.dir/Labels.txt +13 -0
- CMakeFiles/third_party.protobuf.dir/build.make +147 -0
- CMakeFiles/third_party.protobuf.dir/cmake_clean.cmake +16 -0
- CMakeFiles/third_party.protobuf.dir/compiler_depend.make +2 -0
- CMakeFiles/third_party.protobuf.dir/compiler_depend.ts +2 -0
- CMakeFiles/third_party.protobuf.dir/progress.make +9 -0
.gitattributes
CHANGED
|
@@ -32,3 +32,25 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
out/libnvinfer_plugin.so filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
out/libnvinfer_plugin.so.8 filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
out/libnvinfer_plugin.so.8.5.2 filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
out/libnvinfer_plugin_static.a filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
plugin/CMakeFiles/nvinfer_plugin.dir/bertQKVToContextPlugin/qkvToContext.cu.o filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
plugin/CMakeFiles/nvinfer_plugin.dir/common/kernels/allClassNMS.cu.o filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
plugin/CMakeFiles/nvinfer_plugin.dir/common/kernels/maskRCNNKernels.cu.o filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
plugin/CMakeFiles/nvinfer_plugin.dir/common/kernels/nmsLayer.cu.o filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
plugin/CMakeFiles/nvinfer_plugin.dir/common/kernels/sortScoresPerClass.cu.o filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
plugin/CMakeFiles/nvinfer_plugin.dir/common/kernels/sortScoresPerImage.cu.o filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
plugin/CMakeFiles/nvinfer_plugin.dir/disentangledAttentionPlugin/disentangledKernel.cu.o filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
plugin/CMakeFiles/nvinfer_plugin.dir/efficientNMSPlugin/efficientNMSInference.cu.o filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
plugin/CMakeFiles/nvinfer_plugin.dir/instanceNormalizationPlugin/instanceNormFwdImpl.cu.o filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
plugin/CMakeFiles/nvinfer_plugin_static.dir/bertQKVToContextPlugin/qkvToContext.cu.o filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
plugin/CMakeFiles/nvinfer_plugin_static.dir/common/kernels/allClassNMS.cu.o filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
plugin/CMakeFiles/nvinfer_plugin_static.dir/common/kernels/maskRCNNKernels.cu.o filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
plugin/CMakeFiles/nvinfer_plugin_static.dir/common/kernels/nmsLayer.cu.o filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
plugin/CMakeFiles/nvinfer_plugin_static.dir/common/kernels/sortScoresPerClass.cu.o filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
plugin/CMakeFiles/nvinfer_plugin_static.dir/common/kernels/sortScoresPerImage.cu.o filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
plugin/CMakeFiles/nvinfer_plugin_static.dir/disentangledAttentionPlugin/disentangledKernel.cu.o filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
plugin/CMakeFiles/nvinfer_plugin_static.dir/efficientNMSPlugin/efficientNMSInference.cu.o filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
plugin/CMakeFiles/nvinfer_plugin_static.dir/instanceNormalizationPlugin/instanceNormFwdImpl.cu.o filter=lfs diff=lfs merge=lfs -text
|
CMakeCache.txt
ADDED
|
@@ -0,0 +1,938 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# This is the CMakeCache file.
|
| 2 |
+
# For build in directory: /content/TensorRT/build
|
| 3 |
+
# It was generated by CMake: /usr/local/bin/cmake
|
| 4 |
+
# You can edit this file to change values found and used by cmake.
|
| 5 |
+
# If you do not want to change any of the values, simply exit the editor.
|
| 6 |
+
# If you do want to change a value, simply edit, save, and exit the editor.
|
| 7 |
+
# The syntax for the file is as follows:
|
| 8 |
+
# KEY:TYPE=VALUE
|
| 9 |
+
# KEY is the name of a variable in the cache.
|
| 10 |
+
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
|
| 11 |
+
# VALUE is the current value for the KEY.
|
| 12 |
+
|
| 13 |
+
########################
|
| 14 |
+
# EXTERNAL cache entries
|
| 15 |
+
########################
|
| 16 |
+
|
| 17 |
+
//Build Python binaries
|
| 18 |
+
BUILD_ONNX_PYTHON:BOOL=OFF
|
| 19 |
+
|
| 20 |
+
//Build TensorRT parsers
|
| 21 |
+
BUILD_PARSERS:BOOL=ON
|
| 22 |
+
|
| 23 |
+
//Build TensorRT plugin
|
| 24 |
+
BUILD_PLUGINS:BOOL=ON
|
| 25 |
+
|
| 26 |
+
//Build TensorRT samples
|
| 27 |
+
BUILD_SAMPLES:BOOL=ON
|
| 28 |
+
|
| 29 |
+
//Path to a file.
|
| 30 |
+
CENTOS_FOUND:FILEPATH=CENTOS_FOUND-NOTFOUND
|
| 31 |
+
|
| 32 |
+
//Path to a program.
|
| 33 |
+
CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line
|
| 34 |
+
|
| 35 |
+
//Path to a program.
|
| 36 |
+
CMAKE_AR:FILEPATH=/usr/bin/ar
|
| 37 |
+
|
| 38 |
+
//Choose the type of build from: Debug Release RelWithDebInfo MinSizeRel
|
| 39 |
+
// Coverage.
|
| 40 |
+
CMAKE_BUILD_TYPE:STRING=Release
|
| 41 |
+
|
| 42 |
+
//Enable/Disable color output during build.
|
| 43 |
+
CMAKE_COLOR_MAKEFILE:BOOL=ON
|
| 44 |
+
|
| 45 |
+
//CUDA compiler
|
| 46 |
+
CMAKE_CUDA_COMPILER:FILEPATH=/usr/local/cuda/bin/nvcc
|
| 47 |
+
|
| 48 |
+
//Flags used by the CUDA compiler during all build types.
|
| 49 |
+
CMAKE_CUDA_FLAGS:STRING=
|
| 50 |
+
|
| 51 |
+
//Flags used by the CUDA compiler during DEBUG builds.
|
| 52 |
+
CMAKE_CUDA_FLAGS_DEBUG:STRING=-g
|
| 53 |
+
|
| 54 |
+
//Flags used by the CUDA compiler during MINSIZEREL builds.
|
| 55 |
+
CMAKE_CUDA_FLAGS_MINSIZEREL:STRING=-O1 -DNDEBUG
|
| 56 |
+
|
| 57 |
+
//Flags used by the CUDA compiler during RELEASE builds.
|
| 58 |
+
CMAKE_CUDA_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
|
| 59 |
+
|
| 60 |
+
//Flags used by the CUDA compiler during RELWITHDEBINFO builds.
|
| 61 |
+
CMAKE_CUDA_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
|
| 62 |
+
|
| 63 |
+
//CXX compiler
|
| 64 |
+
CMAKE_CXX_COMPILER:STRING=/usr/bin/g++
|
| 65 |
+
|
| 66 |
+
//A wrapper around 'ar' adding the appropriate '--plugin' option
|
| 67 |
+
// for the GCC compiler
|
| 68 |
+
CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-9
|
| 69 |
+
|
| 70 |
+
//A wrapper around 'ranlib' adding the appropriate '--plugin' option
|
| 71 |
+
// for the GCC compiler
|
| 72 |
+
CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-9
|
| 73 |
+
|
| 74 |
+
//Flags used by the CXX compiler during all build types.
|
| 75 |
+
CMAKE_CXX_FLAGS:STRING=
|
| 76 |
+
|
| 77 |
+
//Flags used by the CXX compiler during DEBUG builds.
|
| 78 |
+
CMAKE_CXX_FLAGS_DEBUG:STRING=-g
|
| 79 |
+
|
| 80 |
+
//Flags used by the CXX compiler during MINSIZEREL builds.
|
| 81 |
+
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
|
| 82 |
+
|
| 83 |
+
//Flags used by the CXX compiler during RELEASE builds.
|
| 84 |
+
CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
|
| 85 |
+
|
| 86 |
+
//Flags used by the CXX compiler during RELWITHDEBINFO builds.
|
| 87 |
+
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
|
| 88 |
+
|
| 89 |
+
//C compiler
|
| 90 |
+
CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc
|
| 91 |
+
|
| 92 |
+
//A wrapper around 'ar' adding the appropriate '--plugin' option
|
| 93 |
+
// for the GCC compiler
|
| 94 |
+
CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-9
|
| 95 |
+
|
| 96 |
+
//A wrapper around 'ranlib' adding the appropriate '--plugin' option
|
| 97 |
+
// for the GCC compiler
|
| 98 |
+
CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-9
|
| 99 |
+
|
| 100 |
+
//Flags used by the C compiler during all build types.
|
| 101 |
+
CMAKE_C_FLAGS:STRING=
|
| 102 |
+
|
| 103 |
+
//Flags used by the C compiler during DEBUG builds.
|
| 104 |
+
CMAKE_C_FLAGS_DEBUG:STRING=-g
|
| 105 |
+
|
| 106 |
+
//Flags used by the C compiler during MINSIZEREL builds.
|
| 107 |
+
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
|
| 108 |
+
|
| 109 |
+
//Flags used by the C compiler during RELEASE builds.
|
| 110 |
+
CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
|
| 111 |
+
|
| 112 |
+
//Flags used by the C compiler during RELWITHDEBINFO builds.
|
| 113 |
+
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
|
| 114 |
+
|
| 115 |
+
//Path to a program.
|
| 116 |
+
CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND
|
| 117 |
+
|
| 118 |
+
//Flags used by the linker during all build types.
|
| 119 |
+
CMAKE_EXE_LINKER_FLAGS:STRING=
|
| 120 |
+
|
| 121 |
+
//Flags used by the linker during DEBUG builds.
|
| 122 |
+
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
|
| 123 |
+
|
| 124 |
+
//Flags used by the linker during MINSIZEREL builds.
|
| 125 |
+
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
|
| 126 |
+
|
| 127 |
+
//Flags used by the linker during RELEASE builds.
|
| 128 |
+
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
|
| 129 |
+
|
| 130 |
+
//Flags used by the linker during RELWITHDEBINFO builds.
|
| 131 |
+
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
| 132 |
+
|
| 133 |
+
//Enable/Disable output of compile commands during generation.
|
| 134 |
+
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=
|
| 135 |
+
|
| 136 |
+
//Value Computed by CMake.
|
| 137 |
+
CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/content/TensorRT/build/CMakeFiles/pkgRedirects
|
| 138 |
+
|
| 139 |
+
//User executables (bin)
|
| 140 |
+
CMAKE_INSTALL_BINDIR:PATH=bin
|
| 141 |
+
|
| 142 |
+
//Read-only architecture-independent data (DATAROOTDIR)
|
| 143 |
+
CMAKE_INSTALL_DATADIR:PATH=
|
| 144 |
+
|
| 145 |
+
//Read-only architecture-independent data root (share)
|
| 146 |
+
CMAKE_INSTALL_DATAROOTDIR:PATH=share
|
| 147 |
+
|
| 148 |
+
//Documentation root (DATAROOTDIR/doc/PROJECT_NAME)
|
| 149 |
+
CMAKE_INSTALL_DOCDIR:PATH=
|
| 150 |
+
|
| 151 |
+
//C header files (include)
|
| 152 |
+
CMAKE_INSTALL_INCLUDEDIR:PATH=include
|
| 153 |
+
|
| 154 |
+
//Info documentation (DATAROOTDIR/info)
|
| 155 |
+
CMAKE_INSTALL_INFODIR:PATH=
|
| 156 |
+
|
| 157 |
+
//Object code libraries (lib)
|
| 158 |
+
CMAKE_INSTALL_LIBDIR:PATH=lib
|
| 159 |
+
|
| 160 |
+
//Program executables (libexec)
|
| 161 |
+
CMAKE_INSTALL_LIBEXECDIR:PATH=libexec
|
| 162 |
+
|
| 163 |
+
//Locale-dependent data (DATAROOTDIR/locale)
|
| 164 |
+
CMAKE_INSTALL_LOCALEDIR:PATH=
|
| 165 |
+
|
| 166 |
+
//Modifiable single-machine data (var)
|
| 167 |
+
CMAKE_INSTALL_LOCALSTATEDIR:PATH=var
|
| 168 |
+
|
| 169 |
+
//Man documentation (DATAROOTDIR/man)
|
| 170 |
+
CMAKE_INSTALL_MANDIR:PATH=
|
| 171 |
+
|
| 172 |
+
//C header files for non-gcc (/usr/include)
|
| 173 |
+
CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include
|
| 174 |
+
|
| 175 |
+
//TensorRT installation
|
| 176 |
+
CMAKE_INSTALL_PREFIX:PATH=/content/TensorRT/build/..
|
| 177 |
+
|
| 178 |
+
//Run-time variable data (LOCALSTATEDIR/run)
|
| 179 |
+
CMAKE_INSTALL_RUNSTATEDIR:PATH=
|
| 180 |
+
|
| 181 |
+
//System admin executables (sbin)
|
| 182 |
+
CMAKE_INSTALL_SBINDIR:PATH=sbin
|
| 183 |
+
|
| 184 |
+
//Modifiable architecture-independent data (com)
|
| 185 |
+
CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com
|
| 186 |
+
|
| 187 |
+
//Read-only single-machine data (etc)
|
| 188 |
+
CMAKE_INSTALL_SYSCONFDIR:PATH=etc
|
| 189 |
+
|
| 190 |
+
//Path to a program.
|
| 191 |
+
CMAKE_LINKER:FILEPATH=/usr/bin/ld
|
| 192 |
+
|
| 193 |
+
//Path to a program.
|
| 194 |
+
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make
|
| 195 |
+
|
| 196 |
+
//Flags used by the linker during the creation of modules during
|
| 197 |
+
// all build types.
|
| 198 |
+
CMAKE_MODULE_LINKER_FLAGS:STRING=
|
| 199 |
+
|
| 200 |
+
//Flags used by the linker during the creation of modules during
|
| 201 |
+
// DEBUG builds.
|
| 202 |
+
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
|
| 203 |
+
|
| 204 |
+
//Flags used by the linker during the creation of modules during
|
| 205 |
+
// MINSIZEREL builds.
|
| 206 |
+
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
|
| 207 |
+
|
| 208 |
+
//Flags used by the linker during the creation of modules during
|
| 209 |
+
// RELEASE builds.
|
| 210 |
+
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
|
| 211 |
+
|
| 212 |
+
//Flags used by the linker during the creation of modules during
|
| 213 |
+
// RELWITHDEBINFO builds.
|
| 214 |
+
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
| 215 |
+
|
| 216 |
+
//Path to a program.
|
| 217 |
+
CMAKE_NM:FILEPATH=/usr/bin/nm
|
| 218 |
+
|
| 219 |
+
//Path to a program.
|
| 220 |
+
CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy
|
| 221 |
+
|
| 222 |
+
//Path to a program.
|
| 223 |
+
CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump
|
| 224 |
+
|
| 225 |
+
//Value Computed by CMake
|
| 226 |
+
CMAKE_PROJECT_DESCRIPTION:STATIC=TensorRT is a C++ library that facilitates high performance inference on NVIDIA GPUs and deep learning accelerators.
|
| 227 |
+
|
| 228 |
+
//Value Computed by CMake
|
| 229 |
+
CMAKE_PROJECT_HOMEPAGE_URL:STATIC=https://github.com/NVIDIA/TensorRT
|
| 230 |
+
|
| 231 |
+
//Value Computed by CMake
|
| 232 |
+
CMAKE_PROJECT_NAME:STATIC=TensorRT
|
| 233 |
+
|
| 234 |
+
//Value Computed by CMake
|
| 235 |
+
CMAKE_PROJECT_VERSION:STATIC=8.5.2
|
| 236 |
+
|
| 237 |
+
//Value Computed by CMake
|
| 238 |
+
CMAKE_PROJECT_VERSION_MAJOR:STATIC=8
|
| 239 |
+
|
| 240 |
+
//Value Computed by CMake
|
| 241 |
+
CMAKE_PROJECT_VERSION_MINOR:STATIC=5
|
| 242 |
+
|
| 243 |
+
//Value Computed by CMake
|
| 244 |
+
CMAKE_PROJECT_VERSION_PATCH:STATIC=2
|
| 245 |
+
|
| 246 |
+
//Value Computed by CMake
|
| 247 |
+
CMAKE_PROJECT_VERSION_TWEAK:STATIC=
|
| 248 |
+
|
| 249 |
+
//Path to a program.
|
| 250 |
+
CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib
|
| 251 |
+
|
| 252 |
+
//Path to a program.
|
| 253 |
+
CMAKE_READELF:FILEPATH=/usr/bin/readelf
|
| 254 |
+
|
| 255 |
+
//Flags used by the linker during the creation of shared libraries
|
| 256 |
+
// during all build types.
|
| 257 |
+
CMAKE_SHARED_LINKER_FLAGS:STRING=
|
| 258 |
+
|
| 259 |
+
//Flags used by the linker during the creation of shared libraries
|
| 260 |
+
// during DEBUG builds.
|
| 261 |
+
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
|
| 262 |
+
|
| 263 |
+
//Flags used by the linker during the creation of shared libraries
|
| 264 |
+
// during MINSIZEREL builds.
|
| 265 |
+
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
|
| 266 |
+
|
| 267 |
+
//Flags used by the linker during the creation of shared libraries
|
| 268 |
+
// during RELEASE builds.
|
| 269 |
+
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
|
| 270 |
+
|
| 271 |
+
//Flags used by the linker during the creation of shared libraries
|
| 272 |
+
// during RELWITHDEBINFO builds.
|
| 273 |
+
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
| 274 |
+
|
| 275 |
+
//If set, runtime paths are not added when installing shared libraries,
|
| 276 |
+
// but are added when building.
|
| 277 |
+
CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
|
| 278 |
+
|
| 279 |
+
//If set, runtime paths are not added when using shared libraries.
|
| 280 |
+
CMAKE_SKIP_RPATH:BOOL=NO
|
| 281 |
+
|
| 282 |
+
//Flags used by the linker during the creation of static libraries
|
| 283 |
+
// during all build types.
|
| 284 |
+
CMAKE_STATIC_LINKER_FLAGS:STRING=
|
| 285 |
+
|
| 286 |
+
//Flags used by the linker during the creation of static libraries
|
| 287 |
+
// during DEBUG builds.
|
| 288 |
+
CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
|
| 289 |
+
|
| 290 |
+
//Flags used by the linker during the creation of static libraries
|
| 291 |
+
// during MINSIZEREL builds.
|
| 292 |
+
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
|
| 293 |
+
|
| 294 |
+
//Flags used by the linker during the creation of static libraries
|
| 295 |
+
// during RELEASE builds.
|
| 296 |
+
CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
|
| 297 |
+
|
| 298 |
+
//Flags used by the linker during the creation of static libraries
|
| 299 |
+
// during RELWITHDEBINFO builds.
|
| 300 |
+
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
| 301 |
+
|
| 302 |
+
//Path to a program.
|
| 303 |
+
CMAKE_STRIP:FILEPATH=/usr/bin/strip
|
| 304 |
+
|
| 305 |
+
//If this value is on, makefiles will be generated without the
|
| 306 |
+
// .SILENT directive, and all commands will be echoed to the console
|
| 307 |
+
// during the make. This is useful for debugging only. With Visual
|
| 308 |
+
// Studio IDE projects all commands are done without /nologo.
|
| 309 |
+
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
|
| 310 |
+
|
| 311 |
+
//Enable to build RPM source packages
|
| 312 |
+
CPACK_SOURCE_RPM:BOOL=OFF
|
| 313 |
+
|
| 314 |
+
//Enable to build TBZ2 source packages
|
| 315 |
+
CPACK_SOURCE_TBZ2:BOOL=ON
|
| 316 |
+
|
| 317 |
+
//Enable to build TGZ source packages
|
| 318 |
+
CPACK_SOURCE_TGZ:BOOL=ON
|
| 319 |
+
|
| 320 |
+
//Enable to build TXZ source packages
|
| 321 |
+
CPACK_SOURCE_TXZ:BOOL=ON
|
| 322 |
+
|
| 323 |
+
//Enable to build TZ source packages
|
| 324 |
+
CPACK_SOURCE_TZ:BOOL=ON
|
| 325 |
+
|
| 326 |
+
//Enable to build ZIP source packages
|
| 327 |
+
CPACK_SOURCE_ZIP:BOOL=OFF
|
| 328 |
+
|
| 329 |
+
//Path to a library.
|
| 330 |
+
CUBLASLT_LIB:FILEPATH=/usr/local/cuda/lib64/libcublasLt.so
|
| 331 |
+
|
| 332 |
+
//Path to a library.
|
| 333 |
+
CUBLAS_LIB:FILEPATH=/usr/local/cuda/lib64/libcublas.so
|
| 334 |
+
|
| 335 |
+
//Path to a library.
|
| 336 |
+
CUDART_LIB:FILEPATH=/usr/local/cuda/lib64/libcudart.so
|
| 337 |
+
|
| 338 |
+
//Compile device code in 64 bit mode
|
| 339 |
+
CUDA_64_BIT_DEVICE_CODE:BOOL=ON
|
| 340 |
+
|
| 341 |
+
//Attach the build rule to the CUDA source file. Enable only when
|
| 342 |
+
// the CUDA source file is added to at most one target.
|
| 343 |
+
CUDA_ATTACH_VS_BUILD_RULE_TO_CUDA_FILE:BOOL=ON
|
| 344 |
+
|
| 345 |
+
//Generate and parse .cubin files in Device mode.
|
| 346 |
+
CUDA_BUILD_CUBIN:BOOL=OFF
|
| 347 |
+
|
| 348 |
+
//Build in Emulation mode
|
| 349 |
+
CUDA_BUILD_EMULATION:BOOL=OFF
|
| 350 |
+
|
| 351 |
+
//"cudart" library
|
| 352 |
+
CUDA_CUDART_LIBRARY:FILEPATH=/usr/local/cuda/lib64/libcudart.so
|
| 353 |
+
|
| 354 |
+
//"cuda" library (older versions only).
|
| 355 |
+
CUDA_CUDA_LIBRARY:FILEPATH=CUDA_CUDA_LIBRARY-NOTFOUND
|
| 356 |
+
|
| 357 |
+
//Directory to put all the output files. If blank it will default
|
| 358 |
+
// to the CMAKE_CURRENT_BINARY_DIR
|
| 359 |
+
CUDA_GENERATED_OUTPUT_DIR:PATH=
|
| 360 |
+
|
| 361 |
+
//Generated file extension
|
| 362 |
+
CUDA_HOST_COMPILATION_CPP:BOOL=ON
|
| 363 |
+
|
| 364 |
+
//Host side compiler used by NVCC
|
| 365 |
+
CUDA_HOST_COMPILER:FILEPATH=
|
| 366 |
+
|
| 367 |
+
//Path to a file.
|
| 368 |
+
CUDA_INCLUDE_DIR:PATH=/usr/local/cuda/include
|
| 369 |
+
|
| 370 |
+
//Path to a program.
|
| 371 |
+
CUDA_NVCC_EXECUTABLE:FILEPATH=/usr/local/cuda/bin/nvcc
|
| 372 |
+
|
| 373 |
+
//Semi-colon delimit multiple arguments. during all build types.
|
| 374 |
+
CUDA_NVCC_FLAGS:STRING=
|
| 375 |
+
|
| 376 |
+
//Semi-colon delimit multiple arguments. during DEBUG builds.
|
| 377 |
+
CUDA_NVCC_FLAGS_DEBUG:STRING=
|
| 378 |
+
|
| 379 |
+
//Semi-colon delimit multiple arguments. during MINSIZEREL builds.
|
| 380 |
+
CUDA_NVCC_FLAGS_MINSIZEREL:STRING=
|
| 381 |
+
|
| 382 |
+
//Semi-colon delimit multiple arguments. during RELEASE builds.
|
| 383 |
+
CUDA_NVCC_FLAGS_RELEASE:STRING=
|
| 384 |
+
|
| 385 |
+
//Semi-colon delimit multiple arguments. during RELWITHDEBINFO
|
| 386 |
+
// builds.
|
| 387 |
+
CUDA_NVCC_FLAGS_RELWITHDEBINFO:STRING=
|
| 388 |
+
|
| 389 |
+
//"OpenCL" library
|
| 390 |
+
CUDA_OpenCL_LIBRARY:FILEPATH=/usr/local/cuda/lib64/libOpenCL.so
|
| 391 |
+
|
| 392 |
+
//Propagate C/CXX_FLAGS and friends to the host compiler via -Xcompile
|
| 393 |
+
CUDA_PROPAGATE_HOST_FLAGS:BOOL=ON
|
| 394 |
+
|
| 395 |
+
//Path to a file.
|
| 396 |
+
CUDA_SDK_ROOT_DIR:PATH=CUDA_SDK_ROOT_DIR-NOTFOUND
|
| 397 |
+
|
| 398 |
+
//Compile CUDA objects with separable compilation enabled. Requires
|
| 399 |
+
// CUDA 5.0+
|
| 400 |
+
CUDA_SEPARABLE_COMPILATION:BOOL=OFF
|
| 401 |
+
|
| 402 |
+
//Path to a file.
|
| 403 |
+
CUDA_TOOLKIT_INCLUDE:PATH=/usr/local/cuda/include
|
| 404 |
+
|
| 405 |
+
//Toolkit location.
|
| 406 |
+
CUDA_TOOLKIT_ROOT_DIR:PATH=/usr/local/cuda
|
| 407 |
+
|
| 408 |
+
//Use the static version of the CUDA runtime library if available
|
| 409 |
+
CUDA_USE_STATIC_CUDA_RUNTIME:BOOL=ON
|
| 410 |
+
|
| 411 |
+
//Print out the commands run while compiling the CUDA source file.
|
| 412 |
+
// With the Makefile generator this defaults to VERBOSE variable
|
| 413 |
+
// specified on the command line, but can be forced on with this
|
| 414 |
+
// option.
|
| 415 |
+
CUDA_VERBOSE_BUILD:BOOL=OFF
|
| 416 |
+
|
| 417 |
+
//"cublas" library
|
| 418 |
+
CUDA_cublas_LIBRARY:FILEPATH=/usr/local/cuda/lib64/libcublas.so
|
| 419 |
+
|
| 420 |
+
//"cudadevrt" library
|
| 421 |
+
CUDA_cudadevrt_LIBRARY:FILEPATH=/usr/local/cuda/lib64/libcudadevrt.a
|
| 422 |
+
|
| 423 |
+
//static CUDA runtime library
|
| 424 |
+
CUDA_cudart_static_LIBRARY:FILEPATH=/usr/local/cuda/lib64/libcudart_static.a
|
| 425 |
+
|
| 426 |
+
//"cufft" library
|
| 427 |
+
CUDA_cufft_LIBRARY:FILEPATH=/usr/local/cuda/lib64/libcufft.so
|
| 428 |
+
|
| 429 |
+
//"cupti" library
|
| 430 |
+
CUDA_cupti_LIBRARY:FILEPATH=CUDA_cupti_LIBRARY-NOTFOUND
|
| 431 |
+
|
| 432 |
+
//"curand" library
|
| 433 |
+
CUDA_curand_LIBRARY:FILEPATH=/usr/local/cuda/lib64/libcurand.so
|
| 434 |
+
|
| 435 |
+
//"cusolver" library
|
| 436 |
+
CUDA_cusolver_LIBRARY:FILEPATH=/usr/local/cuda/lib64/libcusolver.so
|
| 437 |
+
|
| 438 |
+
//"cusparse" library
|
| 439 |
+
CUDA_cusparse_LIBRARY:FILEPATH=/usr/local/cuda/lib64/libcusparse.so
|
| 440 |
+
|
| 441 |
+
//"nppc" library
|
| 442 |
+
CUDA_nppc_LIBRARY:FILEPATH=/usr/local/cuda/lib64/libnppc.so
|
| 443 |
+
|
| 444 |
+
//"nppial" library
|
| 445 |
+
CUDA_nppial_LIBRARY:FILEPATH=/usr/local/cuda/lib64/libnppial.so
|
| 446 |
+
|
| 447 |
+
//"nppicc" library
|
| 448 |
+
CUDA_nppicc_LIBRARY:FILEPATH=/usr/local/cuda/lib64/libnppicc.so
|
| 449 |
+
|
| 450 |
+
//"nppidei" library
|
| 451 |
+
CUDA_nppidei_LIBRARY:FILEPATH=/usr/local/cuda/lib64/libnppidei.so
|
| 452 |
+
|
| 453 |
+
//"nppif" library
|
| 454 |
+
CUDA_nppif_LIBRARY:FILEPATH=/usr/local/cuda/lib64/libnppif.so
|
| 455 |
+
|
| 456 |
+
//"nppig" library
|
| 457 |
+
CUDA_nppig_LIBRARY:FILEPATH=/usr/local/cuda/lib64/libnppig.so
|
| 458 |
+
|
| 459 |
+
//"nppim" library
|
| 460 |
+
CUDA_nppim_LIBRARY:FILEPATH=/usr/local/cuda/lib64/libnppim.so
|
| 461 |
+
|
| 462 |
+
//"nppist" library
|
| 463 |
+
CUDA_nppist_LIBRARY:FILEPATH=/usr/local/cuda/lib64/libnppist.so
|
| 464 |
+
|
| 465 |
+
//"nppisu" library
|
| 466 |
+
CUDA_nppisu_LIBRARY:FILEPATH=/usr/local/cuda/lib64/libnppisu.so
|
| 467 |
+
|
| 468 |
+
//"nppitc" library
|
| 469 |
+
CUDA_nppitc_LIBRARY:FILEPATH=/usr/local/cuda/lib64/libnppitc.so
|
| 470 |
+
|
| 471 |
+
//"npps" library
|
| 472 |
+
CUDA_npps_LIBRARY:FILEPATH=/usr/local/cuda/lib64/libnpps.so
|
| 473 |
+
|
| 474 |
+
//"nvToolsExt" library
|
| 475 |
+
CUDA_nvToolsExt_LIBRARY:FILEPATH=/usr/local/cuda/lib64/libnvToolsExt.so
|
| 476 |
+
|
| 477 |
+
//Path to a library.
|
| 478 |
+
CUDA_rt_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/librt.so
|
| 479 |
+
|
| 480 |
+
//Path to a library.
|
| 481 |
+
CUDNN_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libcudnn.so
|
| 482 |
+
|
| 483 |
+
//ONNX2TRT project version
|
| 484 |
+
ONNX2TRT_VERSION:STRING=8.5.2
|
| 485 |
+
|
| 486 |
+
//Use dummy backend in onnxifi test driver.
|
| 487 |
+
ONNXIFI_DUMMY_BACKEND:BOOL=OFF
|
| 488 |
+
|
| 489 |
+
//Enable onnxifi extensions.
|
| 490 |
+
ONNXIFI_ENABLE_EXT:BOOL=OFF
|
| 491 |
+
|
| 492 |
+
//Build ONNX micro-benchmarks
|
| 493 |
+
ONNX_BUILD_BENCHMARKS:BOOL=OFF
|
| 494 |
+
|
| 495 |
+
//Build ONNX C++ APIs Tests
|
| 496 |
+
ONNX_BUILD_TESTS:BOOL=OFF
|
| 497 |
+
|
| 498 |
+
//Build with coverage instrumentation
|
| 499 |
+
ONNX_COVERAGE:BOOL=OFF
|
| 500 |
+
|
| 501 |
+
//Disable exception handling.
|
| 502 |
+
ONNX_DISABLE_EXCEPTIONS:BOOL=OFF
|
| 503 |
+
|
| 504 |
+
//Disable static registration for onnx operator schemas.
|
| 505 |
+
ONNX_DISABLE_STATIC_REGISTRATION:BOOL=OFF
|
| 506 |
+
|
| 507 |
+
//Generate protobuf python type stubs
|
| 508 |
+
ONNX_GEN_PB_TYPE_STUBS:BOOL=ON
|
| 509 |
+
|
| 510 |
+
//ONNX include directory
|
| 511 |
+
ONNX_INCLUDE_DIR:STRING=/content/TensorRT/parsers/onnx
|
| 512 |
+
|
| 513 |
+
//Enable traditional ML API.
|
| 514 |
+
ONNX_ML:BOOL=ON
|
| 515 |
+
|
| 516 |
+
//Use lite protobuf instead of full.
|
| 517 |
+
ONNX_USE_LITE_PROTO:BOOL=OFF
|
| 518 |
+
|
| 519 |
+
//Build ONNX using protobuf shared library. Sets PROTOBUF_USE_DLLS
|
| 520 |
+
// CMAKE Flag and Protobuf_USE_STATIC_LIBS.
|
| 521 |
+
ONNX_USE_PROTOBUF_SHARED_LIBS:BOOL=OFF
|
| 522 |
+
|
| 523 |
+
//Generate code by proto3
|
| 524 |
+
ONNX_VERIFY_PROTO3:BOOL=OFF
|
| 525 |
+
|
| 526 |
+
//Build with Werror
|
| 527 |
+
ONNX_WERROR:BOOL=OFF
|
| 528 |
+
|
| 529 |
+
//Path to a program.
|
| 530 |
+
PYTHON_EXECUTABLE:FILEPATH=/usr/bin/python
|
| 531 |
+
|
| 532 |
+
//Path to a file.
|
| 533 |
+
PYTHON_INCLUDE_DIR:PATH=/usr/include/python3.8
|
| 534 |
+
|
| 535 |
+
//Path to a library.
|
| 536 |
+
PYTHON_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libpython3.8.so
|
| 537 |
+
|
| 538 |
+
//Path to a library.
|
| 539 |
+
PYTHON_LIBRARY_DEBUG:FILEPATH=PYTHON_LIBRARY_DEBUG-NOTFOUND
|
| 540 |
+
|
| 541 |
+
//Path to a library.
|
| 542 |
+
RT_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/librt.so
|
| 543 |
+
|
| 544 |
+
//Path to a file.
|
| 545 |
+
TENSORRT_INCLUDE_DIR:PATH=/content/TensorRT/include
|
| 546 |
+
|
| 547 |
+
//Path to a library.
|
| 548 |
+
TENSORRT_LIBRARY_INFER:FILEPATH=/usr/lib/x86_64-linux-gnu/libnvinfer.so
|
| 549 |
+
|
| 550 |
+
//Path to a library.
|
| 551 |
+
TENSORRT_LIBRARY_INFER_PLUGIN:FILEPATH=/usr/lib/x86_64-linux-gnu/libnvinfer_plugin.so
|
| 552 |
+
|
| 553 |
+
//suffix for debug builds
|
| 554 |
+
TRT_DEBUG_POSTFIX:STRING=_debug
|
| 555 |
+
|
| 556 |
+
//No help, variable specified on the command line.
|
| 557 |
+
TRT_OUT_DIR:UNINITIALIZED=/content/TensorRT/build/out
|
| 558 |
+
|
| 559 |
+
//TensorRT library so version
|
| 560 |
+
TRT_SOVERSION:STRING=8
|
| 561 |
+
|
| 562 |
+
//TensorRT project version
|
| 563 |
+
TRT_VERSION:STRING=8.5.2
|
| 564 |
+
|
| 565 |
+
//Value Computed by CMake
|
| 566 |
+
TensorRT_BINARY_DIR:STATIC=/content/TensorRT/build
|
| 567 |
+
|
| 568 |
+
//Value Computed by CMake
|
| 569 |
+
TensorRT_IS_TOP_LEVEL:STATIC=ON
|
| 570 |
+
|
| 571 |
+
//Value Computed by CMake
|
| 572 |
+
TensorRT_SOURCE_DIR:STATIC=/content/TensorRT
|
| 573 |
+
|
| 574 |
+
//Path to a library.
|
| 575 |
+
nvinfer_LIB_PATH:FILEPATH=/usr/lib/x86_64-linux-gnu/libnvinfer.so
|
| 576 |
+
|
| 577 |
+
//Path to a library.
|
| 578 |
+
nvparsers_LIB_PATH:FILEPATH=/usr/lib/x86_64-linux-gnu/libnvparsers.so
|
| 579 |
+
|
| 580 |
+
//Value Computed by CMake
|
| 581 |
+
onnx2trt_BINARY_DIR:STATIC=/content/TensorRT/build/parsers/onnx
|
| 582 |
+
|
| 583 |
+
//Value Computed by CMake
|
| 584 |
+
onnx2trt_IS_TOP_LEVEL:STATIC=OFF
|
| 585 |
+
|
| 586 |
+
//Value Computed by CMake
|
| 587 |
+
onnx2trt_SOURCE_DIR:STATIC=/content/TensorRT/parsers/onnx
|
| 588 |
+
|
| 589 |
+
//Value Computed by CMake
|
| 590 |
+
onnx_BINARY_DIR:STATIC=/content/TensorRT/build/parsers/onnx/third_party/onnx
|
| 591 |
+
|
| 592 |
+
//Value Computed by CMake
|
| 593 |
+
onnx_IS_TOP_LEVEL:STATIC=OFF
|
| 594 |
+
|
| 595 |
+
//Dependencies for the target
|
| 596 |
+
onnx_LIB_DEPENDS:STATIC=general;onnx_proto;
|
| 597 |
+
|
| 598 |
+
//Value Computed by CMake
|
| 599 |
+
onnx_SOURCE_DIR:STATIC=/content/TensorRT/parsers/onnx/third_party/onnx
|
| 600 |
+
|
| 601 |
+
//Dependencies for the target
|
| 602 |
+
onnx_proto_LIB_DEPENDS:STATIC=general;protobuf::libprotobuf;
|
| 603 |
+
|
| 604 |
+
//Dependencies for the target
|
| 605 |
+
onnxifi_dummy_LIB_DEPENDS:STATIC=general;dl;
|
| 606 |
+
|
| 607 |
+
//Dependencies for the target
|
| 608 |
+
onnxifi_loader_LIB_DEPENDS:STATIC=general;dl;
|
| 609 |
+
|
| 610 |
+
//Dependencies for the target
|
| 611 |
+
onnxifi_wrapper_LIB_DEPENDS:STATIC=general;onnxifi_loader;
|
| 612 |
+
|
| 613 |
+
|
| 614 |
+
########################
|
| 615 |
+
# INTERNAL cache entries
|
| 616 |
+
########################
|
| 617 |
+
|
| 618 |
+
//ADVANCED property for variable: CMAKE_ADDR2LINE
|
| 619 |
+
CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1
|
| 620 |
+
//ADVANCED property for variable: CMAKE_AR
|
| 621 |
+
CMAKE_AR-ADVANCED:INTERNAL=1
|
| 622 |
+
//This is the directory where this CMakeCache.txt was created
|
| 623 |
+
CMAKE_CACHEFILE_DIR:INTERNAL=/content/TensorRT/build
|
| 624 |
+
//Major version of cmake used to create the current loaded cache
|
| 625 |
+
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
|
| 626 |
+
//Minor version of cmake used to create the current loaded cache
|
| 627 |
+
CMAKE_CACHE_MINOR_VERSION:INTERNAL=24
|
| 628 |
+
//Patch version of cmake used to create the current loaded cache
|
| 629 |
+
CMAKE_CACHE_PATCH_VERSION:INTERNAL=0
|
| 630 |
+
//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
|
| 631 |
+
CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
|
| 632 |
+
//Path to CMake executable.
|
| 633 |
+
CMAKE_COMMAND:INTERNAL=/usr/local/bin/cmake
|
| 634 |
+
//Path to cpack program executable.
|
| 635 |
+
CMAKE_CPACK_COMMAND:INTERNAL=/usr/local/bin/cpack
|
| 636 |
+
//Path to ctest program executable.
|
| 637 |
+
CMAKE_CTEST_COMMAND:INTERNAL=/usr/local/bin/ctest
|
| 638 |
+
//ADVANCED property for variable: CMAKE_CUDA_COMPILER
|
| 639 |
+
CMAKE_CUDA_COMPILER-ADVANCED:INTERNAL=1
|
| 640 |
+
//ADVANCED property for variable: CMAKE_CUDA_FLAGS
|
| 641 |
+
CMAKE_CUDA_FLAGS-ADVANCED:INTERNAL=1
|
| 642 |
+
//ADVANCED property for variable: CMAKE_CUDA_FLAGS_DEBUG
|
| 643 |
+
CMAKE_CUDA_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
| 644 |
+
//ADVANCED property for variable: CMAKE_CUDA_FLAGS_MINSIZEREL
|
| 645 |
+
CMAKE_CUDA_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
| 646 |
+
//ADVANCED property for variable: CMAKE_CUDA_FLAGS_RELEASE
|
| 647 |
+
CMAKE_CUDA_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
| 648 |
+
//ADVANCED property for variable: CMAKE_CUDA_FLAGS_RELWITHDEBINFO
|
| 649 |
+
CMAKE_CUDA_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
| 650 |
+
//ADVANCED property for variable: CMAKE_CXX_COMPILER
|
| 651 |
+
CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
|
| 652 |
+
//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR
|
| 653 |
+
CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1
|
| 654 |
+
//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB
|
| 655 |
+
CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1
|
| 656 |
+
//ADVANCED property for variable: CMAKE_CXX_FLAGS
|
| 657 |
+
CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
|
| 658 |
+
//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
|
| 659 |
+
CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
| 660 |
+
//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
|
| 661 |
+
CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
| 662 |
+
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
|
| 663 |
+
CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
| 664 |
+
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
|
| 665 |
+
CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
| 666 |
+
//ADVANCED property for variable: CMAKE_C_COMPILER
|
| 667 |
+
CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
|
| 668 |
+
//ADVANCED property for variable: CMAKE_C_COMPILER_AR
|
| 669 |
+
CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1
|
| 670 |
+
//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB
|
| 671 |
+
CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1
|
| 672 |
+
//ADVANCED property for variable: CMAKE_C_FLAGS
|
| 673 |
+
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
|
| 674 |
+
//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
|
| 675 |
+
CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
| 676 |
+
//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
|
| 677 |
+
CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
| 678 |
+
//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
|
| 679 |
+
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
| 680 |
+
//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
|
| 681 |
+
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
| 682 |
+
//ADVANCED property for variable: CMAKE_DLLTOOL
|
| 683 |
+
CMAKE_DLLTOOL-ADVANCED:INTERNAL=1
|
| 684 |
+
//Executable file format
|
| 685 |
+
CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
|
| 686 |
+
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
|
| 687 |
+
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
|
| 688 |
+
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
|
| 689 |
+
CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
| 690 |
+
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
|
| 691 |
+
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
| 692 |
+
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
|
| 693 |
+
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
| 694 |
+
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
|
| 695 |
+
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
| 696 |
+
//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
|
| 697 |
+
CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
|
| 698 |
+
//Name of external makefile project generator.
|
| 699 |
+
CMAKE_EXTRA_GENERATOR:INTERNAL=
|
| 700 |
+
//Name of generator.
|
| 701 |
+
CMAKE_GENERATOR:INTERNAL=Unix Makefiles
|
| 702 |
+
//Generator instance identifier.
|
| 703 |
+
CMAKE_GENERATOR_INSTANCE:INTERNAL=
|
| 704 |
+
//Name of generator platform.
|
| 705 |
+
CMAKE_GENERATOR_PLATFORM:INTERNAL=
|
| 706 |
+
//Name of generator toolset.
|
| 707 |
+
CMAKE_GENERATOR_TOOLSET:INTERNAL=
|
| 708 |
+
//Test CMAKE_HAVE_LIBC_PTHREAD
|
| 709 |
+
CMAKE_HAVE_LIBC_PTHREAD:INTERNAL=
|
| 710 |
+
//Have library pthreads
|
| 711 |
+
CMAKE_HAVE_PTHREADS_CREATE:INTERNAL=
|
| 712 |
+
//Have library pthread
|
| 713 |
+
CMAKE_HAVE_PTHREAD_CREATE:INTERNAL=1
|
| 714 |
+
//Source directory with the top level CMakeLists.txt file for this
|
| 715 |
+
// project
|
| 716 |
+
CMAKE_HOME_DIRECTORY:INTERNAL=/content/TensorRT
|
| 717 |
+
//ADVANCED property for variable: CMAKE_INSTALL_BINDIR
|
| 718 |
+
CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1
|
| 719 |
+
//ADVANCED property for variable: CMAKE_INSTALL_DATADIR
|
| 720 |
+
CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1
|
| 721 |
+
//ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR
|
| 722 |
+
CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1
|
| 723 |
+
//ADVANCED property for variable: CMAKE_INSTALL_DOCDIR
|
| 724 |
+
CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1
|
| 725 |
+
//ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR
|
| 726 |
+
CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1
|
| 727 |
+
//ADVANCED property for variable: CMAKE_INSTALL_INFODIR
|
| 728 |
+
CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1
|
| 729 |
+
//ADVANCED property for variable: CMAKE_INSTALL_LIBDIR
|
| 730 |
+
CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1
|
| 731 |
+
//ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR
|
| 732 |
+
CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1
|
| 733 |
+
//ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR
|
| 734 |
+
CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1
|
| 735 |
+
//ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR
|
| 736 |
+
CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1
|
| 737 |
+
//ADVANCED property for variable: CMAKE_INSTALL_MANDIR
|
| 738 |
+
CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1
|
| 739 |
+
//ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR
|
| 740 |
+
CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1
|
| 741 |
+
//ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR
|
| 742 |
+
CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1
|
| 743 |
+
//ADVANCED property for variable: CMAKE_INSTALL_SBINDIR
|
| 744 |
+
CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1
|
| 745 |
+
//ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR
|
| 746 |
+
CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1
|
| 747 |
+
//Install .so files without execute permission.
|
| 748 |
+
CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1
|
| 749 |
+
//ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR
|
| 750 |
+
CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1
|
| 751 |
+
//ADVANCED property for variable: CMAKE_LINKER
|
| 752 |
+
CMAKE_LINKER-ADVANCED:INTERNAL=1
|
| 753 |
+
//ADVANCED property for variable: CMAKE_MAKE_PROGRAM
|
| 754 |
+
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
|
| 755 |
+
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
|
| 756 |
+
CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
|
| 757 |
+
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
|
| 758 |
+
CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
| 759 |
+
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
|
| 760 |
+
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
| 761 |
+
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
|
| 762 |
+
CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
| 763 |
+
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
|
| 764 |
+
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
| 765 |
+
//ADVANCED property for variable: CMAKE_NM
|
| 766 |
+
CMAKE_NM-ADVANCED:INTERNAL=1
|
| 767 |
+
//number of local generators
|
| 768 |
+
CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=67
|
| 769 |
+
//ADVANCED property for variable: CMAKE_OBJCOPY
|
| 770 |
+
CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
|
| 771 |
+
//ADVANCED property for variable: CMAKE_OBJDUMP
|
| 772 |
+
CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
|
| 773 |
+
//Platform information initialized
|
| 774 |
+
CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
|
| 775 |
+
//ADVANCED property for variable: CMAKE_RANLIB
|
| 776 |
+
CMAKE_RANLIB-ADVANCED:INTERNAL=1
|
| 777 |
+
//ADVANCED property for variable: CMAKE_READELF
|
| 778 |
+
CMAKE_READELF-ADVANCED:INTERNAL=1
|
| 779 |
+
//Path to CMake installation.
|
| 780 |
+
CMAKE_ROOT:INTERNAL=/usr/local/share/cmake-3.24
|
| 781 |
+
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
|
| 782 |
+
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
|
| 783 |
+
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
|
| 784 |
+
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
| 785 |
+
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
|
| 786 |
+
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
| 787 |
+
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
|
| 788 |
+
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
| 789 |
+
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
|
| 790 |
+
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
| 791 |
+
//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
|
| 792 |
+
CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
|
| 793 |
+
//ADVANCED property for variable: CMAKE_SKIP_RPATH
|
| 794 |
+
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
|
| 795 |
+
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
|
| 796 |
+
CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
|
| 797 |
+
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
|
| 798 |
+
CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
| 799 |
+
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
|
| 800 |
+
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
| 801 |
+
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
|
| 802 |
+
CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
| 803 |
+
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
|
| 804 |
+
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
| 805 |
+
//ADVANCED property for variable: CMAKE_STRIP
|
| 806 |
+
CMAKE_STRIP-ADVANCED:INTERNAL=1
|
| 807 |
+
//uname command
|
| 808 |
+
CMAKE_UNAME:INTERNAL=/usr/bin/uname
|
| 809 |
+
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
|
| 810 |
+
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
|
| 811 |
+
//ADVANCED property for variable: CPACK_SOURCE_RPM
|
| 812 |
+
CPACK_SOURCE_RPM-ADVANCED:INTERNAL=1
|
| 813 |
+
//ADVANCED property for variable: CPACK_SOURCE_TBZ2
|
| 814 |
+
CPACK_SOURCE_TBZ2-ADVANCED:INTERNAL=1
|
| 815 |
+
//ADVANCED property for variable: CPACK_SOURCE_TGZ
|
| 816 |
+
CPACK_SOURCE_TGZ-ADVANCED:INTERNAL=1
|
| 817 |
+
//ADVANCED property for variable: CPACK_SOURCE_TXZ
|
| 818 |
+
CPACK_SOURCE_TXZ-ADVANCED:INTERNAL=1
|
| 819 |
+
//ADVANCED property for variable: CPACK_SOURCE_TZ
|
| 820 |
+
CPACK_SOURCE_TZ-ADVANCED:INTERNAL=1
|
| 821 |
+
//ADVANCED property for variable: CPACK_SOURCE_ZIP
|
| 822 |
+
CPACK_SOURCE_ZIP-ADVANCED:INTERNAL=1
|
| 823 |
+
//ADVANCED property for variable: CUDA_64_BIT_DEVICE_CODE
|
| 824 |
+
CUDA_64_BIT_DEVICE_CODE-ADVANCED:INTERNAL=1
|
| 825 |
+
//ADVANCED property for variable: CUDA_ATTACH_VS_BUILD_RULE_TO_CUDA_FILE
|
| 826 |
+
CUDA_ATTACH_VS_BUILD_RULE_TO_CUDA_FILE-ADVANCED:INTERNAL=1
|
| 827 |
+
//ADVANCED property for variable: CUDA_BUILD_CUBIN
|
| 828 |
+
CUDA_BUILD_CUBIN-ADVANCED:INTERNAL=1
|
| 829 |
+
//ADVANCED property for variable: CUDA_BUILD_EMULATION
|
| 830 |
+
CUDA_BUILD_EMULATION-ADVANCED:INTERNAL=1
|
| 831 |
+
//ADVANCED property for variable: CUDA_CUDART_LIBRARY
|
| 832 |
+
CUDA_CUDART_LIBRARY-ADVANCED:INTERNAL=1
|
| 833 |
+
//ADVANCED property for variable: CUDA_CUDA_LIBRARY
|
| 834 |
+
CUDA_CUDA_LIBRARY-ADVANCED:INTERNAL=1
|
| 835 |
+
//ADVANCED property for variable: CUDA_GENERATED_OUTPUT_DIR
|
| 836 |
+
CUDA_GENERATED_OUTPUT_DIR-ADVANCED:INTERNAL=1
|
| 837 |
+
//ADVANCED property for variable: CUDA_HOST_COMPILATION_CPP
|
| 838 |
+
CUDA_HOST_COMPILATION_CPP-ADVANCED:INTERNAL=1
|
| 839 |
+
//ADVANCED property for variable: CUDA_NVCC_EXECUTABLE
|
| 840 |
+
CUDA_NVCC_EXECUTABLE-ADVANCED:INTERNAL=1
|
| 841 |
+
//ADVANCED property for variable: CUDA_NVCC_FLAGS
|
| 842 |
+
CUDA_NVCC_FLAGS-ADVANCED:INTERNAL=1
|
| 843 |
+
//ADVANCED property for variable: CUDA_NVCC_FLAGS_DEBUG
|
| 844 |
+
CUDA_NVCC_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
| 845 |
+
//ADVANCED property for variable: CUDA_NVCC_FLAGS_MINSIZEREL
|
| 846 |
+
CUDA_NVCC_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
| 847 |
+
//ADVANCED property for variable: CUDA_NVCC_FLAGS_RELEASE
|
| 848 |
+
CUDA_NVCC_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
| 849 |
+
//ADVANCED property for variable: CUDA_NVCC_FLAGS_RELWITHDEBINFO
|
| 850 |
+
CUDA_NVCC_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
| 851 |
+
//ADVANCED property for variable: CUDA_OpenCL_LIBRARY
|
| 852 |
+
CUDA_OpenCL_LIBRARY-ADVANCED:INTERNAL=1
|
| 853 |
+
//ADVANCED property for variable: CUDA_PROPAGATE_HOST_FLAGS
|
| 854 |
+
CUDA_PROPAGATE_HOST_FLAGS-ADVANCED:INTERNAL=1
|
| 855 |
+
//This is the value of the last time CUDA_SDK_ROOT_DIR was set
|
| 856 |
+
// successfully.
|
| 857 |
+
CUDA_SDK_ROOT_DIR_INTERNAL:INTERNAL=CUDA_SDK_ROOT_DIR-NOTFOUND
|
| 858 |
+
//ADVANCED property for variable: CUDA_SEPARABLE_COMPILATION
|
| 859 |
+
CUDA_SEPARABLE_COMPILATION-ADVANCED:INTERNAL=1
|
| 860 |
+
//ADVANCED property for variable: CUDA_TOOLKIT_INCLUDE
|
| 861 |
+
CUDA_TOOLKIT_INCLUDE-ADVANCED:INTERNAL=1
|
| 862 |
+
//This is the value of the last time CUDA_TOOLKIT_ROOT_DIR was
|
| 863 |
+
// set successfully.
|
| 864 |
+
CUDA_TOOLKIT_ROOT_DIR_INTERNAL:INTERNAL=/usr/local/cuda
|
| 865 |
+
//This is the value of the last time CUDA_TOOLKIT_TARGET_DIR was
|
| 866 |
+
// set successfully.
|
| 867 |
+
CUDA_TOOLKIT_TARGET_DIR_INTERNAL:INTERNAL=/usr/local/cuda
|
| 868 |
+
//ADVANCED property for variable: CUDA_VERBOSE_BUILD
|
| 869 |
+
CUDA_VERBOSE_BUILD-ADVANCED:INTERNAL=1
|
| 870 |
+
//ADVANCED property for variable: CUDA_cublas_LIBRARY
|
| 871 |
+
CUDA_cublas_LIBRARY-ADVANCED:INTERNAL=1
|
| 872 |
+
//ADVANCED property for variable: CUDA_cudadevrt_LIBRARY
|
| 873 |
+
CUDA_cudadevrt_LIBRARY-ADVANCED:INTERNAL=1
|
| 874 |
+
//ADVANCED property for variable: CUDA_cudart_static_LIBRARY
|
| 875 |
+
CUDA_cudart_static_LIBRARY-ADVANCED:INTERNAL=1
|
| 876 |
+
//ADVANCED property for variable: CUDA_cufft_LIBRARY
|
| 877 |
+
CUDA_cufft_LIBRARY-ADVANCED:INTERNAL=1
|
| 878 |
+
//ADVANCED property for variable: CUDA_cupti_LIBRARY
|
| 879 |
+
CUDA_cupti_LIBRARY-ADVANCED:INTERNAL=1
|
| 880 |
+
//ADVANCED property for variable: CUDA_curand_LIBRARY
|
| 881 |
+
CUDA_curand_LIBRARY-ADVANCED:INTERNAL=1
|
| 882 |
+
//ADVANCED property for variable: CUDA_cusolver_LIBRARY
|
| 883 |
+
CUDA_cusolver_LIBRARY-ADVANCED:INTERNAL=1
|
| 884 |
+
//ADVANCED property for variable: CUDA_cusparse_LIBRARY
|
| 885 |
+
CUDA_cusparse_LIBRARY-ADVANCED:INTERNAL=1
|
| 886 |
+
//Location of make2cmake.cmake
|
| 887 |
+
CUDA_make2cmake:INTERNAL=/usr/local/share/cmake-3.24/Modules/FindCUDA/make2cmake.cmake
|
| 888 |
+
//ADVANCED property for variable: CUDA_nppc_LIBRARY
|
| 889 |
+
CUDA_nppc_LIBRARY-ADVANCED:INTERNAL=1
|
| 890 |
+
//ADVANCED property for variable: CUDA_nppial_LIBRARY
|
| 891 |
+
CUDA_nppial_LIBRARY-ADVANCED:INTERNAL=1
|
| 892 |
+
//ADVANCED property for variable: CUDA_nppicc_LIBRARY
|
| 893 |
+
CUDA_nppicc_LIBRARY-ADVANCED:INTERNAL=1
|
| 894 |
+
//ADVANCED property for variable: CUDA_nppidei_LIBRARY
|
| 895 |
+
CUDA_nppidei_LIBRARY-ADVANCED:INTERNAL=1
|
| 896 |
+
//ADVANCED property for variable: CUDA_nppif_LIBRARY
|
| 897 |
+
CUDA_nppif_LIBRARY-ADVANCED:INTERNAL=1
|
| 898 |
+
//ADVANCED property for variable: CUDA_nppig_LIBRARY
|
| 899 |
+
CUDA_nppig_LIBRARY-ADVANCED:INTERNAL=1
|
| 900 |
+
//ADVANCED property for variable: CUDA_nppim_LIBRARY
|
| 901 |
+
CUDA_nppim_LIBRARY-ADVANCED:INTERNAL=1
|
| 902 |
+
//ADVANCED property for variable: CUDA_nppist_LIBRARY
|
| 903 |
+
CUDA_nppist_LIBRARY-ADVANCED:INTERNAL=1
|
| 904 |
+
//ADVANCED property for variable: CUDA_nppisu_LIBRARY
|
| 905 |
+
CUDA_nppisu_LIBRARY-ADVANCED:INTERNAL=1
|
| 906 |
+
//ADVANCED property for variable: CUDA_nppitc_LIBRARY
|
| 907 |
+
CUDA_nppitc_LIBRARY-ADVANCED:INTERNAL=1
|
| 908 |
+
//ADVANCED property for variable: CUDA_npps_LIBRARY
|
| 909 |
+
CUDA_npps_LIBRARY-ADVANCED:INTERNAL=1
|
| 910 |
+
//ADVANCED property for variable: CUDA_nvToolsExt_LIBRARY
|
| 911 |
+
CUDA_nvToolsExt_LIBRARY-ADVANCED:INTERNAL=1
|
| 912 |
+
//Location of parse_cubin.cmake
|
| 913 |
+
CUDA_parse_cubin:INTERNAL=/usr/local/share/cmake-3.24/Modules/FindCUDA/parse_cubin.cmake
|
| 914 |
+
//Location of run_nvcc.cmake
|
| 915 |
+
CUDA_run_nvcc:INTERNAL=/usr/local/share/cmake-3.24/Modules/FindCUDA/run_nvcc.cmake
|
| 916 |
+
//Details about finding CUDA
|
| 917 |
+
FIND_PACKAGE_MESSAGE_DETAILS_CUDA:INTERNAL=[/usr/local/cuda][/usr/local/cuda/bin/nvcc][/usr/local/cuda/include][/usr/local/cuda/lib64/libcudart_static.a][v11.3.1(11.3.1)]
|
| 918 |
+
//Details about finding PythonInterp
|
| 919 |
+
FIND_PACKAGE_MESSAGE_DETAILS_PythonInterp:INTERNAL=[/usr/bin/python][v3.8.10()]
|
| 920 |
+
//Details about finding PythonLibs
|
| 921 |
+
FIND_PACKAGE_MESSAGE_DETAILS_PythonLibs:INTERNAL=[/usr/lib/x86_64-linux-gnu/libpython3.8.so][/usr/include/python3.8][v3.8.10()]
|
| 922 |
+
//Details about finding TENSORRT
|
| 923 |
+
FIND_PACKAGE_MESSAGE_DETAILS_TENSORRT:INTERNAL=[/content/TensorRT/include][/usr/lib/x86_64-linux-gnu/libnvinfer.so;/usr/lib/x86_64-linux-gnu/libnvinfer_plugin.so][v()]
|
| 924 |
+
//Details about finding Threads
|
| 925 |
+
FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()]
|
| 926 |
+
//ADVANCED property for variable: PYTHON_EXECUTABLE
|
| 927 |
+
PYTHON_EXECUTABLE-ADVANCED:INTERNAL=1
|
| 928 |
+
//ADVANCED property for variable: PYTHON_INCLUDE_DIR
|
| 929 |
+
PYTHON_INCLUDE_DIR-ADVANCED:INTERNAL=1
|
| 930 |
+
//ADVANCED property for variable: PYTHON_LIBRARY
|
| 931 |
+
PYTHON_LIBRARY-ADVANCED:INTERNAL=1
|
| 932 |
+
//ADVANCED property for variable: PYTHON_LIBRARY_DEBUG
|
| 933 |
+
PYTHON_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
|
| 934 |
+
//linker supports push/pop state
|
| 935 |
+
_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE
|
| 936 |
+
//CMAKE_INSTALL_PREFIX during last run
|
| 937 |
+
_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/content/TensorRT/build/..
|
| 938 |
+
|
CMakeFiles/3.24.0/CMakeCCompiler.cmake
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
set(CMAKE_C_COMPILER "/usr/bin/cc")
|
| 2 |
+
set(CMAKE_C_COMPILER_ARG1 "")
|
| 3 |
+
set(CMAKE_C_COMPILER_ID "GNU")
|
| 4 |
+
set(CMAKE_C_COMPILER_VERSION "9.4.0")
|
| 5 |
+
set(CMAKE_C_COMPILER_VERSION_INTERNAL "")
|
| 6 |
+
set(CMAKE_C_COMPILER_WRAPPER "")
|
| 7 |
+
set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "17")
|
| 8 |
+
set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT "ON")
|
| 9 |
+
set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert;c_std_17;c_std_23")
|
| 10 |
+
set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes")
|
| 11 |
+
set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros")
|
| 12 |
+
set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert")
|
| 13 |
+
set(CMAKE_C17_COMPILE_FEATURES "c_std_17")
|
| 14 |
+
set(CMAKE_C23_COMPILE_FEATURES "c_std_23")
|
| 15 |
+
|
| 16 |
+
set(CMAKE_C_PLATFORM_ID "Linux")
|
| 17 |
+
set(CMAKE_C_SIMULATE_ID "")
|
| 18 |
+
set(CMAKE_C_COMPILER_FRONTEND_VARIANT "")
|
| 19 |
+
set(CMAKE_C_SIMULATE_VERSION "")
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
set(CMAKE_AR "/usr/bin/ar")
|
| 25 |
+
set(CMAKE_C_COMPILER_AR "/usr/bin/gcc-ar-9")
|
| 26 |
+
set(CMAKE_RANLIB "/usr/bin/ranlib")
|
| 27 |
+
set(CMAKE_C_COMPILER_RANLIB "/usr/bin/gcc-ranlib-9")
|
| 28 |
+
set(CMAKE_LINKER "/usr/bin/ld")
|
| 29 |
+
set(CMAKE_MT "")
|
| 30 |
+
set(CMAKE_COMPILER_IS_GNUCC 1)
|
| 31 |
+
set(CMAKE_C_COMPILER_LOADED 1)
|
| 32 |
+
set(CMAKE_C_COMPILER_WORKS TRUE)
|
| 33 |
+
set(CMAKE_C_ABI_COMPILED TRUE)
|
| 34 |
+
|
| 35 |
+
set(CMAKE_C_COMPILER_ENV_VAR "CC")
|
| 36 |
+
|
| 37 |
+
set(CMAKE_C_COMPILER_ID_RUN 1)
|
| 38 |
+
set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m)
|
| 39 |
+
set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC)
|
| 40 |
+
set(CMAKE_C_LINKER_PREFERENCE 10)
|
| 41 |
+
|
| 42 |
+
# Save compiler ABI information.
|
| 43 |
+
set(CMAKE_C_SIZEOF_DATA_PTR "8")
|
| 44 |
+
set(CMAKE_C_COMPILER_ABI "ELF")
|
| 45 |
+
set(CMAKE_C_BYTE_ORDER "LITTLE_ENDIAN")
|
| 46 |
+
set(CMAKE_C_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
|
| 47 |
+
|
| 48 |
+
if(CMAKE_C_SIZEOF_DATA_PTR)
|
| 49 |
+
set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}")
|
| 50 |
+
endif()
|
| 51 |
+
|
| 52 |
+
if(CMAKE_C_COMPILER_ABI)
|
| 53 |
+
set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}")
|
| 54 |
+
endif()
|
| 55 |
+
|
| 56 |
+
if(CMAKE_C_LIBRARY_ARCHITECTURE)
|
| 57 |
+
set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
|
| 58 |
+
endif()
|
| 59 |
+
|
| 60 |
+
set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "")
|
| 61 |
+
if(CMAKE_C_CL_SHOWINCLUDES_PREFIX)
|
| 62 |
+
set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}")
|
| 63 |
+
endif()
|
| 64 |
+
|
| 65 |
+
|
| 66 |
+
|
| 67 |
+
|
| 68 |
+
|
| 69 |
+
set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/9/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include")
|
| 70 |
+
set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;gcc_s;c;gcc;gcc_s")
|
| 71 |
+
set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/9;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib;/usr/local/cuda/lib64/stubs")
|
| 72 |
+
set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
|
CMakeFiles/3.24.0/CMakeCUDACompiler.cmake
ADDED
|
@@ -0,0 +1,75 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
set(CMAKE_CUDA_COMPILER "/usr/local/cuda/bin/nvcc")
|
| 2 |
+
set(CMAKE_CUDA_HOST_COMPILER "")
|
| 3 |
+
set(CMAKE_CUDA_HOST_LINK_LAUNCHER "/usr/bin/g++")
|
| 4 |
+
set(CMAKE_CUDA_COMPILER_ID "NVIDIA")
|
| 5 |
+
set(CMAKE_CUDA_COMPILER_VERSION "11.8.89")
|
| 6 |
+
set(CMAKE_CUDA_DEVICE_LINKER "/usr/local/cuda/bin/nvlink")
|
| 7 |
+
set(CMAKE_CUDA_FATBINARY "/usr/local/cuda/bin/fatbinary")
|
| 8 |
+
set(CMAKE_CUDA_STANDARD_COMPUTED_DEFAULT "14")
|
| 9 |
+
set(CMAKE_CUDA_EXTENSIONS_COMPUTED_DEFAULT "ON")
|
| 10 |
+
set(CMAKE_CUDA_COMPILE_FEATURES "cuda_std_03;cuda_std_11;cuda_std_14;cuda_std_17")
|
| 11 |
+
set(CMAKE_CUDA03_COMPILE_FEATURES "cuda_std_03")
|
| 12 |
+
set(CMAKE_CUDA11_COMPILE_FEATURES "cuda_std_11")
|
| 13 |
+
set(CMAKE_CUDA14_COMPILE_FEATURES "cuda_std_14")
|
| 14 |
+
set(CMAKE_CUDA17_COMPILE_FEATURES "cuda_std_17")
|
| 15 |
+
set(CMAKE_CUDA20_COMPILE_FEATURES "")
|
| 16 |
+
set(CMAKE_CUDA23_COMPILE_FEATURES "")
|
| 17 |
+
|
| 18 |
+
set(CMAKE_CUDA_PLATFORM_ID "Linux")
|
| 19 |
+
set(CMAKE_CUDA_SIMULATE_ID "GNU")
|
| 20 |
+
set(CMAKE_CUDA_COMPILER_FRONTEND_VARIANT "")
|
| 21 |
+
set(CMAKE_CUDA_SIMULATE_VERSION "9.4")
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
set(CMAKE_CUDA_COMPILER_ENV_VAR "CUDACXX")
|
| 26 |
+
set(CMAKE_CUDA_HOST_COMPILER_ENV_VAR "CUDAHOSTCXX")
|
| 27 |
+
|
| 28 |
+
set(CMAKE_CUDA_COMPILER_LOADED 1)
|
| 29 |
+
set(CMAKE_CUDA_COMPILER_ID_RUN 1)
|
| 30 |
+
set(CMAKE_CUDA_SOURCE_FILE_EXTENSIONS cu)
|
| 31 |
+
set(CMAKE_CUDA_LINKER_PREFERENCE 15)
|
| 32 |
+
set(CMAKE_CUDA_LINKER_PREFERENCE_PROPAGATES 1)
|
| 33 |
+
|
| 34 |
+
set(CMAKE_CUDA_SIZEOF_DATA_PTR "8")
|
| 35 |
+
set(CMAKE_CUDA_COMPILER_ABI "ELF")
|
| 36 |
+
set(CMAKE_CUDA_BYTE_ORDER "LITTLE_ENDIAN")
|
| 37 |
+
set(CMAKE_CUDA_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
|
| 38 |
+
|
| 39 |
+
if(CMAKE_CUDA_SIZEOF_DATA_PTR)
|
| 40 |
+
set(CMAKE_SIZEOF_VOID_P "${CMAKE_CUDA_SIZEOF_DATA_PTR}")
|
| 41 |
+
endif()
|
| 42 |
+
|
| 43 |
+
if(CMAKE_CUDA_COMPILER_ABI)
|
| 44 |
+
set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CUDA_COMPILER_ABI}")
|
| 45 |
+
endif()
|
| 46 |
+
|
| 47 |
+
if(CMAKE_CUDA_LIBRARY_ARCHITECTURE)
|
| 48 |
+
set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
|
| 49 |
+
endif()
|
| 50 |
+
|
| 51 |
+
set(CMAKE_CUDA_COMPILER_TOOLKIT_ROOT "/usr/local/cuda")
|
| 52 |
+
set(CMAKE_CUDA_COMPILER_TOOLKIT_LIBRARY_ROOT "/usr/local/cuda")
|
| 53 |
+
set(CMAKE_CUDA_COMPILER_TOOLKIT_VERSION "11.8.89")
|
| 54 |
+
set(CMAKE_CUDA_COMPILER_LIBRARY_ROOT "/usr/local/cuda")
|
| 55 |
+
|
| 56 |
+
set(CMAKE_CUDA_ARCHITECTURES_ALL "35-real;37-real;50-real;52-real;53-real;60-real;61-real;62-real;70-real;72-real;75-real;80-real;86-real;87")
|
| 57 |
+
set(CMAKE_CUDA_ARCHITECTURES_ALL_MAJOR "35-real;50-real;60-real;70-real;80")
|
| 58 |
+
set(CMAKE_CUDA_ARCHITECTURES_NATIVE "")
|
| 59 |
+
|
| 60 |
+
set(CMAKE_CUDA_TOOLKIT_INCLUDE_DIRECTORIES "/usr/local/cuda/targets/x86_64-linux/include")
|
| 61 |
+
|
| 62 |
+
set(CMAKE_CUDA_HOST_IMPLICIT_LINK_LIBRARIES "")
|
| 63 |
+
set(CMAKE_CUDA_HOST_IMPLICIT_LINK_DIRECTORIES "/usr/local/cuda/targets/x86_64-linux/lib/stubs;/usr/local/cuda/targets/x86_64-linux/lib")
|
| 64 |
+
set(CMAKE_CUDA_HOST_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
|
| 65 |
+
|
| 66 |
+
set(CMAKE_CUDA_IMPLICIT_INCLUDE_DIRECTORIES "/usr/include/c++/9;/usr/include/x86_64-linux-gnu/c++/9;/usr/include/c++/9/backward;/usr/lib/gcc/x86_64-linux-gnu/9/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include")
|
| 67 |
+
set(CMAKE_CUDA_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc")
|
| 68 |
+
set(CMAKE_CUDA_IMPLICIT_LINK_DIRECTORIES "/usr/local/cuda/targets/x86_64-linux/lib/stubs;/usr/local/cuda/targets/x86_64-linux/lib;/usr/lib/gcc/x86_64-linux-gnu/9;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib;/usr/local/cuda/lib64/stubs")
|
| 69 |
+
set(CMAKE_CUDA_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
|
| 70 |
+
|
| 71 |
+
set(CMAKE_CUDA_RUNTIME_LIBRARY_DEFAULT "STATIC")
|
| 72 |
+
|
| 73 |
+
set(CMAKE_LINKER "/usr/bin/ld")
|
| 74 |
+
set(CMAKE_AR "/usr/bin/ar")
|
| 75 |
+
set(CMAKE_MT "")
|
CMakeFiles/3.24.0/CMakeCXXCompiler.cmake
ADDED
|
@@ -0,0 +1,83 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
set(CMAKE_CXX_COMPILER "/usr/bin/g++")
|
| 2 |
+
set(CMAKE_CXX_COMPILER_ARG1 "")
|
| 3 |
+
set(CMAKE_CXX_COMPILER_ID "GNU")
|
| 4 |
+
set(CMAKE_CXX_COMPILER_VERSION "9.4.0")
|
| 5 |
+
set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "")
|
| 6 |
+
set(CMAKE_CXX_COMPILER_WRAPPER "")
|
| 7 |
+
set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "14")
|
| 8 |
+
set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON")
|
| 9 |
+
set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20")
|
| 10 |
+
set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters")
|
| 11 |
+
set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates")
|
| 12 |
+
set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates")
|
| 13 |
+
set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17")
|
| 14 |
+
set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20")
|
| 15 |
+
set(CMAKE_CXX23_COMPILE_FEATURES "")
|
| 16 |
+
|
| 17 |
+
set(CMAKE_CXX_PLATFORM_ID "Linux")
|
| 18 |
+
set(CMAKE_CXX_SIMULATE_ID "")
|
| 19 |
+
set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "")
|
| 20 |
+
set(CMAKE_CXX_SIMULATE_VERSION "")
|
| 21 |
+
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
set(CMAKE_AR "/usr/bin/ar")
|
| 26 |
+
set(CMAKE_CXX_COMPILER_AR "/usr/bin/gcc-ar-9")
|
| 27 |
+
set(CMAKE_RANLIB "/usr/bin/ranlib")
|
| 28 |
+
set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/gcc-ranlib-9")
|
| 29 |
+
set(CMAKE_LINKER "/usr/bin/ld")
|
| 30 |
+
set(CMAKE_MT "")
|
| 31 |
+
set(CMAKE_COMPILER_IS_GNUCXX 1)
|
| 32 |
+
set(CMAKE_CXX_COMPILER_LOADED 1)
|
| 33 |
+
set(CMAKE_CXX_COMPILER_WORKS TRUE)
|
| 34 |
+
set(CMAKE_CXX_ABI_COMPILED TRUE)
|
| 35 |
+
|
| 36 |
+
set(CMAKE_CXX_COMPILER_ENV_VAR "CXX")
|
| 37 |
+
|
| 38 |
+
set(CMAKE_CXX_COMPILER_ID_RUN 1)
|
| 39 |
+
set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm)
|
| 40 |
+
set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC)
|
| 41 |
+
|
| 42 |
+
foreach (lang C OBJC OBJCXX)
|
| 43 |
+
if (CMAKE_${lang}_COMPILER_ID_RUN)
|
| 44 |
+
foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS)
|
| 45 |
+
list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension})
|
| 46 |
+
endforeach()
|
| 47 |
+
endif()
|
| 48 |
+
endforeach()
|
| 49 |
+
|
| 50 |
+
set(CMAKE_CXX_LINKER_PREFERENCE 30)
|
| 51 |
+
set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1)
|
| 52 |
+
|
| 53 |
+
# Save compiler ABI information.
|
| 54 |
+
set(CMAKE_CXX_SIZEOF_DATA_PTR "8")
|
| 55 |
+
set(CMAKE_CXX_COMPILER_ABI "ELF")
|
| 56 |
+
set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN")
|
| 57 |
+
set(CMAKE_CXX_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
|
| 58 |
+
|
| 59 |
+
if(CMAKE_CXX_SIZEOF_DATA_PTR)
|
| 60 |
+
set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}")
|
| 61 |
+
endif()
|
| 62 |
+
|
| 63 |
+
if(CMAKE_CXX_COMPILER_ABI)
|
| 64 |
+
set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}")
|
| 65 |
+
endif()
|
| 66 |
+
|
| 67 |
+
if(CMAKE_CXX_LIBRARY_ARCHITECTURE)
|
| 68 |
+
set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
|
| 69 |
+
endif()
|
| 70 |
+
|
| 71 |
+
set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "")
|
| 72 |
+
if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX)
|
| 73 |
+
set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}")
|
| 74 |
+
endif()
|
| 75 |
+
|
| 76 |
+
|
| 77 |
+
|
| 78 |
+
|
| 79 |
+
|
| 80 |
+
set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/usr/include/c++/9;/usr/include/x86_64-linux-gnu/c++/9;/usr/include/c++/9/backward;/usr/lib/gcc/x86_64-linux-gnu/9/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include")
|
| 81 |
+
set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc")
|
| 82 |
+
set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/9;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib;/usr/local/cuda/lib64/stubs")
|
| 83 |
+
set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
|
CMakeFiles/3.24.0/CMakeDetermineCompilerABI_C.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:94c15efcc624fdc2a3845a0133f01ddfb20ca22af15a074f1caec36446db2153
|
| 3 |
+
size 16656
|
CMakeFiles/3.24.0/CMakeDetermineCompilerABI_CUDA.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ea46e26f6267bf0a30609f2804583f501c40789a254cba79f20092e4a2725968
|
| 3 |
+
size 827920
|
CMakeFiles/3.24.0/CMakeDetermineCompilerABI_CXX.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6bb49a6e3b472247bd27ffc68cd0d224f3289a274d06718131a95b0d05cf81dd
|
| 3 |
+
size 16680
|
CMakeFiles/3.24.0/CMakeSystem.cmake
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
set(CMAKE_HOST_SYSTEM "Linux-5.4.209-116.367.amzn2.x86_64")
|
| 2 |
+
set(CMAKE_HOST_SYSTEM_NAME "Linux")
|
| 3 |
+
set(CMAKE_HOST_SYSTEM_VERSION "5.4.209-116.367.amzn2.x86_64")
|
| 4 |
+
set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
|
| 5 |
+
|
| 6 |
+
|
| 7 |
+
|
| 8 |
+
set(CMAKE_SYSTEM "Linux-5.4.209-116.367.amzn2.x86_64")
|
| 9 |
+
set(CMAKE_SYSTEM_NAME "Linux")
|
| 10 |
+
set(CMAKE_SYSTEM_VERSION "5.4.209-116.367.amzn2.x86_64")
|
| 11 |
+
set(CMAKE_SYSTEM_PROCESSOR "x86_64")
|
| 12 |
+
|
| 13 |
+
set(CMAKE_CROSSCOMPILING "FALSE")
|
| 14 |
+
|
| 15 |
+
set(CMAKE_SYSTEM_LOADED 1)
|
CMakeFiles/3.24.0/CompilerIdC/CMakeCCompilerId.c
ADDED
|
@@ -0,0 +1,838 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#ifdef __cplusplus
|
| 2 |
+
# error "A C++ compiler has been selected for C."
|
| 3 |
+
#endif
|
| 4 |
+
|
| 5 |
+
#if defined(__18CXX)
|
| 6 |
+
# define ID_VOID_MAIN
|
| 7 |
+
#endif
|
| 8 |
+
#if defined(__CLASSIC_C__)
|
| 9 |
+
/* cv-qualifiers did not exist in K&R C */
|
| 10 |
+
# define const
|
| 11 |
+
# define volatile
|
| 12 |
+
#endif
|
| 13 |
+
|
| 14 |
+
#if !defined(__has_include)
|
| 15 |
+
/* If the compiler does not have __has_include, pretend the answer is
|
| 16 |
+
always no. */
|
| 17 |
+
# define __has_include(x) 0
|
| 18 |
+
#endif
|
| 19 |
+
|
| 20 |
+
|
| 21 |
+
/* Version number components: V=Version, R=Revision, P=Patch
|
| 22 |
+
Version date components: YYYY=Year, MM=Month, DD=Day */
|
| 23 |
+
|
| 24 |
+
#if defined(__INTEL_COMPILER) || defined(__ICC)
|
| 25 |
+
# define COMPILER_ID "Intel"
|
| 26 |
+
# if defined(_MSC_VER)
|
| 27 |
+
# define SIMULATE_ID "MSVC"
|
| 28 |
+
# endif
|
| 29 |
+
# if defined(__GNUC__)
|
| 30 |
+
# define SIMULATE_ID "GNU"
|
| 31 |
+
# endif
|
| 32 |
+
/* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later,
|
| 33 |
+
except that a few beta releases use the old format with V=2021. */
|
| 34 |
+
# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111
|
| 35 |
+
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
|
| 36 |
+
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
|
| 37 |
+
# if defined(__INTEL_COMPILER_UPDATE)
|
| 38 |
+
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
|
| 39 |
+
# else
|
| 40 |
+
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
|
| 41 |
+
# endif
|
| 42 |
+
# else
|
| 43 |
+
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER)
|
| 44 |
+
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE)
|
| 45 |
+
/* The third version component from --version is an update index,
|
| 46 |
+
but no macro is provided for it. */
|
| 47 |
+
# define COMPILER_VERSION_PATCH DEC(0)
|
| 48 |
+
# endif
|
| 49 |
+
# if defined(__INTEL_COMPILER_BUILD_DATE)
|
| 50 |
+
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
|
| 51 |
+
# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
|
| 52 |
+
# endif
|
| 53 |
+
# if defined(_MSC_VER)
|
| 54 |
+
/* _MSC_VER = VVRR */
|
| 55 |
+
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
| 56 |
+
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
| 57 |
+
# endif
|
| 58 |
+
# if defined(__GNUC__)
|
| 59 |
+
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
|
| 60 |
+
# elif defined(__GNUG__)
|
| 61 |
+
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
|
| 62 |
+
# endif
|
| 63 |
+
# if defined(__GNUC_MINOR__)
|
| 64 |
+
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
|
| 65 |
+
# endif
|
| 66 |
+
# if defined(__GNUC_PATCHLEVEL__)
|
| 67 |
+
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
| 68 |
+
# endif
|
| 69 |
+
|
| 70 |
+
#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER)
|
| 71 |
+
# define COMPILER_ID "IntelLLVM"
|
| 72 |
+
#if defined(_MSC_VER)
|
| 73 |
+
# define SIMULATE_ID "MSVC"
|
| 74 |
+
#endif
|
| 75 |
+
#if defined(__GNUC__)
|
| 76 |
+
# define SIMULATE_ID "GNU"
|
| 77 |
+
#endif
|
| 78 |
+
/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and
|
| 79 |
+
* later. Look for 6 digit vs. 8 digit version number to decide encoding.
|
| 80 |
+
* VVVV is no smaller than the current year when a version is released.
|
| 81 |
+
*/
|
| 82 |
+
#if __INTEL_LLVM_COMPILER < 1000000L
|
| 83 |
+
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100)
|
| 84 |
+
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10)
|
| 85 |
+
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10)
|
| 86 |
+
#else
|
| 87 |
+
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000)
|
| 88 |
+
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100)
|
| 89 |
+
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100)
|
| 90 |
+
#endif
|
| 91 |
+
#if defined(_MSC_VER)
|
| 92 |
+
/* _MSC_VER = VVRR */
|
| 93 |
+
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
| 94 |
+
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
| 95 |
+
#endif
|
| 96 |
+
#if defined(__GNUC__)
|
| 97 |
+
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
|
| 98 |
+
#elif defined(__GNUG__)
|
| 99 |
+
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
|
| 100 |
+
#endif
|
| 101 |
+
#if defined(__GNUC_MINOR__)
|
| 102 |
+
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
|
| 103 |
+
#endif
|
| 104 |
+
#if defined(__GNUC_PATCHLEVEL__)
|
| 105 |
+
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
| 106 |
+
#endif
|
| 107 |
+
|
| 108 |
+
#elif defined(__PATHCC__)
|
| 109 |
+
# define COMPILER_ID "PathScale"
|
| 110 |
+
# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
|
| 111 |
+
# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
|
| 112 |
+
# if defined(__PATHCC_PATCHLEVEL__)
|
| 113 |
+
# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
|
| 114 |
+
# endif
|
| 115 |
+
|
| 116 |
+
#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
|
| 117 |
+
# define COMPILER_ID "Embarcadero"
|
| 118 |
+
# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
|
| 119 |
+
# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
|
| 120 |
+
# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF)
|
| 121 |
+
|
| 122 |
+
#elif defined(__BORLANDC__)
|
| 123 |
+
# define COMPILER_ID "Borland"
|
| 124 |
+
/* __BORLANDC__ = 0xVRR */
|
| 125 |
+
# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
|
| 126 |
+
# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
|
| 127 |
+
|
| 128 |
+
#elif defined(__WATCOMC__) && __WATCOMC__ < 1200
|
| 129 |
+
# define COMPILER_ID "Watcom"
|
| 130 |
+
/* __WATCOMC__ = VVRR */
|
| 131 |
+
# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
|
| 132 |
+
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
|
| 133 |
+
# if (__WATCOMC__ % 10) > 0
|
| 134 |
+
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
|
| 135 |
+
# endif
|
| 136 |
+
|
| 137 |
+
#elif defined(__WATCOMC__)
|
| 138 |
+
# define COMPILER_ID "OpenWatcom"
|
| 139 |
+
/* __WATCOMC__ = VVRP + 1100 */
|
| 140 |
+
# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
|
| 141 |
+
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
|
| 142 |
+
# if (__WATCOMC__ % 10) > 0
|
| 143 |
+
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
|
| 144 |
+
# endif
|
| 145 |
+
|
| 146 |
+
#elif defined(__SUNPRO_C)
|
| 147 |
+
# define COMPILER_ID "SunPro"
|
| 148 |
+
# if __SUNPRO_C >= 0x5100
|
| 149 |
+
/* __SUNPRO_C = 0xVRRP */
|
| 150 |
+
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12)
|
| 151 |
+
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF)
|
| 152 |
+
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
|
| 153 |
+
# else
|
| 154 |
+
/* __SUNPRO_CC = 0xVRP */
|
| 155 |
+
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8)
|
| 156 |
+
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF)
|
| 157 |
+
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
|
| 158 |
+
# endif
|
| 159 |
+
|
| 160 |
+
#elif defined(__HP_cc)
|
| 161 |
+
# define COMPILER_ID "HP"
|
| 162 |
+
/* __HP_cc = VVRRPP */
|
| 163 |
+
# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000)
|
| 164 |
+
# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100)
|
| 165 |
+
# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100)
|
| 166 |
+
|
| 167 |
+
#elif defined(__DECC)
|
| 168 |
+
# define COMPILER_ID "Compaq"
|
| 169 |
+
/* __DECC_VER = VVRRTPPPP */
|
| 170 |
+
# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000)
|
| 171 |
+
# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100)
|
| 172 |
+
# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000)
|
| 173 |
+
|
| 174 |
+
#elif defined(__IBMC__) && defined(__COMPILER_VER__)
|
| 175 |
+
# define COMPILER_ID "zOS"
|
| 176 |
+
/* __IBMC__ = VRP */
|
| 177 |
+
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
|
| 178 |
+
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
|
| 179 |
+
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
|
| 180 |
+
|
| 181 |
+
#elif defined(__open_xl__) && defined(__clang__)
|
| 182 |
+
# define COMPILER_ID "IBMClang"
|
| 183 |
+
# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__)
|
| 184 |
+
# define COMPILER_VERSION_MINOR DEC(__open_xl_release__)
|
| 185 |
+
# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__)
|
| 186 |
+
# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__)
|
| 187 |
+
|
| 188 |
+
|
| 189 |
+
#elif defined(__ibmxl__) && defined(__clang__)
|
| 190 |
+
# define COMPILER_ID "XLClang"
|
| 191 |
+
# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
|
| 192 |
+
# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
|
| 193 |
+
# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
|
| 194 |
+
# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
|
| 195 |
+
|
| 196 |
+
|
| 197 |
+
#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800
|
| 198 |
+
# define COMPILER_ID "XL"
|
| 199 |
+
/* __IBMC__ = VRP */
|
| 200 |
+
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
|
| 201 |
+
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
|
| 202 |
+
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
|
| 203 |
+
|
| 204 |
+
#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800
|
| 205 |
+
# define COMPILER_ID "VisualAge"
|
| 206 |
+
/* __IBMC__ = VRP */
|
| 207 |
+
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
|
| 208 |
+
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
|
| 209 |
+
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
|
| 210 |
+
|
| 211 |
+
#elif defined(__NVCOMPILER)
|
| 212 |
+
# define COMPILER_ID "NVHPC"
|
| 213 |
+
# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__)
|
| 214 |
+
# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__)
|
| 215 |
+
# if defined(__NVCOMPILER_PATCHLEVEL__)
|
| 216 |
+
# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__)
|
| 217 |
+
# endif
|
| 218 |
+
|
| 219 |
+
#elif defined(__PGI)
|
| 220 |
+
# define COMPILER_ID "PGI"
|
| 221 |
+
# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
|
| 222 |
+
# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
|
| 223 |
+
# if defined(__PGIC_PATCHLEVEL__)
|
| 224 |
+
# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
|
| 225 |
+
# endif
|
| 226 |
+
|
| 227 |
+
#elif defined(_CRAYC)
|
| 228 |
+
# define COMPILER_ID "Cray"
|
| 229 |
+
# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
|
| 230 |
+
# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
|
| 231 |
+
|
| 232 |
+
#elif defined(__TI_COMPILER_VERSION__)
|
| 233 |
+
# define COMPILER_ID "TI"
|
| 234 |
+
/* __TI_COMPILER_VERSION__ = VVVRRRPPP */
|
| 235 |
+
# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
|
| 236 |
+
# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
|
| 237 |
+
# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
|
| 238 |
+
|
| 239 |
+
#elif defined(__CLANG_FUJITSU)
|
| 240 |
+
# define COMPILER_ID "FujitsuClang"
|
| 241 |
+
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
|
| 242 |
+
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
|
| 243 |
+
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
|
| 244 |
+
# define COMPILER_VERSION_INTERNAL_STR __clang_version__
|
| 245 |
+
|
| 246 |
+
|
| 247 |
+
#elif defined(__FUJITSU)
|
| 248 |
+
# define COMPILER_ID "Fujitsu"
|
| 249 |
+
# if defined(__FCC_version__)
|
| 250 |
+
# define COMPILER_VERSION __FCC_version__
|
| 251 |
+
# elif defined(__FCC_major__)
|
| 252 |
+
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
|
| 253 |
+
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
|
| 254 |
+
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
|
| 255 |
+
# endif
|
| 256 |
+
# if defined(__fcc_version)
|
| 257 |
+
# define COMPILER_VERSION_INTERNAL DEC(__fcc_version)
|
| 258 |
+
# elif defined(__FCC_VERSION)
|
| 259 |
+
# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION)
|
| 260 |
+
# endif
|
| 261 |
+
|
| 262 |
+
|
| 263 |
+
#elif defined(__ghs__)
|
| 264 |
+
# define COMPILER_ID "GHS"
|
| 265 |
+
/* __GHS_VERSION_NUMBER = VVVVRP */
|
| 266 |
+
# ifdef __GHS_VERSION_NUMBER
|
| 267 |
+
# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100)
|
| 268 |
+
# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10)
|
| 269 |
+
# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10)
|
| 270 |
+
# endif
|
| 271 |
+
|
| 272 |
+
#elif defined(__TINYC__)
|
| 273 |
+
# define COMPILER_ID "TinyCC"
|
| 274 |
+
|
| 275 |
+
#elif defined(__BCC__)
|
| 276 |
+
# define COMPILER_ID "Bruce"
|
| 277 |
+
|
| 278 |
+
#elif defined(__SCO_VERSION__)
|
| 279 |
+
# define COMPILER_ID "SCO"
|
| 280 |
+
|
| 281 |
+
#elif defined(__ARMCC_VERSION) && !defined(__clang__)
|
| 282 |
+
# define COMPILER_ID "ARMCC"
|
| 283 |
+
#if __ARMCC_VERSION >= 1000000
|
| 284 |
+
/* __ARMCC_VERSION = VRRPPPP */
|
| 285 |
+
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
|
| 286 |
+
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
|
| 287 |
+
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
|
| 288 |
+
#else
|
| 289 |
+
/* __ARMCC_VERSION = VRPPPP */
|
| 290 |
+
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
|
| 291 |
+
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
|
| 292 |
+
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
|
| 293 |
+
#endif
|
| 294 |
+
|
| 295 |
+
|
| 296 |
+
#elif defined(__clang__) && defined(__apple_build_version__)
|
| 297 |
+
# define COMPILER_ID "AppleClang"
|
| 298 |
+
# if defined(_MSC_VER)
|
| 299 |
+
# define SIMULATE_ID "MSVC"
|
| 300 |
+
# endif
|
| 301 |
+
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
|
| 302 |
+
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
|
| 303 |
+
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
|
| 304 |
+
# if defined(_MSC_VER)
|
| 305 |
+
/* _MSC_VER = VVRR */
|
| 306 |
+
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
| 307 |
+
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
| 308 |
+
# endif
|
| 309 |
+
# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
|
| 310 |
+
|
| 311 |
+
#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION)
|
| 312 |
+
# define COMPILER_ID "ARMClang"
|
| 313 |
+
# define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000)
|
| 314 |
+
# define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100)
|
| 315 |
+
# define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000)
|
| 316 |
+
# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION)
|
| 317 |
+
|
| 318 |
+
#elif defined(__clang__)
|
| 319 |
+
# define COMPILER_ID "Clang"
|
| 320 |
+
# if defined(_MSC_VER)
|
| 321 |
+
# define SIMULATE_ID "MSVC"
|
| 322 |
+
# endif
|
| 323 |
+
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
|
| 324 |
+
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
|
| 325 |
+
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
|
| 326 |
+
# if defined(_MSC_VER)
|
| 327 |
+
/* _MSC_VER = VVRR */
|
| 328 |
+
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
| 329 |
+
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
| 330 |
+
# endif
|
| 331 |
+
|
| 332 |
+
#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__))
|
| 333 |
+
# define COMPILER_ID "LCC"
|
| 334 |
+
# define COMPILER_VERSION_MAJOR DEC(1)
|
| 335 |
+
# if defined(__LCC__)
|
| 336 |
+
# define COMPILER_VERSION_MINOR DEC(__LCC__- 100)
|
| 337 |
+
# endif
|
| 338 |
+
# if defined(__LCC_MINOR__)
|
| 339 |
+
# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__)
|
| 340 |
+
# endif
|
| 341 |
+
# if defined(__GNUC__) && defined(__GNUC_MINOR__)
|
| 342 |
+
# define SIMULATE_ID "GNU"
|
| 343 |
+
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
|
| 344 |
+
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
|
| 345 |
+
# if defined(__GNUC_PATCHLEVEL__)
|
| 346 |
+
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
| 347 |
+
# endif
|
| 348 |
+
# endif
|
| 349 |
+
|
| 350 |
+
#elif defined(__GNUC__)
|
| 351 |
+
# define COMPILER_ID "GNU"
|
| 352 |
+
# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
|
| 353 |
+
# if defined(__GNUC_MINOR__)
|
| 354 |
+
# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
|
| 355 |
+
# endif
|
| 356 |
+
# if defined(__GNUC_PATCHLEVEL__)
|
| 357 |
+
# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
| 358 |
+
# endif
|
| 359 |
+
|
| 360 |
+
#elif defined(_MSC_VER)
|
| 361 |
+
# define COMPILER_ID "MSVC"
|
| 362 |
+
/* _MSC_VER = VVRR */
|
| 363 |
+
# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
|
| 364 |
+
# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
|
| 365 |
+
# if defined(_MSC_FULL_VER)
|
| 366 |
+
# if _MSC_VER >= 1400
|
| 367 |
+
/* _MSC_FULL_VER = VVRRPPPPP */
|
| 368 |
+
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
|
| 369 |
+
# else
|
| 370 |
+
/* _MSC_FULL_VER = VVRRPPPP */
|
| 371 |
+
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
|
| 372 |
+
# endif
|
| 373 |
+
# endif
|
| 374 |
+
# if defined(_MSC_BUILD)
|
| 375 |
+
# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
|
| 376 |
+
# endif
|
| 377 |
+
|
| 378 |
+
#elif defined(_ADI_COMPILER)
|
| 379 |
+
# define COMPILER_ID "ADSP"
|
| 380 |
+
#if defined(__VERSIONNUM__)
|
| 381 |
+
/* __VERSIONNUM__ = 0xVVRRPPTT */
|
| 382 |
+
# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF)
|
| 383 |
+
# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF)
|
| 384 |
+
# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF)
|
| 385 |
+
# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF)
|
| 386 |
+
#endif
|
| 387 |
+
|
| 388 |
+
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
|
| 389 |
+
# define COMPILER_ID "IAR"
|
| 390 |
+
# if defined(__VER__) && defined(__ICCARM__)
|
| 391 |
+
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000)
|
| 392 |
+
# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000)
|
| 393 |
+
# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000)
|
| 394 |
+
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
|
| 395 |
+
# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__))
|
| 396 |
+
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100)
|
| 397 |
+
# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100))
|
| 398 |
+
# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__)
|
| 399 |
+
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
|
| 400 |
+
# endif
|
| 401 |
+
|
| 402 |
+
#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC)
|
| 403 |
+
# define COMPILER_ID "SDCC"
|
| 404 |
+
# if defined(__SDCC_VERSION_MAJOR)
|
| 405 |
+
# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR)
|
| 406 |
+
# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR)
|
| 407 |
+
# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH)
|
| 408 |
+
# else
|
| 409 |
+
/* SDCC = VRP */
|
| 410 |
+
# define COMPILER_VERSION_MAJOR DEC(SDCC/100)
|
| 411 |
+
# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10)
|
| 412 |
+
# define COMPILER_VERSION_PATCH DEC(SDCC % 10)
|
| 413 |
+
# endif
|
| 414 |
+
|
| 415 |
+
|
| 416 |
+
/* These compilers are either not known or too old to define an
|
| 417 |
+
identification macro. Try to identify the platform and guess that
|
| 418 |
+
it is the native compiler. */
|
| 419 |
+
#elif defined(__hpux) || defined(__hpua)
|
| 420 |
+
# define COMPILER_ID "HP"
|
| 421 |
+
|
| 422 |
+
#else /* unknown compiler */
|
| 423 |
+
# define COMPILER_ID ""
|
| 424 |
+
#endif
|
| 425 |
+
|
| 426 |
+
/* Construct the string literal in pieces to prevent the source from
|
| 427 |
+
getting matched. Store it in a pointer rather than an array
|
| 428 |
+
because some compilers will just produce instructions to fill the
|
| 429 |
+
array rather than assigning a pointer to a static array. */
|
| 430 |
+
char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
|
| 431 |
+
#ifdef SIMULATE_ID
|
| 432 |
+
char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]";
|
| 433 |
+
#endif
|
| 434 |
+
|
| 435 |
+
#ifdef __QNXNTO__
|
| 436 |
+
char const* qnxnto = "INFO" ":" "qnxnto[]";
|
| 437 |
+
#endif
|
| 438 |
+
|
| 439 |
+
#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
|
| 440 |
+
char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]";
|
| 441 |
+
#endif
|
| 442 |
+
|
| 443 |
+
#define STRINGIFY_HELPER(X) #X
|
| 444 |
+
#define STRINGIFY(X) STRINGIFY_HELPER(X)
|
| 445 |
+
|
| 446 |
+
/* Identify known platforms by name. */
|
| 447 |
+
#if defined(__linux) || defined(__linux__) || defined(linux)
|
| 448 |
+
# define PLATFORM_ID "Linux"
|
| 449 |
+
|
| 450 |
+
#elif defined(__MSYS__)
|
| 451 |
+
# define PLATFORM_ID "MSYS"
|
| 452 |
+
|
| 453 |
+
#elif defined(__CYGWIN__)
|
| 454 |
+
# define PLATFORM_ID "Cygwin"
|
| 455 |
+
|
| 456 |
+
#elif defined(__MINGW32__)
|
| 457 |
+
# define PLATFORM_ID "MinGW"
|
| 458 |
+
|
| 459 |
+
#elif defined(__APPLE__)
|
| 460 |
+
# define PLATFORM_ID "Darwin"
|
| 461 |
+
|
| 462 |
+
#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
|
| 463 |
+
# define PLATFORM_ID "Windows"
|
| 464 |
+
|
| 465 |
+
#elif defined(__FreeBSD__) || defined(__FreeBSD)
|
| 466 |
+
# define PLATFORM_ID "FreeBSD"
|
| 467 |
+
|
| 468 |
+
#elif defined(__NetBSD__) || defined(__NetBSD)
|
| 469 |
+
# define PLATFORM_ID "NetBSD"
|
| 470 |
+
|
| 471 |
+
#elif defined(__OpenBSD__) || defined(__OPENBSD)
|
| 472 |
+
# define PLATFORM_ID "OpenBSD"
|
| 473 |
+
|
| 474 |
+
#elif defined(__sun) || defined(sun)
|
| 475 |
+
# define PLATFORM_ID "SunOS"
|
| 476 |
+
|
| 477 |
+
#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
|
| 478 |
+
# define PLATFORM_ID "AIX"
|
| 479 |
+
|
| 480 |
+
#elif defined(__hpux) || defined(__hpux__)
|
| 481 |
+
# define PLATFORM_ID "HP-UX"
|
| 482 |
+
|
| 483 |
+
#elif defined(__HAIKU__)
|
| 484 |
+
# define PLATFORM_ID "Haiku"
|
| 485 |
+
|
| 486 |
+
#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
|
| 487 |
+
# define PLATFORM_ID "BeOS"
|
| 488 |
+
|
| 489 |
+
#elif defined(__QNX__) || defined(__QNXNTO__)
|
| 490 |
+
# define PLATFORM_ID "QNX"
|
| 491 |
+
|
| 492 |
+
#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
|
| 493 |
+
# define PLATFORM_ID "Tru64"
|
| 494 |
+
|
| 495 |
+
#elif defined(__riscos) || defined(__riscos__)
|
| 496 |
+
# define PLATFORM_ID "RISCos"
|
| 497 |
+
|
| 498 |
+
#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
|
| 499 |
+
# define PLATFORM_ID "SINIX"
|
| 500 |
+
|
| 501 |
+
#elif defined(__UNIX_SV__)
|
| 502 |
+
# define PLATFORM_ID "UNIX_SV"
|
| 503 |
+
|
| 504 |
+
#elif defined(__bsdos__)
|
| 505 |
+
# define PLATFORM_ID "BSDOS"
|
| 506 |
+
|
| 507 |
+
#elif defined(_MPRAS) || defined(MPRAS)
|
| 508 |
+
# define PLATFORM_ID "MP-RAS"
|
| 509 |
+
|
| 510 |
+
#elif defined(__osf) || defined(__osf__)
|
| 511 |
+
# define PLATFORM_ID "OSF1"
|
| 512 |
+
|
| 513 |
+
#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
|
| 514 |
+
# define PLATFORM_ID "SCO_SV"
|
| 515 |
+
|
| 516 |
+
#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
|
| 517 |
+
# define PLATFORM_ID "ULTRIX"
|
| 518 |
+
|
| 519 |
+
#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
|
| 520 |
+
# define PLATFORM_ID "Xenix"
|
| 521 |
+
|
| 522 |
+
#elif defined(__WATCOMC__)
|
| 523 |
+
# if defined(__LINUX__)
|
| 524 |
+
# define PLATFORM_ID "Linux"
|
| 525 |
+
|
| 526 |
+
# elif defined(__DOS__)
|
| 527 |
+
# define PLATFORM_ID "DOS"
|
| 528 |
+
|
| 529 |
+
# elif defined(__OS2__)
|
| 530 |
+
# define PLATFORM_ID "OS2"
|
| 531 |
+
|
| 532 |
+
# elif defined(__WINDOWS__)
|
| 533 |
+
# define PLATFORM_ID "Windows3x"
|
| 534 |
+
|
| 535 |
+
# elif defined(__VXWORKS__)
|
| 536 |
+
# define PLATFORM_ID "VxWorks"
|
| 537 |
+
|
| 538 |
+
# else /* unknown platform */
|
| 539 |
+
# define PLATFORM_ID
|
| 540 |
+
# endif
|
| 541 |
+
|
| 542 |
+
#elif defined(__INTEGRITY)
|
| 543 |
+
# if defined(INT_178B)
|
| 544 |
+
# define PLATFORM_ID "Integrity178"
|
| 545 |
+
|
| 546 |
+
# else /* regular Integrity */
|
| 547 |
+
# define PLATFORM_ID "Integrity"
|
| 548 |
+
# endif
|
| 549 |
+
|
| 550 |
+
# elif defined(_ADI_COMPILER)
|
| 551 |
+
# define PLATFORM_ID "ADSP"
|
| 552 |
+
|
| 553 |
+
#else /* unknown platform */
|
| 554 |
+
# define PLATFORM_ID
|
| 555 |
+
|
| 556 |
+
#endif
|
| 557 |
+
|
| 558 |
+
/* For windows compilers MSVC and Intel we can determine
|
| 559 |
+
the architecture of the compiler being used. This is because
|
| 560 |
+
the compilers do not have flags that can change the architecture,
|
| 561 |
+
but rather depend on which compiler is being used
|
| 562 |
+
*/
|
| 563 |
+
#if defined(_WIN32) && defined(_MSC_VER)
|
| 564 |
+
# if defined(_M_IA64)
|
| 565 |
+
# define ARCHITECTURE_ID "IA64"
|
| 566 |
+
|
| 567 |
+
# elif defined(_M_ARM64EC)
|
| 568 |
+
# define ARCHITECTURE_ID "ARM64EC"
|
| 569 |
+
|
| 570 |
+
# elif defined(_M_X64) || defined(_M_AMD64)
|
| 571 |
+
# define ARCHITECTURE_ID "x64"
|
| 572 |
+
|
| 573 |
+
# elif defined(_M_IX86)
|
| 574 |
+
# define ARCHITECTURE_ID "X86"
|
| 575 |
+
|
| 576 |
+
# elif defined(_M_ARM64)
|
| 577 |
+
# define ARCHITECTURE_ID "ARM64"
|
| 578 |
+
|
| 579 |
+
# elif defined(_M_ARM)
|
| 580 |
+
# if _M_ARM == 4
|
| 581 |
+
# define ARCHITECTURE_ID "ARMV4I"
|
| 582 |
+
# elif _M_ARM == 5
|
| 583 |
+
# define ARCHITECTURE_ID "ARMV5I"
|
| 584 |
+
# else
|
| 585 |
+
# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM)
|
| 586 |
+
# endif
|
| 587 |
+
|
| 588 |
+
# elif defined(_M_MIPS)
|
| 589 |
+
# define ARCHITECTURE_ID "MIPS"
|
| 590 |
+
|
| 591 |
+
# elif defined(_M_SH)
|
| 592 |
+
# define ARCHITECTURE_ID "SHx"
|
| 593 |
+
|
| 594 |
+
# else /* unknown architecture */
|
| 595 |
+
# define ARCHITECTURE_ID ""
|
| 596 |
+
# endif
|
| 597 |
+
|
| 598 |
+
#elif defined(__WATCOMC__)
|
| 599 |
+
# if defined(_M_I86)
|
| 600 |
+
# define ARCHITECTURE_ID "I86"
|
| 601 |
+
|
| 602 |
+
# elif defined(_M_IX86)
|
| 603 |
+
# define ARCHITECTURE_ID "X86"
|
| 604 |
+
|
| 605 |
+
# else /* unknown architecture */
|
| 606 |
+
# define ARCHITECTURE_ID ""
|
| 607 |
+
# endif
|
| 608 |
+
|
| 609 |
+
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
|
| 610 |
+
# if defined(__ICCARM__)
|
| 611 |
+
# define ARCHITECTURE_ID "ARM"
|
| 612 |
+
|
| 613 |
+
# elif defined(__ICCRX__)
|
| 614 |
+
# define ARCHITECTURE_ID "RX"
|
| 615 |
+
|
| 616 |
+
# elif defined(__ICCRH850__)
|
| 617 |
+
# define ARCHITECTURE_ID "RH850"
|
| 618 |
+
|
| 619 |
+
# elif defined(__ICCRL78__)
|
| 620 |
+
# define ARCHITECTURE_ID "RL78"
|
| 621 |
+
|
| 622 |
+
# elif defined(__ICCRISCV__)
|
| 623 |
+
# define ARCHITECTURE_ID "RISCV"
|
| 624 |
+
|
| 625 |
+
# elif defined(__ICCAVR__)
|
| 626 |
+
# define ARCHITECTURE_ID "AVR"
|
| 627 |
+
|
| 628 |
+
# elif defined(__ICC430__)
|
| 629 |
+
# define ARCHITECTURE_ID "MSP430"
|
| 630 |
+
|
| 631 |
+
# elif defined(__ICCV850__)
|
| 632 |
+
# define ARCHITECTURE_ID "V850"
|
| 633 |
+
|
| 634 |
+
# elif defined(__ICC8051__)
|
| 635 |
+
# define ARCHITECTURE_ID "8051"
|
| 636 |
+
|
| 637 |
+
# elif defined(__ICCSTM8__)
|
| 638 |
+
# define ARCHITECTURE_ID "STM8"
|
| 639 |
+
|
| 640 |
+
# else /* unknown architecture */
|
| 641 |
+
# define ARCHITECTURE_ID ""
|
| 642 |
+
# endif
|
| 643 |
+
|
| 644 |
+
#elif defined(__ghs__)
|
| 645 |
+
# if defined(__PPC64__)
|
| 646 |
+
# define ARCHITECTURE_ID "PPC64"
|
| 647 |
+
|
| 648 |
+
# elif defined(__ppc__)
|
| 649 |
+
# define ARCHITECTURE_ID "PPC"
|
| 650 |
+
|
| 651 |
+
# elif defined(__ARM__)
|
| 652 |
+
# define ARCHITECTURE_ID "ARM"
|
| 653 |
+
|
| 654 |
+
# elif defined(__x86_64__)
|
| 655 |
+
# define ARCHITECTURE_ID "x64"
|
| 656 |
+
|
| 657 |
+
# elif defined(__i386__)
|
| 658 |
+
# define ARCHITECTURE_ID "X86"
|
| 659 |
+
|
| 660 |
+
# else /* unknown architecture */
|
| 661 |
+
# define ARCHITECTURE_ID ""
|
| 662 |
+
# endif
|
| 663 |
+
|
| 664 |
+
#elif defined(__TI_COMPILER_VERSION__)
|
| 665 |
+
# if defined(__TI_ARM__)
|
| 666 |
+
# define ARCHITECTURE_ID "ARM"
|
| 667 |
+
|
| 668 |
+
# elif defined(__MSP430__)
|
| 669 |
+
# define ARCHITECTURE_ID "MSP430"
|
| 670 |
+
|
| 671 |
+
# elif defined(__TMS320C28XX__)
|
| 672 |
+
# define ARCHITECTURE_ID "TMS320C28x"
|
| 673 |
+
|
| 674 |
+
# elif defined(__TMS320C6X__) || defined(_TMS320C6X)
|
| 675 |
+
# define ARCHITECTURE_ID "TMS320C6x"
|
| 676 |
+
|
| 677 |
+
# else /* unknown architecture */
|
| 678 |
+
# define ARCHITECTURE_ID ""
|
| 679 |
+
# endif
|
| 680 |
+
|
| 681 |
+
# elif defined(__ADSPSHARC__)
|
| 682 |
+
# define ARCHITECTURE_ID "SHARC"
|
| 683 |
+
|
| 684 |
+
# elif defined(__ADSPBLACKFIN__)
|
| 685 |
+
# define ARCHITECTURE_ID "Blackfin"
|
| 686 |
+
|
| 687 |
+
#else
|
| 688 |
+
# define ARCHITECTURE_ID
|
| 689 |
+
#endif
|
| 690 |
+
|
| 691 |
+
/* Convert integer to decimal digit literals. */
|
| 692 |
+
#define DEC(n) \
|
| 693 |
+
('0' + (((n) / 10000000)%10)), \
|
| 694 |
+
('0' + (((n) / 1000000)%10)), \
|
| 695 |
+
('0' + (((n) / 100000)%10)), \
|
| 696 |
+
('0' + (((n) / 10000)%10)), \
|
| 697 |
+
('0' + (((n) / 1000)%10)), \
|
| 698 |
+
('0' + (((n) / 100)%10)), \
|
| 699 |
+
('0' + (((n) / 10)%10)), \
|
| 700 |
+
('0' + ((n) % 10))
|
| 701 |
+
|
| 702 |
+
/* Convert integer to hex digit literals. */
|
| 703 |
+
#define HEX(n) \
|
| 704 |
+
('0' + ((n)>>28 & 0xF)), \
|
| 705 |
+
('0' + ((n)>>24 & 0xF)), \
|
| 706 |
+
('0' + ((n)>>20 & 0xF)), \
|
| 707 |
+
('0' + ((n)>>16 & 0xF)), \
|
| 708 |
+
('0' + ((n)>>12 & 0xF)), \
|
| 709 |
+
('0' + ((n)>>8 & 0xF)), \
|
| 710 |
+
('0' + ((n)>>4 & 0xF)), \
|
| 711 |
+
('0' + ((n) & 0xF))
|
| 712 |
+
|
| 713 |
+
/* Construct a string literal encoding the version number. */
|
| 714 |
+
#ifdef COMPILER_VERSION
|
| 715 |
+
char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]";
|
| 716 |
+
|
| 717 |
+
/* Construct a string literal encoding the version number components. */
|
| 718 |
+
#elif defined(COMPILER_VERSION_MAJOR)
|
| 719 |
+
char const info_version[] = {
|
| 720 |
+
'I', 'N', 'F', 'O', ':',
|
| 721 |
+
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
|
| 722 |
+
COMPILER_VERSION_MAJOR,
|
| 723 |
+
# ifdef COMPILER_VERSION_MINOR
|
| 724 |
+
'.', COMPILER_VERSION_MINOR,
|
| 725 |
+
# ifdef COMPILER_VERSION_PATCH
|
| 726 |
+
'.', COMPILER_VERSION_PATCH,
|
| 727 |
+
# ifdef COMPILER_VERSION_TWEAK
|
| 728 |
+
'.', COMPILER_VERSION_TWEAK,
|
| 729 |
+
# endif
|
| 730 |
+
# endif
|
| 731 |
+
# endif
|
| 732 |
+
']','\0'};
|
| 733 |
+
#endif
|
| 734 |
+
|
| 735 |
+
/* Construct a string literal encoding the internal version number. */
|
| 736 |
+
#ifdef COMPILER_VERSION_INTERNAL
|
| 737 |
+
char const info_version_internal[] = {
|
| 738 |
+
'I', 'N', 'F', 'O', ':',
|
| 739 |
+
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_',
|
| 740 |
+
'i','n','t','e','r','n','a','l','[',
|
| 741 |
+
COMPILER_VERSION_INTERNAL,']','\0'};
|
| 742 |
+
#elif defined(COMPILER_VERSION_INTERNAL_STR)
|
| 743 |
+
char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]";
|
| 744 |
+
#endif
|
| 745 |
+
|
| 746 |
+
/* Construct a string literal encoding the version number components. */
|
| 747 |
+
#ifdef SIMULATE_VERSION_MAJOR
|
| 748 |
+
char const info_simulate_version[] = {
|
| 749 |
+
'I', 'N', 'F', 'O', ':',
|
| 750 |
+
's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[',
|
| 751 |
+
SIMULATE_VERSION_MAJOR,
|
| 752 |
+
# ifdef SIMULATE_VERSION_MINOR
|
| 753 |
+
'.', SIMULATE_VERSION_MINOR,
|
| 754 |
+
# ifdef SIMULATE_VERSION_PATCH
|
| 755 |
+
'.', SIMULATE_VERSION_PATCH,
|
| 756 |
+
# ifdef SIMULATE_VERSION_TWEAK
|
| 757 |
+
'.', SIMULATE_VERSION_TWEAK,
|
| 758 |
+
# endif
|
| 759 |
+
# endif
|
| 760 |
+
# endif
|
| 761 |
+
']','\0'};
|
| 762 |
+
#endif
|
| 763 |
+
|
| 764 |
+
/* Construct the string literal in pieces to prevent the source from
|
| 765 |
+
getting matched. Store it in a pointer rather than an array
|
| 766 |
+
because some compilers will just produce instructions to fill the
|
| 767 |
+
array rather than assigning a pointer to a static array. */
|
| 768 |
+
char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
|
| 769 |
+
char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
|
| 770 |
+
|
| 771 |
+
|
| 772 |
+
|
| 773 |
+
#if !defined(__STDC__) && !defined(__clang__)
|
| 774 |
+
# if defined(_MSC_VER) || defined(__ibmxl__) || defined(__IBMC__)
|
| 775 |
+
# define C_VERSION "90"
|
| 776 |
+
# else
|
| 777 |
+
# define C_VERSION
|
| 778 |
+
# endif
|
| 779 |
+
#elif __STDC_VERSION__ > 201710L
|
| 780 |
+
# define C_VERSION "23"
|
| 781 |
+
#elif __STDC_VERSION__ >= 201710L
|
| 782 |
+
# define C_VERSION "17"
|
| 783 |
+
#elif __STDC_VERSION__ >= 201000L
|
| 784 |
+
# define C_VERSION "11"
|
| 785 |
+
#elif __STDC_VERSION__ >= 199901L
|
| 786 |
+
# define C_VERSION "99"
|
| 787 |
+
#else
|
| 788 |
+
# define C_VERSION "90"
|
| 789 |
+
#endif
|
| 790 |
+
const char* info_language_standard_default =
|
| 791 |
+
"INFO" ":" "standard_default[" C_VERSION "]";
|
| 792 |
+
|
| 793 |
+
const char* info_language_extensions_default = "INFO" ":" "extensions_default["
|
| 794 |
+
#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \
|
| 795 |
+
defined(__TI_COMPILER_VERSION__)) && \
|
| 796 |
+
!defined(__STRICT_ANSI__)
|
| 797 |
+
"ON"
|
| 798 |
+
#else
|
| 799 |
+
"OFF"
|
| 800 |
+
#endif
|
| 801 |
+
"]";
|
| 802 |
+
|
| 803 |
+
/*--------------------------------------------------------------------------*/
|
| 804 |
+
|
| 805 |
+
#ifdef ID_VOID_MAIN
|
| 806 |
+
void main() {}
|
| 807 |
+
#else
|
| 808 |
+
# if defined(__CLASSIC_C__)
|
| 809 |
+
int main(argc, argv) int argc; char *argv[];
|
| 810 |
+
# else
|
| 811 |
+
int main(int argc, char* argv[])
|
| 812 |
+
# endif
|
| 813 |
+
{
|
| 814 |
+
int require = 0;
|
| 815 |
+
require += info_compiler[argc];
|
| 816 |
+
require += info_platform[argc];
|
| 817 |
+
require += info_arch[argc];
|
| 818 |
+
#ifdef COMPILER_VERSION_MAJOR
|
| 819 |
+
require += info_version[argc];
|
| 820 |
+
#endif
|
| 821 |
+
#ifdef COMPILER_VERSION_INTERNAL
|
| 822 |
+
require += info_version_internal[argc];
|
| 823 |
+
#endif
|
| 824 |
+
#ifdef SIMULATE_ID
|
| 825 |
+
require += info_simulate[argc];
|
| 826 |
+
#endif
|
| 827 |
+
#ifdef SIMULATE_VERSION_MAJOR
|
| 828 |
+
require += info_simulate_version[argc];
|
| 829 |
+
#endif
|
| 830 |
+
#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
|
| 831 |
+
require += info_cray[argc];
|
| 832 |
+
#endif
|
| 833 |
+
require += info_language_standard_default[argc];
|
| 834 |
+
require += info_language_extensions_default[argc];
|
| 835 |
+
(void)argv;
|
| 836 |
+
return require;
|
| 837 |
+
}
|
| 838 |
+
#endif
|
CMakeFiles/3.24.0/CompilerIdC/a.out
ADDED
|
Binary file (16.8 kB). View file
|
|
|
CMakeFiles/3.24.0/CompilerIdCUDA/CMakeCUDACompilerId.cu
ADDED
|
@@ -0,0 +1,444 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#ifndef __CUDACC__
|
| 2 |
+
# error "A C or C++ compiler has been selected for CUDA"
|
| 3 |
+
#endif
|
| 4 |
+
|
| 5 |
+
|
| 6 |
+
/* Version number components: V=Version, R=Revision, P=Patch
|
| 7 |
+
Version date components: YYYY=Year, MM=Month, DD=Day */
|
| 8 |
+
|
| 9 |
+
#if defined(__NVCC__)
|
| 10 |
+
# define COMPILER_ID "NVIDIA"
|
| 11 |
+
# if defined(_MSC_VER)
|
| 12 |
+
# define SIMULATE_ID "MSVC"
|
| 13 |
+
# elif defined(__clang__)
|
| 14 |
+
# define SIMULATE_ID "Clang"
|
| 15 |
+
# elif defined(__GNUC__)
|
| 16 |
+
# define SIMULATE_ID "GNU"
|
| 17 |
+
# endif
|
| 18 |
+
# if defined(__CUDACC_VER_MAJOR__)
|
| 19 |
+
# define COMPILER_VERSION_MAJOR DEC(__CUDACC_VER_MAJOR__)
|
| 20 |
+
# define COMPILER_VERSION_MINOR DEC(__CUDACC_VER_MINOR__)
|
| 21 |
+
# define COMPILER_VERSION_PATCH DEC(__CUDACC_VER_BUILD__)
|
| 22 |
+
# endif
|
| 23 |
+
# if defined(_MSC_VER)
|
| 24 |
+
/* _MSC_VER = VVRR */
|
| 25 |
+
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
| 26 |
+
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
| 27 |
+
# elif defined(__clang__)
|
| 28 |
+
# define SIMULATE_VERSION_MAJOR DEC(__clang_major__)
|
| 29 |
+
# define SIMULATE_VERSION_MINOR DEC(__clang_minor__)
|
| 30 |
+
# elif defined(__GNUC__)
|
| 31 |
+
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
|
| 32 |
+
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
|
| 33 |
+
# endif
|
| 34 |
+
|
| 35 |
+
#elif defined(__clang__)
|
| 36 |
+
# define COMPILER_ID "Clang"
|
| 37 |
+
# if defined(_MSC_VER)
|
| 38 |
+
# define SIMULATE_ID "MSVC"
|
| 39 |
+
# endif
|
| 40 |
+
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
|
| 41 |
+
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
|
| 42 |
+
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
|
| 43 |
+
# if defined(_MSC_VER)
|
| 44 |
+
/* _MSC_VER = VVRR */
|
| 45 |
+
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
| 46 |
+
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
| 47 |
+
# endif
|
| 48 |
+
|
| 49 |
+
|
| 50 |
+
/* These compilers are either not known or too old to define an
|
| 51 |
+
identification macro. Try to identify the platform and guess that
|
| 52 |
+
it is the native compiler. */
|
| 53 |
+
#elif defined(__hpux) || defined(__hpua)
|
| 54 |
+
# define COMPILER_ID "HP"
|
| 55 |
+
|
| 56 |
+
#else /* unknown compiler */
|
| 57 |
+
# define COMPILER_ID ""
|
| 58 |
+
#endif
|
| 59 |
+
|
| 60 |
+
/* Construct the string literal in pieces to prevent the source from
|
| 61 |
+
getting matched. Store it in a pointer rather than an array
|
| 62 |
+
because some compilers will just produce instructions to fill the
|
| 63 |
+
array rather than assigning a pointer to a static array. */
|
| 64 |
+
char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
|
| 65 |
+
#ifdef SIMULATE_ID
|
| 66 |
+
char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]";
|
| 67 |
+
#endif
|
| 68 |
+
|
| 69 |
+
#define STRINGIFY_HELPER(X) #X
|
| 70 |
+
#define STRINGIFY(X) STRINGIFY_HELPER(X)
|
| 71 |
+
|
| 72 |
+
/* Identify known platforms by name. */
|
| 73 |
+
#if defined(__linux) || defined(__linux__) || defined(linux)
|
| 74 |
+
# define PLATFORM_ID "Linux"
|
| 75 |
+
|
| 76 |
+
#elif defined(__MSYS__)
|
| 77 |
+
# define PLATFORM_ID "MSYS"
|
| 78 |
+
|
| 79 |
+
#elif defined(__CYGWIN__)
|
| 80 |
+
# define PLATFORM_ID "Cygwin"
|
| 81 |
+
|
| 82 |
+
#elif defined(__MINGW32__)
|
| 83 |
+
# define PLATFORM_ID "MinGW"
|
| 84 |
+
|
| 85 |
+
#elif defined(__APPLE__)
|
| 86 |
+
# define PLATFORM_ID "Darwin"
|
| 87 |
+
|
| 88 |
+
#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
|
| 89 |
+
# define PLATFORM_ID "Windows"
|
| 90 |
+
|
| 91 |
+
#elif defined(__FreeBSD__) || defined(__FreeBSD)
|
| 92 |
+
# define PLATFORM_ID "FreeBSD"
|
| 93 |
+
|
| 94 |
+
#elif defined(__NetBSD__) || defined(__NetBSD)
|
| 95 |
+
# define PLATFORM_ID "NetBSD"
|
| 96 |
+
|
| 97 |
+
#elif defined(__OpenBSD__) || defined(__OPENBSD)
|
| 98 |
+
# define PLATFORM_ID "OpenBSD"
|
| 99 |
+
|
| 100 |
+
#elif defined(__sun) || defined(sun)
|
| 101 |
+
# define PLATFORM_ID "SunOS"
|
| 102 |
+
|
| 103 |
+
#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
|
| 104 |
+
# define PLATFORM_ID "AIX"
|
| 105 |
+
|
| 106 |
+
#elif defined(__hpux) || defined(__hpux__)
|
| 107 |
+
# define PLATFORM_ID "HP-UX"
|
| 108 |
+
|
| 109 |
+
#elif defined(__HAIKU__)
|
| 110 |
+
# define PLATFORM_ID "Haiku"
|
| 111 |
+
|
| 112 |
+
#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
|
| 113 |
+
# define PLATFORM_ID "BeOS"
|
| 114 |
+
|
| 115 |
+
#elif defined(__QNX__) || defined(__QNXNTO__)
|
| 116 |
+
# define PLATFORM_ID "QNX"
|
| 117 |
+
|
| 118 |
+
#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
|
| 119 |
+
# define PLATFORM_ID "Tru64"
|
| 120 |
+
|
| 121 |
+
#elif defined(__riscos) || defined(__riscos__)
|
| 122 |
+
# define PLATFORM_ID "RISCos"
|
| 123 |
+
|
| 124 |
+
#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
|
| 125 |
+
# define PLATFORM_ID "SINIX"
|
| 126 |
+
|
| 127 |
+
#elif defined(__UNIX_SV__)
|
| 128 |
+
# define PLATFORM_ID "UNIX_SV"
|
| 129 |
+
|
| 130 |
+
#elif defined(__bsdos__)
|
| 131 |
+
# define PLATFORM_ID "BSDOS"
|
| 132 |
+
|
| 133 |
+
#elif defined(_MPRAS) || defined(MPRAS)
|
| 134 |
+
# define PLATFORM_ID "MP-RAS"
|
| 135 |
+
|
| 136 |
+
#elif defined(__osf) || defined(__osf__)
|
| 137 |
+
# define PLATFORM_ID "OSF1"
|
| 138 |
+
|
| 139 |
+
#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
|
| 140 |
+
# define PLATFORM_ID "SCO_SV"
|
| 141 |
+
|
| 142 |
+
#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
|
| 143 |
+
# define PLATFORM_ID "ULTRIX"
|
| 144 |
+
|
| 145 |
+
#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
|
| 146 |
+
# define PLATFORM_ID "Xenix"
|
| 147 |
+
|
| 148 |
+
#elif defined(__WATCOMC__)
|
| 149 |
+
# if defined(__LINUX__)
|
| 150 |
+
# define PLATFORM_ID "Linux"
|
| 151 |
+
|
| 152 |
+
# elif defined(__DOS__)
|
| 153 |
+
# define PLATFORM_ID "DOS"
|
| 154 |
+
|
| 155 |
+
# elif defined(__OS2__)
|
| 156 |
+
# define PLATFORM_ID "OS2"
|
| 157 |
+
|
| 158 |
+
# elif defined(__WINDOWS__)
|
| 159 |
+
# define PLATFORM_ID "Windows3x"
|
| 160 |
+
|
| 161 |
+
# elif defined(__VXWORKS__)
|
| 162 |
+
# define PLATFORM_ID "VxWorks"
|
| 163 |
+
|
| 164 |
+
# else /* unknown platform */
|
| 165 |
+
# define PLATFORM_ID
|
| 166 |
+
# endif
|
| 167 |
+
|
| 168 |
+
#elif defined(__INTEGRITY)
|
| 169 |
+
# if defined(INT_178B)
|
| 170 |
+
# define PLATFORM_ID "Integrity178"
|
| 171 |
+
|
| 172 |
+
# else /* regular Integrity */
|
| 173 |
+
# define PLATFORM_ID "Integrity"
|
| 174 |
+
# endif
|
| 175 |
+
|
| 176 |
+
# elif defined(_ADI_COMPILER)
|
| 177 |
+
# define PLATFORM_ID "ADSP"
|
| 178 |
+
|
| 179 |
+
#else /* unknown platform */
|
| 180 |
+
# define PLATFORM_ID
|
| 181 |
+
|
| 182 |
+
#endif
|
| 183 |
+
|
| 184 |
+
/* For windows compilers MSVC and Intel we can determine
|
| 185 |
+
the architecture of the compiler being used. This is because
|
| 186 |
+
the compilers do not have flags that can change the architecture,
|
| 187 |
+
but rather depend on which compiler is being used
|
| 188 |
+
*/
|
| 189 |
+
#if defined(_WIN32) && defined(_MSC_VER)
|
| 190 |
+
# if defined(_M_IA64)
|
| 191 |
+
# define ARCHITECTURE_ID "IA64"
|
| 192 |
+
|
| 193 |
+
# elif defined(_M_ARM64EC)
|
| 194 |
+
# define ARCHITECTURE_ID "ARM64EC"
|
| 195 |
+
|
| 196 |
+
# elif defined(_M_X64) || defined(_M_AMD64)
|
| 197 |
+
# define ARCHITECTURE_ID "x64"
|
| 198 |
+
|
| 199 |
+
# elif defined(_M_IX86)
|
| 200 |
+
# define ARCHITECTURE_ID "X86"
|
| 201 |
+
|
| 202 |
+
# elif defined(_M_ARM64)
|
| 203 |
+
# define ARCHITECTURE_ID "ARM64"
|
| 204 |
+
|
| 205 |
+
# elif defined(_M_ARM)
|
| 206 |
+
# if _M_ARM == 4
|
| 207 |
+
# define ARCHITECTURE_ID "ARMV4I"
|
| 208 |
+
# elif _M_ARM == 5
|
| 209 |
+
# define ARCHITECTURE_ID "ARMV5I"
|
| 210 |
+
# else
|
| 211 |
+
# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM)
|
| 212 |
+
# endif
|
| 213 |
+
|
| 214 |
+
# elif defined(_M_MIPS)
|
| 215 |
+
# define ARCHITECTURE_ID "MIPS"
|
| 216 |
+
|
| 217 |
+
# elif defined(_M_SH)
|
| 218 |
+
# define ARCHITECTURE_ID "SHx"
|
| 219 |
+
|
| 220 |
+
# else /* unknown architecture */
|
| 221 |
+
# define ARCHITECTURE_ID ""
|
| 222 |
+
# endif
|
| 223 |
+
|
| 224 |
+
#elif defined(__WATCOMC__)
|
| 225 |
+
# if defined(_M_I86)
|
| 226 |
+
# define ARCHITECTURE_ID "I86"
|
| 227 |
+
|
| 228 |
+
# elif defined(_M_IX86)
|
| 229 |
+
# define ARCHITECTURE_ID "X86"
|
| 230 |
+
|
| 231 |
+
# else /* unknown architecture */
|
| 232 |
+
# define ARCHITECTURE_ID ""
|
| 233 |
+
# endif
|
| 234 |
+
|
| 235 |
+
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
|
| 236 |
+
# if defined(__ICCARM__)
|
| 237 |
+
# define ARCHITECTURE_ID "ARM"
|
| 238 |
+
|
| 239 |
+
# elif defined(__ICCRX__)
|
| 240 |
+
# define ARCHITECTURE_ID "RX"
|
| 241 |
+
|
| 242 |
+
# elif defined(__ICCRH850__)
|
| 243 |
+
# define ARCHITECTURE_ID "RH850"
|
| 244 |
+
|
| 245 |
+
# elif defined(__ICCRL78__)
|
| 246 |
+
# define ARCHITECTURE_ID "RL78"
|
| 247 |
+
|
| 248 |
+
# elif defined(__ICCRISCV__)
|
| 249 |
+
# define ARCHITECTURE_ID "RISCV"
|
| 250 |
+
|
| 251 |
+
# elif defined(__ICCAVR__)
|
| 252 |
+
# define ARCHITECTURE_ID "AVR"
|
| 253 |
+
|
| 254 |
+
# elif defined(__ICC430__)
|
| 255 |
+
# define ARCHITECTURE_ID "MSP430"
|
| 256 |
+
|
| 257 |
+
# elif defined(__ICCV850__)
|
| 258 |
+
# define ARCHITECTURE_ID "V850"
|
| 259 |
+
|
| 260 |
+
# elif defined(__ICC8051__)
|
| 261 |
+
# define ARCHITECTURE_ID "8051"
|
| 262 |
+
|
| 263 |
+
# elif defined(__ICCSTM8__)
|
| 264 |
+
# define ARCHITECTURE_ID "STM8"
|
| 265 |
+
|
| 266 |
+
# else /* unknown architecture */
|
| 267 |
+
# define ARCHITECTURE_ID ""
|
| 268 |
+
# endif
|
| 269 |
+
|
| 270 |
+
#elif defined(__ghs__)
|
| 271 |
+
# if defined(__PPC64__)
|
| 272 |
+
# define ARCHITECTURE_ID "PPC64"
|
| 273 |
+
|
| 274 |
+
# elif defined(__ppc__)
|
| 275 |
+
# define ARCHITECTURE_ID "PPC"
|
| 276 |
+
|
| 277 |
+
# elif defined(__ARM__)
|
| 278 |
+
# define ARCHITECTURE_ID "ARM"
|
| 279 |
+
|
| 280 |
+
# elif defined(__x86_64__)
|
| 281 |
+
# define ARCHITECTURE_ID "x64"
|
| 282 |
+
|
| 283 |
+
# elif defined(__i386__)
|
| 284 |
+
# define ARCHITECTURE_ID "X86"
|
| 285 |
+
|
| 286 |
+
# else /* unknown architecture */
|
| 287 |
+
# define ARCHITECTURE_ID ""
|
| 288 |
+
# endif
|
| 289 |
+
|
| 290 |
+
#elif defined(__TI_COMPILER_VERSION__)
|
| 291 |
+
# if defined(__TI_ARM__)
|
| 292 |
+
# define ARCHITECTURE_ID "ARM"
|
| 293 |
+
|
| 294 |
+
# elif defined(__MSP430__)
|
| 295 |
+
# define ARCHITECTURE_ID "MSP430"
|
| 296 |
+
|
| 297 |
+
# elif defined(__TMS320C28XX__)
|
| 298 |
+
# define ARCHITECTURE_ID "TMS320C28x"
|
| 299 |
+
|
| 300 |
+
# elif defined(__TMS320C6X__) || defined(_TMS320C6X)
|
| 301 |
+
# define ARCHITECTURE_ID "TMS320C6x"
|
| 302 |
+
|
| 303 |
+
# else /* unknown architecture */
|
| 304 |
+
# define ARCHITECTURE_ID ""
|
| 305 |
+
# endif
|
| 306 |
+
|
| 307 |
+
# elif defined(__ADSPSHARC__)
|
| 308 |
+
# define ARCHITECTURE_ID "SHARC"
|
| 309 |
+
|
| 310 |
+
# elif defined(__ADSPBLACKFIN__)
|
| 311 |
+
# define ARCHITECTURE_ID "Blackfin"
|
| 312 |
+
|
| 313 |
+
#else
|
| 314 |
+
# define ARCHITECTURE_ID
|
| 315 |
+
#endif
|
| 316 |
+
|
| 317 |
+
/* Convert integer to decimal digit literals. */
|
| 318 |
+
#define DEC(n) \
|
| 319 |
+
('0' + (((n) / 10000000)%10)), \
|
| 320 |
+
('0' + (((n) / 1000000)%10)), \
|
| 321 |
+
('0' + (((n) / 100000)%10)), \
|
| 322 |
+
('0' + (((n) / 10000)%10)), \
|
| 323 |
+
('0' + (((n) / 1000)%10)), \
|
| 324 |
+
('0' + (((n) / 100)%10)), \
|
| 325 |
+
('0' + (((n) / 10)%10)), \
|
| 326 |
+
('0' + ((n) % 10))
|
| 327 |
+
|
| 328 |
+
/* Convert integer to hex digit literals. */
|
| 329 |
+
#define HEX(n) \
|
| 330 |
+
('0' + ((n)>>28 & 0xF)), \
|
| 331 |
+
('0' + ((n)>>24 & 0xF)), \
|
| 332 |
+
('0' + ((n)>>20 & 0xF)), \
|
| 333 |
+
('0' + ((n)>>16 & 0xF)), \
|
| 334 |
+
('0' + ((n)>>12 & 0xF)), \
|
| 335 |
+
('0' + ((n)>>8 & 0xF)), \
|
| 336 |
+
('0' + ((n)>>4 & 0xF)), \
|
| 337 |
+
('0' + ((n) & 0xF))
|
| 338 |
+
|
| 339 |
+
/* Construct a string literal encoding the version number. */
|
| 340 |
+
#ifdef COMPILER_VERSION
|
| 341 |
+
char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]";
|
| 342 |
+
|
| 343 |
+
/* Construct a string literal encoding the version number components. */
|
| 344 |
+
#elif defined(COMPILER_VERSION_MAJOR)
|
| 345 |
+
char const info_version[] = {
|
| 346 |
+
'I', 'N', 'F', 'O', ':',
|
| 347 |
+
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
|
| 348 |
+
COMPILER_VERSION_MAJOR,
|
| 349 |
+
# ifdef COMPILER_VERSION_MINOR
|
| 350 |
+
'.', COMPILER_VERSION_MINOR,
|
| 351 |
+
# ifdef COMPILER_VERSION_PATCH
|
| 352 |
+
'.', COMPILER_VERSION_PATCH,
|
| 353 |
+
# ifdef COMPILER_VERSION_TWEAK
|
| 354 |
+
'.', COMPILER_VERSION_TWEAK,
|
| 355 |
+
# endif
|
| 356 |
+
# endif
|
| 357 |
+
# endif
|
| 358 |
+
']','\0'};
|
| 359 |
+
#endif
|
| 360 |
+
|
| 361 |
+
/* Construct a string literal encoding the internal version number. */
|
| 362 |
+
#ifdef COMPILER_VERSION_INTERNAL
|
| 363 |
+
char const info_version_internal[] = {
|
| 364 |
+
'I', 'N', 'F', 'O', ':',
|
| 365 |
+
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_',
|
| 366 |
+
'i','n','t','e','r','n','a','l','[',
|
| 367 |
+
COMPILER_VERSION_INTERNAL,']','\0'};
|
| 368 |
+
#elif defined(COMPILER_VERSION_INTERNAL_STR)
|
| 369 |
+
char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]";
|
| 370 |
+
#endif
|
| 371 |
+
|
| 372 |
+
/* Construct a string literal encoding the version number components. */
|
| 373 |
+
#ifdef SIMULATE_VERSION_MAJOR
|
| 374 |
+
char const info_simulate_version[] = {
|
| 375 |
+
'I', 'N', 'F', 'O', ':',
|
| 376 |
+
's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[',
|
| 377 |
+
SIMULATE_VERSION_MAJOR,
|
| 378 |
+
# ifdef SIMULATE_VERSION_MINOR
|
| 379 |
+
'.', SIMULATE_VERSION_MINOR,
|
| 380 |
+
# ifdef SIMULATE_VERSION_PATCH
|
| 381 |
+
'.', SIMULATE_VERSION_PATCH,
|
| 382 |
+
# ifdef SIMULATE_VERSION_TWEAK
|
| 383 |
+
'.', SIMULATE_VERSION_TWEAK,
|
| 384 |
+
# endif
|
| 385 |
+
# endif
|
| 386 |
+
# endif
|
| 387 |
+
']','\0'};
|
| 388 |
+
#endif
|
| 389 |
+
|
| 390 |
+
/* Construct the string literal in pieces to prevent the source from
|
| 391 |
+
getting matched. Store it in a pointer rather than an array
|
| 392 |
+
because some compilers will just produce instructions to fill the
|
| 393 |
+
array rather than assigning a pointer to a static array. */
|
| 394 |
+
char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
|
| 395 |
+
char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
|
| 396 |
+
|
| 397 |
+
|
| 398 |
+
|
| 399 |
+
const char* info_language_standard_default = "INFO" ":" "standard_default["
|
| 400 |
+
#if __cplusplus > 202002L
|
| 401 |
+
"23"
|
| 402 |
+
#elif __cplusplus > 201703L
|
| 403 |
+
"20"
|
| 404 |
+
#elif __cplusplus >= 201703L
|
| 405 |
+
"17"
|
| 406 |
+
#elif __cplusplus >= 201402L
|
| 407 |
+
"14"
|
| 408 |
+
#elif __cplusplus >= 201103L
|
| 409 |
+
"11"
|
| 410 |
+
#else
|
| 411 |
+
"03"
|
| 412 |
+
#endif
|
| 413 |
+
"]";
|
| 414 |
+
|
| 415 |
+
const char* info_language_extensions_default = "INFO" ":" "extensions_default["
|
| 416 |
+
#if (defined(__clang__) || defined(__GNUC__)) && \
|
| 417 |
+
!defined(__STRICT_ANSI__)
|
| 418 |
+
"ON"
|
| 419 |
+
#else
|
| 420 |
+
"OFF"
|
| 421 |
+
#endif
|
| 422 |
+
"]";
|
| 423 |
+
|
| 424 |
+
/*--------------------------------------------------------------------------*/
|
| 425 |
+
|
| 426 |
+
int main(int argc, char* argv[])
|
| 427 |
+
{
|
| 428 |
+
int require = 0;
|
| 429 |
+
require += info_compiler[argc];
|
| 430 |
+
require += info_platform[argc];
|
| 431 |
+
#ifdef COMPILER_VERSION_MAJOR
|
| 432 |
+
require += info_version[argc];
|
| 433 |
+
#endif
|
| 434 |
+
#ifdef SIMULATE_ID
|
| 435 |
+
require += info_simulate[argc];
|
| 436 |
+
#endif
|
| 437 |
+
#ifdef SIMULATE_VERSION_MAJOR
|
| 438 |
+
require += info_simulate_version[argc];
|
| 439 |
+
#endif
|
| 440 |
+
require += info_language_standard_default[argc];
|
| 441 |
+
require += info_language_extensions_default[argc];
|
| 442 |
+
(void)argv;
|
| 443 |
+
return require;
|
| 444 |
+
}
|
CMakeFiles/3.24.0/CompilerIdCUDA/a.out
ADDED
|
Binary file (828 kB). View file
|
|
|
CMakeFiles/3.24.0/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp1.ii
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
CMakeFiles/3.24.0/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp4.ii
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
CMakeFiles/3.24.0/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.c
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# 1 "CMakeCUDACompilerId.cu"
|
| 2 |
+
# 64 "CMakeCUDACompilerId.cu"
|
| 3 |
+
extern const char *info_compiler;
|
| 4 |
+
|
| 5 |
+
extern const char *info_simulate;
|
| 6 |
+
# 345 "CMakeCUDACompilerId.cu"
|
| 7 |
+
static const char info_version[50];
|
| 8 |
+
# 374 "CMakeCUDACompilerId.cu"
|
| 9 |
+
static const char info_simulate_version[41];
|
| 10 |
+
# 394 "CMakeCUDACompilerId.cu"
|
| 11 |
+
extern const char *info_platform;
|
| 12 |
+
extern const char *info_arch;
|
| 13 |
+
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
extern const char *info_language_standard_default;
|
| 17 |
+
# 415 "CMakeCUDACompilerId.cu"
|
| 18 |
+
extern const char *info_language_extensions_default;
|
| 19 |
+
# 64 "CMakeCUDACompilerId.cu"
|
| 20 |
+
const char *info_compiler = ((const char *)"INFO:compiler[NVIDIA]");
|
| 21 |
+
|
| 22 |
+
const char *info_simulate = ((const char *)"INFO:simulate[GNU]");
|
| 23 |
+
# 345 "CMakeCUDACompilerId.cu"
|
| 24 |
+
static const char info_version[50] = {((char)73),((char)78),((char)70),((char)79),((char)58),((char)99),((char)111),((char)109),((char)112),((char)105),((char)108),((char)101),((char)114),((char)95),((char)118),((char)101),((char)114),((char)115),((char)105),((char)111),((char)110),((char)91),((char)48),((char)48),((char)48),((char)48),((char)48),((char)48),((char)49),((char)49),((char)46),((char)48),((char)48),((char)48),((char)48),((char)48),((char)48),((char)48),((char)56),((char)46),((char)48),((char)48),((char)48),((char)48),((char)48),((char)48),((char)56),((char)57),((char)93),((char)0)};
|
| 25 |
+
# 374 "CMakeCUDACompilerId.cu"
|
| 26 |
+
static const char info_simulate_version[41] = {((char)73),((char)78),((char)70),((char)79),((char)58),((char)115),((char)105),((char)109),((char)117),((char)108),((char)97),((char)116),((char)101),((char)95),((char)118),((char)101),((char)114),((char)115),((char)105),((char)111),((char)110),((char)91),((char)48),((char)48),((char)48),((char)48),((char)48),((char)48),((char)48),((char)57),((char)46),((char)48),((char)48),((char)48),((char)48),((char)48),((char)48),((char)48),((char)52),((char)93),((char)0)};
|
| 27 |
+
# 394 "CMakeCUDACompilerId.cu"
|
| 28 |
+
const char *info_platform = ((const char *)"INFO:platform[Linux]");
|
| 29 |
+
const char *info_arch = ((const char *)"INFO:arch[]");
|
| 30 |
+
|
| 31 |
+
|
| 32 |
+
|
| 33 |
+
const char *info_language_standard_default = ((const char *)"INFO:standard_default[14]");
|
| 34 |
+
# 415 "CMakeCUDACompilerId.cu"
|
| 35 |
+
const char *info_language_extensions_default = ((const char *)"INFO:extensions_default[ON]");
|
CMakeFiles/3.24.0/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.cpp
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
CMakeFiles/3.24.0/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.gpu
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
typedef char __nv_bool;
|
| 2 |
+
# 209 "/usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h" 3
|
| 3 |
+
typedef unsigned long size_t;
|
| 4 |
+
#include "crt/device_runtime.h"
|
| 5 |
+
# 258 "/usr/include/x86_64-linux-gnu/c++/9/bits/c++config.h" 3
|
| 6 |
+
typedef unsigned long _ZSt6size_t;
|
| 7 |
+
#include "common_functions.h"
|
CMakeFiles/3.24.0/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.stub.c
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#pragma GCC diagnostic push
|
| 2 |
+
#pragma GCC diagnostic ignored "-Wunused-function"
|
| 3 |
+
#pragma GCC diagnostic ignored "-Wcast-qual"
|
| 4 |
+
#define __NV_CUBIN_HANDLE_STORAGE__ static
|
| 5 |
+
#if !defined(__CUDA_INCLUDE_COMPILER_INTERNAL_HEADERS__)
|
| 6 |
+
#define __CUDA_INCLUDE_COMPILER_INTERNAL_HEADERS__
|
| 7 |
+
#endif
|
| 8 |
+
#include "crt/host_runtime.h"
|
| 9 |
+
#include "CMakeCUDACompilerId.fatbin.c"
|
| 10 |
+
static void __nv_cudaEntityRegisterCallback(void **);
|
| 11 |
+
static void __sti____cudaRegisterAll(void) __attribute__((__constructor__));
|
| 12 |
+
static void __nv_cudaEntityRegisterCallback(void **__T0){__nv_dummy_param_ref(__T0);__nv_save_fatbinhandle_for_managed_rt(__T0);}
|
| 13 |
+
static void __sti____cudaRegisterAll(void){__cudaRegisterBinary(__nv_cudaEntityRegisterCallback);}
|
| 14 |
+
|
| 15 |
+
#pragma GCC diagnostic pop
|
CMakeFiles/3.24.0/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin
ADDED
|
Binary file (1.11 kB). View file
|
|
|
CMakeFiles/3.24.0/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin.c
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#ifndef __SKIP_INTERNAL_FATBINARY_HEADERS
|
| 2 |
+
#include "fatbinary_section.h"
|
| 3 |
+
#endif
|
| 4 |
+
#define __CUDAFATBINSECTION ".nvFatBinSegment"
|
| 5 |
+
#define __CUDAFATBINDATASECTION ".nv_fatbin"
|
| 6 |
+
asm(
|
| 7 |
+
".section .nv_fatbin, \"a\"\n"
|
| 8 |
+
".align 8\n"
|
| 9 |
+
"fatbinData:\n"
|
| 10 |
+
".quad 0x00100001ba55ed50,0x0000000000000448,0x0000004001010002,0x0000000000000388\n"
|
| 11 |
+
".quad 0x0000000000000000,0x0000003400010007,0x0000000000000000,0x0000000000000011\n"
|
| 12 |
+
".quad 0x0000000000000000,0x0000000000000000,0x33010102464c457f,0x0000000000000007\n"
|
| 13 |
+
".quad 0x0000007600be0002,0x0000000000000000,0x0000000000000318,0x00000000000001d8\n"
|
| 14 |
+
".quad 0x0038004000340534,0x0001000500400002,0x7472747368732e00,0x747274732e006261\n"
|
| 15 |
+
".quad 0x746d79732e006261,0x746d79732e006261,0x78646e68735f6261,0x666e692e766e2e00\n"
|
| 16 |
+
".quad 0x65722e766e2e006f,0x6e6f697463612e6c,0x72747368732e0000,0x7274732e00626174\n"
|
| 17 |
+
".quad 0x6d79732e00626174,0x6d79732e00626174,0x646e68735f626174,0x6e692e766e2e0078\n"
|
| 18 |
+
".quad 0x722e766e2e006f66,0x6f697463612e6c65,0x000000000000006e,0x0000000000000000\n"
|
| 19 |
+
".quad 0x0000000000000000,0x0000000000000000,0x0004000300000032,0x0000000000000000\n"
|
| 20 |
+
".quad 0x0000000000000000,0x000000000000004b,0x222f0a1008020200,0x0000000008000000\n"
|
| 21 |
+
".quad 0x0000000008080000,0x0000000008100000,0x0000000008180000,0x0000000008200000\n"
|
| 22 |
+
".quad 0x0000000008280000,0x0000000008300000,0x0000000008380000,0x0000000008000001\n"
|
| 23 |
+
".quad 0x0000000008080001,0x0000000008100001,0x0000000008180001,0x0000000008200001\n"
|
| 24 |
+
".quad 0x0000000008280001,0x0000000008300001,0x0000000008380001,0x0000000008000002\n"
|
| 25 |
+
".quad 0x0000000008080002,0x0000000008100002,0x0000000008180002,0x0000000008200002\n"
|
| 26 |
+
".quad 0x0000000008280002,0x0000000008300002,0x0000000008380002,0x0000002c14000000\n"
|
| 27 |
+
".quad 0x000000000c000003,0x0000000000000000,0x0000000000000000,0x0000000000000000\n"
|
| 28 |
+
".quad 0x0000000000000000,0x0000000000000000,0x0000000000000000,0x0000000000000000\n"
|
| 29 |
+
".quad 0x0000000000000000,0x0000000300000001,0x0000000000000000,0x0000000000000000\n"
|
| 30 |
+
".quad 0x0000000000000040,0x0000000000000041,0x0000000000000000,0x0000000000000001\n"
|
| 31 |
+
".quad 0x0000000000000000,0x000000030000000b,0x0000000000000000,0x0000000000000000\n"
|
| 32 |
+
".quad 0x0000000000000081,0x0000000000000041,0x0000000000000000,0x0000000000000001\n"
|
| 33 |
+
".quad 0x0000000000000000,0x0000000200000013,0x0000000000000000,0x0000000000000000\n"
|
| 34 |
+
".quad 0x00000000000000c8,0x0000000000000030,0x0000000200000002,0x0000000000000008\n"
|
| 35 |
+
".quad 0x0000000000000018,0x7000000b00000032,0x0000000000000000,0x0000000000000000\n"
|
| 36 |
+
".quad 0x00000000000000f8,0x00000000000000e0,0x0000000000000000,0x0000000000000008\n"
|
| 37 |
+
".quad 0x0000000000000008,0x0000000500000006,0x0000000000000318,0x0000000000000000\n"
|
| 38 |
+
".quad 0x0000000000000000,0x0000000000000070,0x0000000000000070,0x0000000000000008\n"
|
| 39 |
+
".quad 0x0000000500000001,0x0000000000000318,0x0000000000000000,0x0000000000000000\n"
|
| 40 |
+
".quad 0x0000000000000070,0x0000000000000070,0x0000000000000008,0x0000004801010001\n"
|
| 41 |
+
".quad 0x0000000000000038,0x0000004000000036,0x0000003400070008,0x0000000000000000\n"
|
| 42 |
+
".quad 0x0000000000002011,0x0000000000000000,0x0000000000000038,0x0000000000000000\n"
|
| 43 |
+
".quad 0x762e21f000010a13,0x37206e6f69737265,0x677261742e0a382e,0x32355f6d73207465\n"
|
| 44 |
+
".quad 0x7365726464612e0a, 0x3620657a69735f73, 0x0000000a0a0a0a34\n"
|
| 45 |
+
".text\n");
|
| 46 |
+
#ifdef __cplusplus
|
| 47 |
+
extern "C" {
|
| 48 |
+
#endif
|
| 49 |
+
extern const unsigned long long fatbinData[139];
|
| 50 |
+
#ifdef __cplusplus
|
| 51 |
+
}
|
| 52 |
+
#endif
|
| 53 |
+
#ifdef __cplusplus
|
| 54 |
+
extern "C" {
|
| 55 |
+
#endif
|
| 56 |
+
static const __fatBinC_Wrapper_t __fatDeviceText __attribute__ ((aligned (8))) __attribute__ ((section (__CUDAFATBINSECTION)))=
|
| 57 |
+
{ 0x466243b1, 1, fatbinData, 0 };
|
| 58 |
+
#ifdef __cplusplus
|
| 59 |
+
}
|
| 60 |
+
#endif
|
CMakeFiles/3.24.0/CompilerIdCUDA/tmp/CMakeCUDACompilerId.module_id
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
_2a2b2ac2_22_CMakeCUDACompilerId_cu_bd57c623
|
CMakeFiles/3.24.0/CompilerIdCUDA/tmp/CMakeCUDACompilerId.o
ADDED
|
Binary file (6.67 kB). View file
|
|
|
CMakeFiles/3.24.0/CompilerIdCUDA/tmp/CMakeCUDACompilerId.ptx
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
//
|
| 2 |
+
// Generated by NVIDIA NVVM Compiler
|
| 3 |
+
//
|
| 4 |
+
// Compiler Build ID: CL-31833905
|
| 5 |
+
// Cuda compilation tools, release 11.8, V11.8.89
|
| 6 |
+
// Based on NVVM 7.0.1
|
| 7 |
+
//
|
| 8 |
+
|
| 9 |
+
.version 7.8
|
| 10 |
+
.target sm_52
|
| 11 |
+
.address_size 64
|
| 12 |
+
|
| 13 |
+
|
| 14 |
+
|
CMakeFiles/3.24.0/CompilerIdCUDA/tmp/CMakeCUDACompilerId.sm_52.cubin
ADDED
|
Binary file (904 Bytes). View file
|
|
|
CMakeFiles/3.24.0/CompilerIdCUDA/tmp/a_dlink.fatbin
ADDED
|
Binary file (1.15 kB). View file
|
|
|
CMakeFiles/3.24.0/CompilerIdCUDA/tmp/a_dlink.fatbin.c
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#ifndef __SKIP_INTERNAL_FATBINARY_HEADERS
|
| 2 |
+
#include "fatbinary_section.h"
|
| 3 |
+
#endif
|
| 4 |
+
#define __CUDAFATBINSECTION ".nvFatBinSegment"
|
| 5 |
+
#define __CUDAFATBINDATASECTION ".nv_fatbin"
|
| 6 |
+
asm(
|
| 7 |
+
".section .nv_fatbin, \"a\"\n"
|
| 8 |
+
".align 8\n"
|
| 9 |
+
"fatbinData:\n"
|
| 10 |
+
".quad 0x00100001ba55ed50,0x0000000000000470,0x0000004001010002,0x0000000000000430\n"
|
| 11 |
+
".quad 0x0000000000000000,0x0000003400010007,0x0000000000000000,0x0000000000000011\n"
|
| 12 |
+
".quad 0x0000000000000000,0x0000000000000000,0x33010102464c457f,0x0000000000000007\n"
|
| 13 |
+
".quad 0x0000007600be0002,0x0000000000000000,0x00000000000003c0,0x0000000000000240\n"
|
| 14 |
+
".quad 0x0038004000340534,0x0001000600400002,0x7472747368732e00,0x747274732e006261\n"
|
| 15 |
+
".quad 0x746d79732e006261,0x746d79732e006261,0x78646e68735f6261,0x666e692e766e2e00\n"
|
| 16 |
+
".quad 0x61632e766e2e006f,0x0068706172676c6c,0x746f72702e766e2e,0x6e2e00657079746f\n"
|
| 17 |
+
".quad 0x63612e6c65722e76,0x732e00006e6f6974,0x0062617472747368,0x006261747274732e\n"
|
| 18 |
+
".quad 0x006261746d79732e,0x5f6261746d79732e,0x6e2e0078646e6873,0x2e006f666e692e76\n"
|
| 19 |
+
".quad 0x676c6c61632e766e,0x766e2e0068706172,0x79746f746f72702e,0x722e766e2e006570\n"
|
| 20 |
+
".quad 0x6f697463612e6c65,0x000000000000006e,0x0000000000000000,0x0000000000000000\n"
|
| 21 |
+
".quad 0x0000000000000000,0x0004000300000032,0x0000000000000000,0x0000000000000000\n"
|
| 22 |
+
".quad 0x000500030000004e,0x0000000000000000,0x0000000000000000,0xffffffff00000000\n"
|
| 23 |
+
".quad 0xfffffffe00000000,0xfffffffd00000000,0x000000000000004b,0x222f0a1008020200\n"
|
| 24 |
+
".quad 0x0000000008000000,0x0000000008080000,0x0000000008100000,0x0000000008180000\n"
|
| 25 |
+
".quad 0x0000000008200000,0x0000000008280000,0x0000000008300000,0x0000000008380000\n"
|
| 26 |
+
".quad 0x0000000008000001,0x0000000008080001,0x0000000008100001,0x0000000008180001\n"
|
| 27 |
+
".quad 0x0000000008200001,0x0000000008280001,0x0000000008300001,0x0000000008380001\n"
|
| 28 |
+
".quad 0x0000000008000002,0x0000000008080002,0x0000000008100002,0x0000000008180002\n"
|
| 29 |
+
".quad 0x0000000008200002,0x0000000008280002,0x0000000008300002,0x0000000008380002\n"
|
| 30 |
+
".quad 0x0000002c14000000,0x000000000c000003,0x0000000000000000,0x0000000000000000\n"
|
| 31 |
+
".quad 0x0000000000000000,0x0000000000000000,0x0000000000000000,0x0000000000000000\n"
|
| 32 |
+
".quad 0x0000000000000000,0x0000000000000000,0x0000000300000001,0x0000000000000000\n"
|
| 33 |
+
".quad 0x0000000000000000,0x0000000000000040,0x000000000000005d,0x0000000000000000\n"
|
| 34 |
+
".quad 0x0000000000000001,0x0000000000000000,0x000000030000000b,0x0000000000000000\n"
|
| 35 |
+
".quad 0x0000000000000000,0x000000000000009d,0x000000000000005d,0x0000000000000000\n"
|
| 36 |
+
".quad 0x0000000000000001,0x0000000000000000,0x0000000200000013,0x0000000000000000\n"
|
| 37 |
+
".quad 0x0000000000000000,0x0000000000000100,0x0000000000000048,0x0000000300000002\n"
|
| 38 |
+
".quad 0x0000000000000008,0x0000000000000018,0x7000000100000032,0x0000000000000000\n"
|
| 39 |
+
".quad 0x0000000000000000,0x0000000000000148,0x0000000000000018,0x0000000000000003\n"
|
| 40 |
+
".quad 0x0000000000000004,0x0000000000000008,0x7000000b0000004e,0x0000000000000000\n"
|
| 41 |
+
".quad 0x0000000000000000,0x0000000000000160,0x00000000000000e0,0x0000000000000000\n"
|
| 42 |
+
".quad 0x0000000000000008,0x0000000000000008,0x0000000500000006,0x00000000000003c0\n"
|
| 43 |
+
".quad 0x0000000000000000,0x0000000000000000,0x0000000000000070,0x0000000000000070\n"
|
| 44 |
+
".quad 0x0000000000000008,0x0000000500000001,0x00000000000003c0,0x0000000000000000\n"
|
| 45 |
+
".quad 0x0000000000000000,0x0000000000000070,0x0000000000000070,0x0000000000000008\n"
|
| 46 |
+
".text\n");
|
| 47 |
+
#ifdef __cplusplus
|
| 48 |
+
extern "C" {
|
| 49 |
+
#endif
|
| 50 |
+
extern const unsigned long long fatbinData[144];
|
| 51 |
+
#ifdef __cplusplus
|
| 52 |
+
}
|
| 53 |
+
#endif
|
| 54 |
+
#ifdef __cplusplus
|
| 55 |
+
extern "C" {
|
| 56 |
+
#endif
|
| 57 |
+
static const __fatBinC_Wrapper_t __fatDeviceText __attribute__ ((aligned (8))) __attribute__ ((section (__CUDAFATBINSECTION)))=
|
| 58 |
+
{ 0x466243b1, 2, fatbinData, (void**)__cudaPrelinkedFatbins };
|
| 59 |
+
#ifdef __cplusplus
|
| 60 |
+
}
|
| 61 |
+
#endif
|
CMakeFiles/3.24.0/CompilerIdCUDA/tmp/a_dlink.o
ADDED
|
Binary file (3.3 kB). View file
|
|
|
CMakeFiles/3.24.0/CompilerIdCUDA/tmp/a_dlink.reg.c
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
#define NUM_PRELINKED_OBJECTS 0
|
CMakeFiles/3.24.0/CompilerIdCUDA/tmp/a_dlink.sm_52.cubin
ADDED
|
Binary file (1.07 kB). View file
|
|
|
CMakeFiles/3.24.0/CompilerIdCXX/CMakeCXXCompilerId.cpp
ADDED
|
@@ -0,0 +1,826 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/* This source file must have a .cpp extension so that all C++ compilers
|
| 2 |
+
recognize the extension without flags. Borland does not know .cxx for
|
| 3 |
+
example. */
|
| 4 |
+
#ifndef __cplusplus
|
| 5 |
+
# error "A C compiler has been selected for C++."
|
| 6 |
+
#endif
|
| 7 |
+
|
| 8 |
+
#if !defined(__has_include)
|
| 9 |
+
/* If the compiler does not have __has_include, pretend the answer is
|
| 10 |
+
always no. */
|
| 11 |
+
# define __has_include(x) 0
|
| 12 |
+
#endif
|
| 13 |
+
|
| 14 |
+
|
| 15 |
+
/* Version number components: V=Version, R=Revision, P=Patch
|
| 16 |
+
Version date components: YYYY=Year, MM=Month, DD=Day */
|
| 17 |
+
|
| 18 |
+
#if defined(__COMO__)
|
| 19 |
+
# define COMPILER_ID "Comeau"
|
| 20 |
+
/* __COMO_VERSION__ = VRR */
|
| 21 |
+
# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100)
|
| 22 |
+
# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100)
|
| 23 |
+
|
| 24 |
+
#elif defined(__INTEL_COMPILER) || defined(__ICC)
|
| 25 |
+
# define COMPILER_ID "Intel"
|
| 26 |
+
# if defined(_MSC_VER)
|
| 27 |
+
# define SIMULATE_ID "MSVC"
|
| 28 |
+
# endif
|
| 29 |
+
# if defined(__GNUC__)
|
| 30 |
+
# define SIMULATE_ID "GNU"
|
| 31 |
+
# endif
|
| 32 |
+
/* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later,
|
| 33 |
+
except that a few beta releases use the old format with V=2021. */
|
| 34 |
+
# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111
|
| 35 |
+
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
|
| 36 |
+
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
|
| 37 |
+
# if defined(__INTEL_COMPILER_UPDATE)
|
| 38 |
+
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
|
| 39 |
+
# else
|
| 40 |
+
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
|
| 41 |
+
# endif
|
| 42 |
+
# else
|
| 43 |
+
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER)
|
| 44 |
+
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE)
|
| 45 |
+
/* The third version component from --version is an update index,
|
| 46 |
+
but no macro is provided for it. */
|
| 47 |
+
# define COMPILER_VERSION_PATCH DEC(0)
|
| 48 |
+
# endif
|
| 49 |
+
# if defined(__INTEL_COMPILER_BUILD_DATE)
|
| 50 |
+
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
|
| 51 |
+
# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
|
| 52 |
+
# endif
|
| 53 |
+
# if defined(_MSC_VER)
|
| 54 |
+
/* _MSC_VER = VVRR */
|
| 55 |
+
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
| 56 |
+
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
| 57 |
+
# endif
|
| 58 |
+
# if defined(__GNUC__)
|
| 59 |
+
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
|
| 60 |
+
# elif defined(__GNUG__)
|
| 61 |
+
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
|
| 62 |
+
# endif
|
| 63 |
+
# if defined(__GNUC_MINOR__)
|
| 64 |
+
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
|
| 65 |
+
# endif
|
| 66 |
+
# if defined(__GNUC_PATCHLEVEL__)
|
| 67 |
+
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
| 68 |
+
# endif
|
| 69 |
+
|
| 70 |
+
#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER)
|
| 71 |
+
# define COMPILER_ID "IntelLLVM"
|
| 72 |
+
#if defined(_MSC_VER)
|
| 73 |
+
# define SIMULATE_ID "MSVC"
|
| 74 |
+
#endif
|
| 75 |
+
#if defined(__GNUC__)
|
| 76 |
+
# define SIMULATE_ID "GNU"
|
| 77 |
+
#endif
|
| 78 |
+
/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and
|
| 79 |
+
* later. Look for 6 digit vs. 8 digit version number to decide encoding.
|
| 80 |
+
* VVVV is no smaller than the current year when a version is released.
|
| 81 |
+
*/
|
| 82 |
+
#if __INTEL_LLVM_COMPILER < 1000000L
|
| 83 |
+
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100)
|
| 84 |
+
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10)
|
| 85 |
+
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10)
|
| 86 |
+
#else
|
| 87 |
+
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000)
|
| 88 |
+
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100)
|
| 89 |
+
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100)
|
| 90 |
+
#endif
|
| 91 |
+
#if defined(_MSC_VER)
|
| 92 |
+
/* _MSC_VER = VVRR */
|
| 93 |
+
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
| 94 |
+
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
| 95 |
+
#endif
|
| 96 |
+
#if defined(__GNUC__)
|
| 97 |
+
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
|
| 98 |
+
#elif defined(__GNUG__)
|
| 99 |
+
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
|
| 100 |
+
#endif
|
| 101 |
+
#if defined(__GNUC_MINOR__)
|
| 102 |
+
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
|
| 103 |
+
#endif
|
| 104 |
+
#if defined(__GNUC_PATCHLEVEL__)
|
| 105 |
+
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
| 106 |
+
#endif
|
| 107 |
+
|
| 108 |
+
#elif defined(__PATHCC__)
|
| 109 |
+
# define COMPILER_ID "PathScale"
|
| 110 |
+
# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
|
| 111 |
+
# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
|
| 112 |
+
# if defined(__PATHCC_PATCHLEVEL__)
|
| 113 |
+
# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
|
| 114 |
+
# endif
|
| 115 |
+
|
| 116 |
+
#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
|
| 117 |
+
# define COMPILER_ID "Embarcadero"
|
| 118 |
+
# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
|
| 119 |
+
# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
|
| 120 |
+
# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF)
|
| 121 |
+
|
| 122 |
+
#elif defined(__BORLANDC__)
|
| 123 |
+
# define COMPILER_ID "Borland"
|
| 124 |
+
/* __BORLANDC__ = 0xVRR */
|
| 125 |
+
# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
|
| 126 |
+
# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
|
| 127 |
+
|
| 128 |
+
#elif defined(__WATCOMC__) && __WATCOMC__ < 1200
|
| 129 |
+
# define COMPILER_ID "Watcom"
|
| 130 |
+
/* __WATCOMC__ = VVRR */
|
| 131 |
+
# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
|
| 132 |
+
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
|
| 133 |
+
# if (__WATCOMC__ % 10) > 0
|
| 134 |
+
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
|
| 135 |
+
# endif
|
| 136 |
+
|
| 137 |
+
#elif defined(__WATCOMC__)
|
| 138 |
+
# define COMPILER_ID "OpenWatcom"
|
| 139 |
+
/* __WATCOMC__ = VVRP + 1100 */
|
| 140 |
+
# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
|
| 141 |
+
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
|
| 142 |
+
# if (__WATCOMC__ % 10) > 0
|
| 143 |
+
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
|
| 144 |
+
# endif
|
| 145 |
+
|
| 146 |
+
#elif defined(__SUNPRO_CC)
|
| 147 |
+
# define COMPILER_ID "SunPro"
|
| 148 |
+
# if __SUNPRO_CC >= 0x5100
|
| 149 |
+
/* __SUNPRO_CC = 0xVRRP */
|
| 150 |
+
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12)
|
| 151 |
+
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF)
|
| 152 |
+
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF)
|
| 153 |
+
# else
|
| 154 |
+
/* __SUNPRO_CC = 0xVRP */
|
| 155 |
+
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8)
|
| 156 |
+
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF)
|
| 157 |
+
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF)
|
| 158 |
+
# endif
|
| 159 |
+
|
| 160 |
+
#elif defined(__HP_aCC)
|
| 161 |
+
# define COMPILER_ID "HP"
|
| 162 |
+
/* __HP_aCC = VVRRPP */
|
| 163 |
+
# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000)
|
| 164 |
+
# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100)
|
| 165 |
+
# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100)
|
| 166 |
+
|
| 167 |
+
#elif defined(__DECCXX)
|
| 168 |
+
# define COMPILER_ID "Compaq"
|
| 169 |
+
/* __DECCXX_VER = VVRRTPPPP */
|
| 170 |
+
# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000)
|
| 171 |
+
# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100)
|
| 172 |
+
# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000)
|
| 173 |
+
|
| 174 |
+
#elif defined(__IBMCPP__) && defined(__COMPILER_VER__)
|
| 175 |
+
# define COMPILER_ID "zOS"
|
| 176 |
+
/* __IBMCPP__ = VRP */
|
| 177 |
+
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
|
| 178 |
+
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
|
| 179 |
+
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
|
| 180 |
+
|
| 181 |
+
#elif defined(__open_xl__) && defined(__clang__)
|
| 182 |
+
# define COMPILER_ID "IBMClang"
|
| 183 |
+
# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__)
|
| 184 |
+
# define COMPILER_VERSION_MINOR DEC(__open_xl_release__)
|
| 185 |
+
# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__)
|
| 186 |
+
# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__)
|
| 187 |
+
|
| 188 |
+
|
| 189 |
+
#elif defined(__ibmxl__) && defined(__clang__)
|
| 190 |
+
# define COMPILER_ID "XLClang"
|
| 191 |
+
# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
|
| 192 |
+
# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
|
| 193 |
+
# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
|
| 194 |
+
# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
|
| 195 |
+
|
| 196 |
+
|
| 197 |
+
#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800
|
| 198 |
+
# define COMPILER_ID "XL"
|
| 199 |
+
/* __IBMCPP__ = VRP */
|
| 200 |
+
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
|
| 201 |
+
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
|
| 202 |
+
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
|
| 203 |
+
|
| 204 |
+
#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800
|
| 205 |
+
# define COMPILER_ID "VisualAge"
|
| 206 |
+
/* __IBMCPP__ = VRP */
|
| 207 |
+
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
|
| 208 |
+
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
|
| 209 |
+
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
|
| 210 |
+
|
| 211 |
+
#elif defined(__NVCOMPILER)
|
| 212 |
+
# define COMPILER_ID "NVHPC"
|
| 213 |
+
# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__)
|
| 214 |
+
# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__)
|
| 215 |
+
# if defined(__NVCOMPILER_PATCHLEVEL__)
|
| 216 |
+
# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__)
|
| 217 |
+
# endif
|
| 218 |
+
|
| 219 |
+
#elif defined(__PGI)
|
| 220 |
+
# define COMPILER_ID "PGI"
|
| 221 |
+
# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
|
| 222 |
+
# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
|
| 223 |
+
# if defined(__PGIC_PATCHLEVEL__)
|
| 224 |
+
# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
|
| 225 |
+
# endif
|
| 226 |
+
|
| 227 |
+
#elif defined(_CRAYC)
|
| 228 |
+
# define COMPILER_ID "Cray"
|
| 229 |
+
# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
|
| 230 |
+
# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
|
| 231 |
+
|
| 232 |
+
#elif defined(__TI_COMPILER_VERSION__)
|
| 233 |
+
# define COMPILER_ID "TI"
|
| 234 |
+
/* __TI_COMPILER_VERSION__ = VVVRRRPPP */
|
| 235 |
+
# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
|
| 236 |
+
# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
|
| 237 |
+
# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
|
| 238 |
+
|
| 239 |
+
#elif defined(__CLANG_FUJITSU)
|
| 240 |
+
# define COMPILER_ID "FujitsuClang"
|
| 241 |
+
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
|
| 242 |
+
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
|
| 243 |
+
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
|
| 244 |
+
# define COMPILER_VERSION_INTERNAL_STR __clang_version__
|
| 245 |
+
|
| 246 |
+
|
| 247 |
+
#elif defined(__FUJITSU)
|
| 248 |
+
# define COMPILER_ID "Fujitsu"
|
| 249 |
+
# if defined(__FCC_version__)
|
| 250 |
+
# define COMPILER_VERSION __FCC_version__
|
| 251 |
+
# elif defined(__FCC_major__)
|
| 252 |
+
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
|
| 253 |
+
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
|
| 254 |
+
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
|
| 255 |
+
# endif
|
| 256 |
+
# if defined(__fcc_version)
|
| 257 |
+
# define COMPILER_VERSION_INTERNAL DEC(__fcc_version)
|
| 258 |
+
# elif defined(__FCC_VERSION)
|
| 259 |
+
# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION)
|
| 260 |
+
# endif
|
| 261 |
+
|
| 262 |
+
|
| 263 |
+
#elif defined(__ghs__)
|
| 264 |
+
# define COMPILER_ID "GHS"
|
| 265 |
+
/* __GHS_VERSION_NUMBER = VVVVRP */
|
| 266 |
+
# ifdef __GHS_VERSION_NUMBER
|
| 267 |
+
# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100)
|
| 268 |
+
# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10)
|
| 269 |
+
# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10)
|
| 270 |
+
# endif
|
| 271 |
+
|
| 272 |
+
#elif defined(__SCO_VERSION__)
|
| 273 |
+
# define COMPILER_ID "SCO"
|
| 274 |
+
|
| 275 |
+
#elif defined(__ARMCC_VERSION) && !defined(__clang__)
|
| 276 |
+
# define COMPILER_ID "ARMCC"
|
| 277 |
+
#if __ARMCC_VERSION >= 1000000
|
| 278 |
+
/* __ARMCC_VERSION = VRRPPPP */
|
| 279 |
+
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
|
| 280 |
+
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
|
| 281 |
+
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
|
| 282 |
+
#else
|
| 283 |
+
/* __ARMCC_VERSION = VRPPPP */
|
| 284 |
+
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
|
| 285 |
+
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
|
| 286 |
+
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
|
| 287 |
+
#endif
|
| 288 |
+
|
| 289 |
+
|
| 290 |
+
#elif defined(__clang__) && defined(__apple_build_version__)
|
| 291 |
+
# define COMPILER_ID "AppleClang"
|
| 292 |
+
# if defined(_MSC_VER)
|
| 293 |
+
# define SIMULATE_ID "MSVC"
|
| 294 |
+
# endif
|
| 295 |
+
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
|
| 296 |
+
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
|
| 297 |
+
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
|
| 298 |
+
# if defined(_MSC_VER)
|
| 299 |
+
/* _MSC_VER = VVRR */
|
| 300 |
+
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
| 301 |
+
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
| 302 |
+
# endif
|
| 303 |
+
# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
|
| 304 |
+
|
| 305 |
+
#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION)
|
| 306 |
+
# define COMPILER_ID "ARMClang"
|
| 307 |
+
# define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000)
|
| 308 |
+
# define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100)
|
| 309 |
+
# define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000)
|
| 310 |
+
# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION)
|
| 311 |
+
|
| 312 |
+
#elif defined(__clang__)
|
| 313 |
+
# define COMPILER_ID "Clang"
|
| 314 |
+
# if defined(_MSC_VER)
|
| 315 |
+
# define SIMULATE_ID "MSVC"
|
| 316 |
+
# endif
|
| 317 |
+
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
|
| 318 |
+
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
|
| 319 |
+
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
|
| 320 |
+
# if defined(_MSC_VER)
|
| 321 |
+
/* _MSC_VER = VVRR */
|
| 322 |
+
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
| 323 |
+
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
| 324 |
+
# endif
|
| 325 |
+
|
| 326 |
+
#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__))
|
| 327 |
+
# define COMPILER_ID "LCC"
|
| 328 |
+
# define COMPILER_VERSION_MAJOR DEC(1)
|
| 329 |
+
# if defined(__LCC__)
|
| 330 |
+
# define COMPILER_VERSION_MINOR DEC(__LCC__- 100)
|
| 331 |
+
# endif
|
| 332 |
+
# if defined(__LCC_MINOR__)
|
| 333 |
+
# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__)
|
| 334 |
+
# endif
|
| 335 |
+
# if defined(__GNUC__) && defined(__GNUC_MINOR__)
|
| 336 |
+
# define SIMULATE_ID "GNU"
|
| 337 |
+
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
|
| 338 |
+
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
|
| 339 |
+
# if defined(__GNUC_PATCHLEVEL__)
|
| 340 |
+
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
| 341 |
+
# endif
|
| 342 |
+
# endif
|
| 343 |
+
|
| 344 |
+
#elif defined(__GNUC__) || defined(__GNUG__)
|
| 345 |
+
# define COMPILER_ID "GNU"
|
| 346 |
+
# if defined(__GNUC__)
|
| 347 |
+
# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
|
| 348 |
+
# else
|
| 349 |
+
# define COMPILER_VERSION_MAJOR DEC(__GNUG__)
|
| 350 |
+
# endif
|
| 351 |
+
# if defined(__GNUC_MINOR__)
|
| 352 |
+
# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
|
| 353 |
+
# endif
|
| 354 |
+
# if defined(__GNUC_PATCHLEVEL__)
|
| 355 |
+
# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
| 356 |
+
# endif
|
| 357 |
+
|
| 358 |
+
#elif defined(_MSC_VER)
|
| 359 |
+
# define COMPILER_ID "MSVC"
|
| 360 |
+
/* _MSC_VER = VVRR */
|
| 361 |
+
# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
|
| 362 |
+
# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
|
| 363 |
+
# if defined(_MSC_FULL_VER)
|
| 364 |
+
# if _MSC_VER >= 1400
|
| 365 |
+
/* _MSC_FULL_VER = VVRRPPPPP */
|
| 366 |
+
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
|
| 367 |
+
# else
|
| 368 |
+
/* _MSC_FULL_VER = VVRRPPPP */
|
| 369 |
+
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
|
| 370 |
+
# endif
|
| 371 |
+
# endif
|
| 372 |
+
# if defined(_MSC_BUILD)
|
| 373 |
+
# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
|
| 374 |
+
# endif
|
| 375 |
+
|
| 376 |
+
#elif defined(_ADI_COMPILER)
|
| 377 |
+
# define COMPILER_ID "ADSP"
|
| 378 |
+
#if defined(__VERSIONNUM__)
|
| 379 |
+
/* __VERSIONNUM__ = 0xVVRRPPTT */
|
| 380 |
+
# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF)
|
| 381 |
+
# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF)
|
| 382 |
+
# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF)
|
| 383 |
+
# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF)
|
| 384 |
+
#endif
|
| 385 |
+
|
| 386 |
+
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
|
| 387 |
+
# define COMPILER_ID "IAR"
|
| 388 |
+
# if defined(__VER__) && defined(__ICCARM__)
|
| 389 |
+
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000)
|
| 390 |
+
# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000)
|
| 391 |
+
# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000)
|
| 392 |
+
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
|
| 393 |
+
# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__))
|
| 394 |
+
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100)
|
| 395 |
+
# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100))
|
| 396 |
+
# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__)
|
| 397 |
+
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
|
| 398 |
+
# endif
|
| 399 |
+
|
| 400 |
+
|
| 401 |
+
/* These compilers are either not known or too old to define an
|
| 402 |
+
identification macro. Try to identify the platform and guess that
|
| 403 |
+
it is the native compiler. */
|
| 404 |
+
#elif defined(__hpux) || defined(__hpua)
|
| 405 |
+
# define COMPILER_ID "HP"
|
| 406 |
+
|
| 407 |
+
#else /* unknown compiler */
|
| 408 |
+
# define COMPILER_ID ""
|
| 409 |
+
#endif
|
| 410 |
+
|
| 411 |
+
/* Construct the string literal in pieces to prevent the source from
|
| 412 |
+
getting matched. Store it in a pointer rather than an array
|
| 413 |
+
because some compilers will just produce instructions to fill the
|
| 414 |
+
array rather than assigning a pointer to a static array. */
|
| 415 |
+
char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
|
| 416 |
+
#ifdef SIMULATE_ID
|
| 417 |
+
char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]";
|
| 418 |
+
#endif
|
| 419 |
+
|
| 420 |
+
#ifdef __QNXNTO__
|
| 421 |
+
char const* qnxnto = "INFO" ":" "qnxnto[]";
|
| 422 |
+
#endif
|
| 423 |
+
|
| 424 |
+
#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
|
| 425 |
+
char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]";
|
| 426 |
+
#endif
|
| 427 |
+
|
| 428 |
+
#define STRINGIFY_HELPER(X) #X
|
| 429 |
+
#define STRINGIFY(X) STRINGIFY_HELPER(X)
|
| 430 |
+
|
| 431 |
+
/* Identify known platforms by name. */
|
| 432 |
+
#if defined(__linux) || defined(__linux__) || defined(linux)
|
| 433 |
+
# define PLATFORM_ID "Linux"
|
| 434 |
+
|
| 435 |
+
#elif defined(__MSYS__)
|
| 436 |
+
# define PLATFORM_ID "MSYS"
|
| 437 |
+
|
| 438 |
+
#elif defined(__CYGWIN__)
|
| 439 |
+
# define PLATFORM_ID "Cygwin"
|
| 440 |
+
|
| 441 |
+
#elif defined(__MINGW32__)
|
| 442 |
+
# define PLATFORM_ID "MinGW"
|
| 443 |
+
|
| 444 |
+
#elif defined(__APPLE__)
|
| 445 |
+
# define PLATFORM_ID "Darwin"
|
| 446 |
+
|
| 447 |
+
#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
|
| 448 |
+
# define PLATFORM_ID "Windows"
|
| 449 |
+
|
| 450 |
+
#elif defined(__FreeBSD__) || defined(__FreeBSD)
|
| 451 |
+
# define PLATFORM_ID "FreeBSD"
|
| 452 |
+
|
| 453 |
+
#elif defined(__NetBSD__) || defined(__NetBSD)
|
| 454 |
+
# define PLATFORM_ID "NetBSD"
|
| 455 |
+
|
| 456 |
+
#elif defined(__OpenBSD__) || defined(__OPENBSD)
|
| 457 |
+
# define PLATFORM_ID "OpenBSD"
|
| 458 |
+
|
| 459 |
+
#elif defined(__sun) || defined(sun)
|
| 460 |
+
# define PLATFORM_ID "SunOS"
|
| 461 |
+
|
| 462 |
+
#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
|
| 463 |
+
# define PLATFORM_ID "AIX"
|
| 464 |
+
|
| 465 |
+
#elif defined(__hpux) || defined(__hpux__)
|
| 466 |
+
# define PLATFORM_ID "HP-UX"
|
| 467 |
+
|
| 468 |
+
#elif defined(__HAIKU__)
|
| 469 |
+
# define PLATFORM_ID "Haiku"
|
| 470 |
+
|
| 471 |
+
#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
|
| 472 |
+
# define PLATFORM_ID "BeOS"
|
| 473 |
+
|
| 474 |
+
#elif defined(__QNX__) || defined(__QNXNTO__)
|
| 475 |
+
# define PLATFORM_ID "QNX"
|
| 476 |
+
|
| 477 |
+
#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
|
| 478 |
+
# define PLATFORM_ID "Tru64"
|
| 479 |
+
|
| 480 |
+
#elif defined(__riscos) || defined(__riscos__)
|
| 481 |
+
# define PLATFORM_ID "RISCos"
|
| 482 |
+
|
| 483 |
+
#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
|
| 484 |
+
# define PLATFORM_ID "SINIX"
|
| 485 |
+
|
| 486 |
+
#elif defined(__UNIX_SV__)
|
| 487 |
+
# define PLATFORM_ID "UNIX_SV"
|
| 488 |
+
|
| 489 |
+
#elif defined(__bsdos__)
|
| 490 |
+
# define PLATFORM_ID "BSDOS"
|
| 491 |
+
|
| 492 |
+
#elif defined(_MPRAS) || defined(MPRAS)
|
| 493 |
+
# define PLATFORM_ID "MP-RAS"
|
| 494 |
+
|
| 495 |
+
#elif defined(__osf) || defined(__osf__)
|
| 496 |
+
# define PLATFORM_ID "OSF1"
|
| 497 |
+
|
| 498 |
+
#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
|
| 499 |
+
# define PLATFORM_ID "SCO_SV"
|
| 500 |
+
|
| 501 |
+
#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
|
| 502 |
+
# define PLATFORM_ID "ULTRIX"
|
| 503 |
+
|
| 504 |
+
#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
|
| 505 |
+
# define PLATFORM_ID "Xenix"
|
| 506 |
+
|
| 507 |
+
#elif defined(__WATCOMC__)
|
| 508 |
+
# if defined(__LINUX__)
|
| 509 |
+
# define PLATFORM_ID "Linux"
|
| 510 |
+
|
| 511 |
+
# elif defined(__DOS__)
|
| 512 |
+
# define PLATFORM_ID "DOS"
|
| 513 |
+
|
| 514 |
+
# elif defined(__OS2__)
|
| 515 |
+
# define PLATFORM_ID "OS2"
|
| 516 |
+
|
| 517 |
+
# elif defined(__WINDOWS__)
|
| 518 |
+
# define PLATFORM_ID "Windows3x"
|
| 519 |
+
|
| 520 |
+
# elif defined(__VXWORKS__)
|
| 521 |
+
# define PLATFORM_ID "VxWorks"
|
| 522 |
+
|
| 523 |
+
# else /* unknown platform */
|
| 524 |
+
# define PLATFORM_ID
|
| 525 |
+
# endif
|
| 526 |
+
|
| 527 |
+
#elif defined(__INTEGRITY)
|
| 528 |
+
# if defined(INT_178B)
|
| 529 |
+
# define PLATFORM_ID "Integrity178"
|
| 530 |
+
|
| 531 |
+
# else /* regular Integrity */
|
| 532 |
+
# define PLATFORM_ID "Integrity"
|
| 533 |
+
# endif
|
| 534 |
+
|
| 535 |
+
# elif defined(_ADI_COMPILER)
|
| 536 |
+
# define PLATFORM_ID "ADSP"
|
| 537 |
+
|
| 538 |
+
#else /* unknown platform */
|
| 539 |
+
# define PLATFORM_ID
|
| 540 |
+
|
| 541 |
+
#endif
|
| 542 |
+
|
| 543 |
+
/* For windows compilers MSVC and Intel we can determine
|
| 544 |
+
the architecture of the compiler being used. This is because
|
| 545 |
+
the compilers do not have flags that can change the architecture,
|
| 546 |
+
but rather depend on which compiler is being used
|
| 547 |
+
*/
|
| 548 |
+
#if defined(_WIN32) && defined(_MSC_VER)
|
| 549 |
+
# if defined(_M_IA64)
|
| 550 |
+
# define ARCHITECTURE_ID "IA64"
|
| 551 |
+
|
| 552 |
+
# elif defined(_M_ARM64EC)
|
| 553 |
+
# define ARCHITECTURE_ID "ARM64EC"
|
| 554 |
+
|
| 555 |
+
# elif defined(_M_X64) || defined(_M_AMD64)
|
| 556 |
+
# define ARCHITECTURE_ID "x64"
|
| 557 |
+
|
| 558 |
+
# elif defined(_M_IX86)
|
| 559 |
+
# define ARCHITECTURE_ID "X86"
|
| 560 |
+
|
| 561 |
+
# elif defined(_M_ARM64)
|
| 562 |
+
# define ARCHITECTURE_ID "ARM64"
|
| 563 |
+
|
| 564 |
+
# elif defined(_M_ARM)
|
| 565 |
+
# if _M_ARM == 4
|
| 566 |
+
# define ARCHITECTURE_ID "ARMV4I"
|
| 567 |
+
# elif _M_ARM == 5
|
| 568 |
+
# define ARCHITECTURE_ID "ARMV5I"
|
| 569 |
+
# else
|
| 570 |
+
# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM)
|
| 571 |
+
# endif
|
| 572 |
+
|
| 573 |
+
# elif defined(_M_MIPS)
|
| 574 |
+
# define ARCHITECTURE_ID "MIPS"
|
| 575 |
+
|
| 576 |
+
# elif defined(_M_SH)
|
| 577 |
+
# define ARCHITECTURE_ID "SHx"
|
| 578 |
+
|
| 579 |
+
# else /* unknown architecture */
|
| 580 |
+
# define ARCHITECTURE_ID ""
|
| 581 |
+
# endif
|
| 582 |
+
|
| 583 |
+
#elif defined(__WATCOMC__)
|
| 584 |
+
# if defined(_M_I86)
|
| 585 |
+
# define ARCHITECTURE_ID "I86"
|
| 586 |
+
|
| 587 |
+
# elif defined(_M_IX86)
|
| 588 |
+
# define ARCHITECTURE_ID "X86"
|
| 589 |
+
|
| 590 |
+
# else /* unknown architecture */
|
| 591 |
+
# define ARCHITECTURE_ID ""
|
| 592 |
+
# endif
|
| 593 |
+
|
| 594 |
+
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
|
| 595 |
+
# if defined(__ICCARM__)
|
| 596 |
+
# define ARCHITECTURE_ID "ARM"
|
| 597 |
+
|
| 598 |
+
# elif defined(__ICCRX__)
|
| 599 |
+
# define ARCHITECTURE_ID "RX"
|
| 600 |
+
|
| 601 |
+
# elif defined(__ICCRH850__)
|
| 602 |
+
# define ARCHITECTURE_ID "RH850"
|
| 603 |
+
|
| 604 |
+
# elif defined(__ICCRL78__)
|
| 605 |
+
# define ARCHITECTURE_ID "RL78"
|
| 606 |
+
|
| 607 |
+
# elif defined(__ICCRISCV__)
|
| 608 |
+
# define ARCHITECTURE_ID "RISCV"
|
| 609 |
+
|
| 610 |
+
# elif defined(__ICCAVR__)
|
| 611 |
+
# define ARCHITECTURE_ID "AVR"
|
| 612 |
+
|
| 613 |
+
# elif defined(__ICC430__)
|
| 614 |
+
# define ARCHITECTURE_ID "MSP430"
|
| 615 |
+
|
| 616 |
+
# elif defined(__ICCV850__)
|
| 617 |
+
# define ARCHITECTURE_ID "V850"
|
| 618 |
+
|
| 619 |
+
# elif defined(__ICC8051__)
|
| 620 |
+
# define ARCHITECTURE_ID "8051"
|
| 621 |
+
|
| 622 |
+
# elif defined(__ICCSTM8__)
|
| 623 |
+
# define ARCHITECTURE_ID "STM8"
|
| 624 |
+
|
| 625 |
+
# else /* unknown architecture */
|
| 626 |
+
# define ARCHITECTURE_ID ""
|
| 627 |
+
# endif
|
| 628 |
+
|
| 629 |
+
#elif defined(__ghs__)
|
| 630 |
+
# if defined(__PPC64__)
|
| 631 |
+
# define ARCHITECTURE_ID "PPC64"
|
| 632 |
+
|
| 633 |
+
# elif defined(__ppc__)
|
| 634 |
+
# define ARCHITECTURE_ID "PPC"
|
| 635 |
+
|
| 636 |
+
# elif defined(__ARM__)
|
| 637 |
+
# define ARCHITECTURE_ID "ARM"
|
| 638 |
+
|
| 639 |
+
# elif defined(__x86_64__)
|
| 640 |
+
# define ARCHITECTURE_ID "x64"
|
| 641 |
+
|
| 642 |
+
# elif defined(__i386__)
|
| 643 |
+
# define ARCHITECTURE_ID "X86"
|
| 644 |
+
|
| 645 |
+
# else /* unknown architecture */
|
| 646 |
+
# define ARCHITECTURE_ID ""
|
| 647 |
+
# endif
|
| 648 |
+
|
| 649 |
+
#elif defined(__TI_COMPILER_VERSION__)
|
| 650 |
+
# if defined(__TI_ARM__)
|
| 651 |
+
# define ARCHITECTURE_ID "ARM"
|
| 652 |
+
|
| 653 |
+
# elif defined(__MSP430__)
|
| 654 |
+
# define ARCHITECTURE_ID "MSP430"
|
| 655 |
+
|
| 656 |
+
# elif defined(__TMS320C28XX__)
|
| 657 |
+
# define ARCHITECTURE_ID "TMS320C28x"
|
| 658 |
+
|
| 659 |
+
# elif defined(__TMS320C6X__) || defined(_TMS320C6X)
|
| 660 |
+
# define ARCHITECTURE_ID "TMS320C6x"
|
| 661 |
+
|
| 662 |
+
# else /* unknown architecture */
|
| 663 |
+
# define ARCHITECTURE_ID ""
|
| 664 |
+
# endif
|
| 665 |
+
|
| 666 |
+
# elif defined(__ADSPSHARC__)
|
| 667 |
+
# define ARCHITECTURE_ID "SHARC"
|
| 668 |
+
|
| 669 |
+
# elif defined(__ADSPBLACKFIN__)
|
| 670 |
+
# define ARCHITECTURE_ID "Blackfin"
|
| 671 |
+
|
| 672 |
+
#else
|
| 673 |
+
# define ARCHITECTURE_ID
|
| 674 |
+
#endif
|
| 675 |
+
|
| 676 |
+
/* Convert integer to decimal digit literals. */
|
| 677 |
+
#define DEC(n) \
|
| 678 |
+
('0' + (((n) / 10000000)%10)), \
|
| 679 |
+
('0' + (((n) / 1000000)%10)), \
|
| 680 |
+
('0' + (((n) / 100000)%10)), \
|
| 681 |
+
('0' + (((n) / 10000)%10)), \
|
| 682 |
+
('0' + (((n) / 1000)%10)), \
|
| 683 |
+
('0' + (((n) / 100)%10)), \
|
| 684 |
+
('0' + (((n) / 10)%10)), \
|
| 685 |
+
('0' + ((n) % 10))
|
| 686 |
+
|
| 687 |
+
/* Convert integer to hex digit literals. */
|
| 688 |
+
#define HEX(n) \
|
| 689 |
+
('0' + ((n)>>28 & 0xF)), \
|
| 690 |
+
('0' + ((n)>>24 & 0xF)), \
|
| 691 |
+
('0' + ((n)>>20 & 0xF)), \
|
| 692 |
+
('0' + ((n)>>16 & 0xF)), \
|
| 693 |
+
('0' + ((n)>>12 & 0xF)), \
|
| 694 |
+
('0' + ((n)>>8 & 0xF)), \
|
| 695 |
+
('0' + ((n)>>4 & 0xF)), \
|
| 696 |
+
('0' + ((n) & 0xF))
|
| 697 |
+
|
| 698 |
+
/* Construct a string literal encoding the version number. */
|
| 699 |
+
#ifdef COMPILER_VERSION
|
| 700 |
+
char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]";
|
| 701 |
+
|
| 702 |
+
/* Construct a string literal encoding the version number components. */
|
| 703 |
+
#elif defined(COMPILER_VERSION_MAJOR)
|
| 704 |
+
char const info_version[] = {
|
| 705 |
+
'I', 'N', 'F', 'O', ':',
|
| 706 |
+
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
|
| 707 |
+
COMPILER_VERSION_MAJOR,
|
| 708 |
+
# ifdef COMPILER_VERSION_MINOR
|
| 709 |
+
'.', COMPILER_VERSION_MINOR,
|
| 710 |
+
# ifdef COMPILER_VERSION_PATCH
|
| 711 |
+
'.', COMPILER_VERSION_PATCH,
|
| 712 |
+
# ifdef COMPILER_VERSION_TWEAK
|
| 713 |
+
'.', COMPILER_VERSION_TWEAK,
|
| 714 |
+
# endif
|
| 715 |
+
# endif
|
| 716 |
+
# endif
|
| 717 |
+
']','\0'};
|
| 718 |
+
#endif
|
| 719 |
+
|
| 720 |
+
/* Construct a string literal encoding the internal version number. */
|
| 721 |
+
#ifdef COMPILER_VERSION_INTERNAL
|
| 722 |
+
char const info_version_internal[] = {
|
| 723 |
+
'I', 'N', 'F', 'O', ':',
|
| 724 |
+
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_',
|
| 725 |
+
'i','n','t','e','r','n','a','l','[',
|
| 726 |
+
COMPILER_VERSION_INTERNAL,']','\0'};
|
| 727 |
+
#elif defined(COMPILER_VERSION_INTERNAL_STR)
|
| 728 |
+
char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]";
|
| 729 |
+
#endif
|
| 730 |
+
|
| 731 |
+
/* Construct a string literal encoding the version number components. */
|
| 732 |
+
#ifdef SIMULATE_VERSION_MAJOR
|
| 733 |
+
char const info_simulate_version[] = {
|
| 734 |
+
'I', 'N', 'F', 'O', ':',
|
| 735 |
+
's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[',
|
| 736 |
+
SIMULATE_VERSION_MAJOR,
|
| 737 |
+
# ifdef SIMULATE_VERSION_MINOR
|
| 738 |
+
'.', SIMULATE_VERSION_MINOR,
|
| 739 |
+
# ifdef SIMULATE_VERSION_PATCH
|
| 740 |
+
'.', SIMULATE_VERSION_PATCH,
|
| 741 |
+
# ifdef SIMULATE_VERSION_TWEAK
|
| 742 |
+
'.', SIMULATE_VERSION_TWEAK,
|
| 743 |
+
# endif
|
| 744 |
+
# endif
|
| 745 |
+
# endif
|
| 746 |
+
']','\0'};
|
| 747 |
+
#endif
|
| 748 |
+
|
| 749 |
+
/* Construct the string literal in pieces to prevent the source from
|
| 750 |
+
getting matched. Store it in a pointer rather than an array
|
| 751 |
+
because some compilers will just produce instructions to fill the
|
| 752 |
+
array rather than assigning a pointer to a static array. */
|
| 753 |
+
char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
|
| 754 |
+
char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
|
| 755 |
+
|
| 756 |
+
|
| 757 |
+
|
| 758 |
+
#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) && _MSVC_LANG < 201403L
|
| 759 |
+
# if defined(__INTEL_CXX11_MODE__)
|
| 760 |
+
# if defined(__cpp_aggregate_nsdmi)
|
| 761 |
+
# define CXX_STD 201402L
|
| 762 |
+
# else
|
| 763 |
+
# define CXX_STD 201103L
|
| 764 |
+
# endif
|
| 765 |
+
# else
|
| 766 |
+
# define CXX_STD 199711L
|
| 767 |
+
# endif
|
| 768 |
+
#elif defined(_MSC_VER) && defined(_MSVC_LANG)
|
| 769 |
+
# define CXX_STD _MSVC_LANG
|
| 770 |
+
#else
|
| 771 |
+
# define CXX_STD __cplusplus
|
| 772 |
+
#endif
|
| 773 |
+
|
| 774 |
+
const char* info_language_standard_default = "INFO" ":" "standard_default["
|
| 775 |
+
#if CXX_STD > 202002L
|
| 776 |
+
"23"
|
| 777 |
+
#elif CXX_STD > 201703L
|
| 778 |
+
"20"
|
| 779 |
+
#elif CXX_STD >= 201703L
|
| 780 |
+
"17"
|
| 781 |
+
#elif CXX_STD >= 201402L
|
| 782 |
+
"14"
|
| 783 |
+
#elif CXX_STD >= 201103L
|
| 784 |
+
"11"
|
| 785 |
+
#else
|
| 786 |
+
"98"
|
| 787 |
+
#endif
|
| 788 |
+
"]";
|
| 789 |
+
|
| 790 |
+
const char* info_language_extensions_default = "INFO" ":" "extensions_default["
|
| 791 |
+
#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \
|
| 792 |
+
defined(__TI_COMPILER_VERSION__)) && \
|
| 793 |
+
!defined(__STRICT_ANSI__)
|
| 794 |
+
"ON"
|
| 795 |
+
#else
|
| 796 |
+
"OFF"
|
| 797 |
+
#endif
|
| 798 |
+
"]";
|
| 799 |
+
|
| 800 |
+
/*--------------------------------------------------------------------------*/
|
| 801 |
+
|
| 802 |
+
int main(int argc, char* argv[])
|
| 803 |
+
{
|
| 804 |
+
int require = 0;
|
| 805 |
+
require += info_compiler[argc];
|
| 806 |
+
require += info_platform[argc];
|
| 807 |
+
#ifdef COMPILER_VERSION_MAJOR
|
| 808 |
+
require += info_version[argc];
|
| 809 |
+
#endif
|
| 810 |
+
#ifdef COMPILER_VERSION_INTERNAL
|
| 811 |
+
require += info_version_internal[argc];
|
| 812 |
+
#endif
|
| 813 |
+
#ifdef SIMULATE_ID
|
| 814 |
+
require += info_simulate[argc];
|
| 815 |
+
#endif
|
| 816 |
+
#ifdef SIMULATE_VERSION_MAJOR
|
| 817 |
+
require += info_simulate_version[argc];
|
| 818 |
+
#endif
|
| 819 |
+
#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
|
| 820 |
+
require += info_cray[argc];
|
| 821 |
+
#endif
|
| 822 |
+
require += info_language_standard_default[argc];
|
| 823 |
+
require += info_language_extensions_default[argc];
|
| 824 |
+
(void)argv;
|
| 825 |
+
return require;
|
| 826 |
+
}
|
CMakeFiles/3.24.0/CompilerIdCXX/a.out
ADDED
|
Binary file (16.8 kB). View file
|
|
|
CMakeFiles/CMakeDirectoryInformation.cmake
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# CMAKE generated file: DO NOT EDIT!
|
| 2 |
+
# Generated by "Unix Makefiles" Generator, CMake Version 3.24
|
| 3 |
+
|
| 4 |
+
# Relative path conversion top directories.
|
| 5 |
+
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/content/TensorRT")
|
| 6 |
+
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/content/TensorRT/build")
|
| 7 |
+
|
| 8 |
+
# Force unix paths in dependencies.
|
| 9 |
+
set(CMAKE_FORCE_UNIX_PATHS 1)
|
| 10 |
+
|
| 11 |
+
|
| 12 |
+
# The C and CXX include file regular expressions for this directory.
|
| 13 |
+
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
|
| 14 |
+
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
|
| 15 |
+
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
|
| 16 |
+
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
|
CMakeFiles/CMakeError.log
ADDED
|
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Detecting the CUDA native architecture(s) failed with the following output:
|
| 2 |
+
No CUDA devices found.
|
| 3 |
+
|
| 4 |
+
Performing C++ SOURCE FILE Test CMAKE_HAVE_LIBC_PTHREAD failed with the following output:
|
| 5 |
+
Change Dir: /content/TensorRT/build/CMakeFiles/CMakeTmp
|
| 6 |
+
|
| 7 |
+
Run Build Command(s):/usr/bin/make -f Makefile cmTC_a5854/fast && /usr/bin/make -f CMakeFiles/cmTC_a5854.dir/build.make CMakeFiles/cmTC_a5854.dir/build
|
| 8 |
+
make[1]: Entering directory '/content/TensorRT/build/CMakeFiles/CMakeTmp'
|
| 9 |
+
Building CXX object CMakeFiles/cmTC_a5854.dir/src.cxx.o
|
| 10 |
+
/usr/bin/g++ -DCMAKE_HAVE_LIBC_PTHREAD -Wno-deprecated-declarations -DBUILD_SYSTEM=cmake_oss -std=c++14 -o CMakeFiles/cmTC_a5854.dir/src.cxx.o -c /content/TensorRT/build/CMakeFiles/CMakeTmp/src.cxx
|
| 11 |
+
Linking CXX executable cmTC_a5854
|
| 12 |
+
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a5854.dir/link.txt --verbose=1
|
| 13 |
+
/usr/bin/g++ -Wno-deprecated-declarations -DBUILD_SYSTEM=cmake_oss CMakeFiles/cmTC_a5854.dir/src.cxx.o -o cmTC_a5854
|
| 14 |
+
/usr/bin/ld: CMakeFiles/cmTC_a5854.dir/src.cxx.o: in function `main':
|
| 15 |
+
src.cxx:(.text+0x46): undefined reference to `pthread_create'
|
| 16 |
+
/usr/bin/ld: src.cxx:(.text+0x52): undefined reference to `pthread_detach'
|
| 17 |
+
/usr/bin/ld: src.cxx:(.text+0x5e): undefined reference to `pthread_cancel'
|
| 18 |
+
/usr/bin/ld: src.cxx:(.text+0x6f): undefined reference to `pthread_join'
|
| 19 |
+
collect2: error: ld returned 1 exit status
|
| 20 |
+
make[1]: *** [CMakeFiles/cmTC_a5854.dir/build.make:99: cmTC_a5854] Error 1
|
| 21 |
+
make[1]: Leaving directory '/content/TensorRT/build/CMakeFiles/CMakeTmp'
|
| 22 |
+
make: *** [Makefile:127: cmTC_a5854/fast] Error 2
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
Source file was:
|
| 26 |
+
#include <pthread.h>
|
| 27 |
+
|
| 28 |
+
static void* test_func(void* data)
|
| 29 |
+
{
|
| 30 |
+
return data;
|
| 31 |
+
}
|
| 32 |
+
|
| 33 |
+
int main(void)
|
| 34 |
+
{
|
| 35 |
+
pthread_t thread;
|
| 36 |
+
pthread_create(&thread, NULL, test_func, NULL);
|
| 37 |
+
pthread_detach(thread);
|
| 38 |
+
pthread_cancel(thread);
|
| 39 |
+
pthread_join(thread, NULL);
|
| 40 |
+
pthread_atfork(NULL, NULL, NULL);
|
| 41 |
+
pthread_exit(NULL);
|
| 42 |
+
|
| 43 |
+
return 0;
|
| 44 |
+
}
|
| 45 |
+
|
| 46 |
+
Determining if the function pthread_create exists in the pthreads failed with the following output:
|
| 47 |
+
Change Dir: /content/TensorRT/build/CMakeFiles/CMakeTmp
|
| 48 |
+
|
| 49 |
+
Run Build Command(s):/usr/bin/make -f Makefile cmTC_d5ece/fast && /usr/bin/make -f CMakeFiles/cmTC_d5ece.dir/build.make CMakeFiles/cmTC_d5ece.dir/build
|
| 50 |
+
make[1]: Entering directory '/content/TensorRT/build/CMakeFiles/CMakeTmp'
|
| 51 |
+
Building CXX object CMakeFiles/cmTC_d5ece.dir/CheckFunctionExists.cxx.o
|
| 52 |
+
/usr/bin/g++ -Wno-deprecated-declarations -DBUILD_SYSTEM=cmake_oss -DCHECK_FUNCTION_EXISTS=pthread_create -std=c++14 -o CMakeFiles/cmTC_d5ece.dir/CheckFunctionExists.cxx.o -c /content/TensorRT/build/CMakeFiles/CheckLibraryExists/CheckFunctionExists.cxx
|
| 53 |
+
Linking CXX executable cmTC_d5ece
|
| 54 |
+
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d5ece.dir/link.txt --verbose=1
|
| 55 |
+
/usr/bin/g++ -Wno-deprecated-declarations -DBUILD_SYSTEM=cmake_oss -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTC_d5ece.dir/CheckFunctionExists.cxx.o -o cmTC_d5ece -lpthreads
|
| 56 |
+
/usr/bin/ld: cannot find -lpthreads
|
| 57 |
+
collect2: error: ld returned 1 exit status
|
| 58 |
+
make[1]: *** [CMakeFiles/cmTC_d5ece.dir/build.make:99: cmTC_d5ece] Error 1
|
| 59 |
+
make[1]: Leaving directory '/content/TensorRT/build/CMakeFiles/CMakeTmp'
|
| 60 |
+
make: *** [Makefile:127: cmTC_d5ece/fast] Error 2
|
| 61 |
+
|
| 62 |
+
|
| 63 |
+
|
CMakeFiles/CMakeOutput.log
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
CMakeFiles/CMakeRuleHashes.txt
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Hashes of file build rules.
|
| 2 |
+
4218c67d52bd8b9ac91f9f49d1a864a9 CMakeFiles/third_party.protobuf
|
| 3 |
+
a20d27b9763f0a110fccc5a6e6a3689e CMakeFiles/third_party.protobuf-complete
|
| 4 |
+
5e4248a5fbd6b2ba06802dc3fd2a4757 parsers/CMakeFiles/parsers
|
| 5 |
+
c46302e8e98f80b959a7f6ef049d7e8e parsers/caffe/CMakeFiles/caffe_proto
|
| 6 |
+
0c4a5d4f9a02c2968e047573700f6328 parsers/caffe/proto/trtcaffe.pb.cc
|
| 7 |
+
2c2a480bd6ef644d556077367a70158e parsers/onnx/third_party/onnx/CMakeFiles/gen_onnx_data_proto
|
| 8 |
+
2c2a480bd6ef644d556077367a70158e parsers/onnx/third_party/onnx/CMakeFiles/gen_onnx_operators_proto
|
| 9 |
+
2c2a480bd6ef644d556077367a70158e parsers/onnx/third_party/onnx/CMakeFiles/gen_onnx_proto
|
| 10 |
+
e9563e53e372e9d9953b6689e375fc8e parsers/onnx/third_party/onnx/onnx/onnx-data_onnx2trt_onnx.pb.cc
|
| 11 |
+
8c5b95e1850a648c8bf17e1997e0cab5 parsers/onnx/third_party/onnx/onnx/onnx-data_onnx2trt_onnx.proto
|
| 12 |
+
f5526eced4f4fe1a9152e37c76f08243 parsers/onnx/third_party/onnx/onnx/onnx-operators_onnx2trt_onnx-ml.pb.cc
|
| 13 |
+
ffa6bdfdf29be3932065129d3e57afd8 parsers/onnx/third_party/onnx/onnx/onnx-operators_onnx2trt_onnx-ml.proto
|
| 14 |
+
5d82bec4a57806c2a947920e7322a7c3 parsers/onnx/third_party/onnx/onnx/onnx_onnx2trt_onnx-ml.pb.cc
|
| 15 |
+
1cbfea9ff519c840ba189d5fa0ae0cb0 parsers/onnx/third_party/onnx/onnx/onnx_onnx2trt_onnx-ml.proto
|
| 16 |
+
128b8df328a21ab80f2a69144117ca2f third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-build
|
| 17 |
+
9bc5ee3bdc274ddf01f6ca888be364f7 third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-configure
|
| 18 |
+
ffa09d96010b835fa8d3f738dc97847c third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-download
|
| 19 |
+
2127545f85c7626d2263332a27e35f2d third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-install
|
| 20 |
+
203deb8afe7740919f26f793e9cadb67 third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-mkdir
|
| 21 |
+
acd3893b5abd2d3f58ac19bc77f29a32 third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-patch
|
| 22 |
+
f31c2509bfeae165ad722e810ff28b06 third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-update
|
CMakeFiles/CheckLibraryExists/CheckFunctionExists.cxx
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#ifdef CHECK_FUNCTION_EXISTS
|
| 2 |
+
|
| 3 |
+
# ifdef __cplusplus
|
| 4 |
+
extern "C"
|
| 5 |
+
# endif
|
| 6 |
+
char
|
| 7 |
+
CHECK_FUNCTION_EXISTS(void);
|
| 8 |
+
# ifdef __CLASSIC_C__
|
| 9 |
+
int main()
|
| 10 |
+
{
|
| 11 |
+
int ac;
|
| 12 |
+
char* av[];
|
| 13 |
+
# else
|
| 14 |
+
int main(int ac, char* av[])
|
| 15 |
+
{
|
| 16 |
+
# endif
|
| 17 |
+
CHECK_FUNCTION_EXISTS();
|
| 18 |
+
if (ac > 1000) {
|
| 19 |
+
return *av[0];
|
| 20 |
+
}
|
| 21 |
+
return 0;
|
| 22 |
+
}
|
| 23 |
+
|
| 24 |
+
#else /* CHECK_FUNCTION_EXISTS */
|
| 25 |
+
|
| 26 |
+
# error "CHECK_FUNCTION_EXISTS has to specify the function"
|
| 27 |
+
|
| 28 |
+
#endif /* CHECK_FUNCTION_EXISTS */
|
CMakeFiles/Makefile.cmake
ADDED
|
@@ -0,0 +1,342 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# CMAKE generated file: DO NOT EDIT!
|
| 2 |
+
# Generated by "Unix Makefiles" Generator, CMake Version 3.24
|
| 3 |
+
|
| 4 |
+
# The generator used is:
|
| 5 |
+
set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles")
|
| 6 |
+
|
| 7 |
+
# The top level Makefile was generated from the following files:
|
| 8 |
+
set(CMAKE_MAKEFILE_DEPENDS
|
| 9 |
+
"CMakeCache.txt"
|
| 10 |
+
"/content/TensorRT/CMakeLists.txt"
|
| 11 |
+
"CMakeFiles/3.24.0/CMakeCCompiler.cmake"
|
| 12 |
+
"CMakeFiles/3.24.0/CMakeCUDACompiler.cmake"
|
| 13 |
+
"CMakeFiles/3.24.0/CMakeCXXCompiler.cmake"
|
| 14 |
+
"CMakeFiles/3.24.0/CMakeSystem.cmake"
|
| 15 |
+
"CMakeFiles/CheckLibraryExists/CheckFunctionExists.cxx"
|
| 16 |
+
"third_party.protobuf/tmp/third_party.protobuf-mkdirs.cmake"
|
| 17 |
+
"/content/TensorRT/cmake/modules/find_library_create_target.cmake"
|
| 18 |
+
"/content/TensorRT/cmake/modules/set_ifndef.cmake"
|
| 19 |
+
"/content/TensorRT/parsers/CMakeLists.txt"
|
| 20 |
+
"/content/TensorRT/parsers/caffe/CMakeLists.txt"
|
| 21 |
+
"/content/TensorRT/parsers/caffe/CaffeParserSources.txt"
|
| 22 |
+
"/content/TensorRT/parsers/onnx/CMakeLists.txt"
|
| 23 |
+
"/content/TensorRT/parsers/onnx/third_party/onnx/CMakeLists.txt"
|
| 24 |
+
"/content/TensorRT/parsers/onnx/third_party/onnx/cmake/ONNXConfig.cmake.in"
|
| 25 |
+
"/content/TensorRT/parsers/onnx/third_party/onnx/cmake/ONNXConfigVersion.cmake.in"
|
| 26 |
+
"/content/TensorRT/parsers/onnx/third_party/onnx/cmake/Utils.cmake"
|
| 27 |
+
"/content/TensorRT/parsers/onnx/third_party/onnx/cmake/summary.cmake"
|
| 28 |
+
"/content/TensorRT/plugin/CMakeLists.txt"
|
| 29 |
+
"/content/TensorRT/plugin/batchTilePlugin/CMakeLists.txt"
|
| 30 |
+
"/content/TensorRT/plugin/batchedNMSPlugin/CMakeLists.txt"
|
| 31 |
+
"/content/TensorRT/plugin/bertQKVToContextPlugin/CMakeLists.txt"
|
| 32 |
+
"/content/TensorRT/plugin/bertQKVToContextPlugin/fused_multihead_attention/CMakeLists.txt"
|
| 33 |
+
"/content/TensorRT/plugin/bertQKVToContextPlugin/fused_multihead_attention_v2/CMakeLists.txt"
|
| 34 |
+
"/content/TensorRT/plugin/clipPlugin/CMakeLists.txt"
|
| 35 |
+
"/content/TensorRT/plugin/common/CMakeLists.txt"
|
| 36 |
+
"/content/TensorRT/plugin/common/kernels/CMakeLists.txt"
|
| 37 |
+
"/content/TensorRT/plugin/coordConvACPlugin/CMakeLists.txt"
|
| 38 |
+
"/content/TensorRT/plugin/cropAndResizePlugin/CMakeLists.txt"
|
| 39 |
+
"/content/TensorRT/plugin/decodeBbox3DPlugin/CMakeLists.txt"
|
| 40 |
+
"/content/TensorRT/plugin/detectionLayerPlugin/CMakeLists.txt"
|
| 41 |
+
"/content/TensorRT/plugin/disentangledAttentionPlugin/CMakeLists.txt"
|
| 42 |
+
"/content/TensorRT/plugin/efficientNMSPlugin/CMakeLists.txt"
|
| 43 |
+
"/content/TensorRT/plugin/efficientNMSPlugin/tftrt/CMakeLists.txt"
|
| 44 |
+
"/content/TensorRT/plugin/embLayerNormPlugin/CMakeLists.txt"
|
| 45 |
+
"/content/TensorRT/plugin/fcPlugin/CMakeLists.txt"
|
| 46 |
+
"/content/TensorRT/plugin/flattenConcat/CMakeLists.txt"
|
| 47 |
+
"/content/TensorRT/plugin/geluPlugin/CMakeLists.txt"
|
| 48 |
+
"/content/TensorRT/plugin/generateDetectionPlugin/CMakeLists.txt"
|
| 49 |
+
"/content/TensorRT/plugin/gridAnchorPlugin/CMakeLists.txt"
|
| 50 |
+
"/content/TensorRT/plugin/groupNormPlugin/CMakeLists.txt"
|
| 51 |
+
"/content/TensorRT/plugin/groupNormalizationPlugin/CMakeLists.txt"
|
| 52 |
+
"/content/TensorRT/plugin/instanceNormalizationPlugin/CMakeLists.txt"
|
| 53 |
+
"/content/TensorRT/plugin/layerNormPlugin/CMakeLists.txt"
|
| 54 |
+
"/content/TensorRT/plugin/leakyReluPlugin/CMakeLists.txt"
|
| 55 |
+
"/content/TensorRT/plugin/multiHeadCrossAttentionPlugin/CMakeLists.txt"
|
| 56 |
+
"/content/TensorRT/plugin/multiHeadCrossAttentionPlugin/fmha_cross_attention/CMakeLists.txt"
|
| 57 |
+
"/content/TensorRT/plugin/multiHeadFlashAttentionPlugin/CMakeLists.txt"
|
| 58 |
+
"/content/TensorRT/plugin/multiHeadFlashAttentionPlugin/fmha_flash_attention/CMakeLists.txt"
|
| 59 |
+
"/content/TensorRT/plugin/multilevelCropAndResizePlugin/CMakeLists.txt"
|
| 60 |
+
"/content/TensorRT/plugin/multilevelProposeROI/CMakeLists.txt"
|
| 61 |
+
"/content/TensorRT/plugin/multiscaleDeformableAttnPlugin/CMakeLists.txt"
|
| 62 |
+
"/content/TensorRT/plugin/nmsPlugin/CMakeLists.txt"
|
| 63 |
+
"/content/TensorRT/plugin/normalizePlugin/CMakeLists.txt"
|
| 64 |
+
"/content/TensorRT/plugin/nvFasterRCNN/CMakeLists.txt"
|
| 65 |
+
"/content/TensorRT/plugin/pillarScatterPlugin/CMakeLists.txt"
|
| 66 |
+
"/content/TensorRT/plugin/priorBoxPlugin/CMakeLists.txt"
|
| 67 |
+
"/content/TensorRT/plugin/proposalLayerPlugin/CMakeLists.txt"
|
| 68 |
+
"/content/TensorRT/plugin/proposalPlugin/CMakeLists.txt"
|
| 69 |
+
"/content/TensorRT/plugin/pyramidROIAlignPlugin/CMakeLists.txt"
|
| 70 |
+
"/content/TensorRT/plugin/regionPlugin/CMakeLists.txt"
|
| 71 |
+
"/content/TensorRT/plugin/reorgPlugin/CMakeLists.txt"
|
| 72 |
+
"/content/TensorRT/plugin/resizeNearestPlugin/CMakeLists.txt"
|
| 73 |
+
"/content/TensorRT/plugin/roiAlignPlugin/CMakeLists.txt"
|
| 74 |
+
"/content/TensorRT/plugin/scatterPlugin/CMakeLists.txt"
|
| 75 |
+
"/content/TensorRT/plugin/seqLen2SpatialPlugin/CMakeLists.txt"
|
| 76 |
+
"/content/TensorRT/plugin/skipLayerNormPlugin/CMakeLists.txt"
|
| 77 |
+
"/content/TensorRT/plugin/specialSlicePlugin/CMakeLists.txt"
|
| 78 |
+
"/content/TensorRT/plugin/splitGeLUPlugin/CMakeLists.txt"
|
| 79 |
+
"/content/TensorRT/plugin/splitPlugin/CMakeLists.txt"
|
| 80 |
+
"/content/TensorRT/plugin/voxelGeneratorPlugin/CMakeLists.txt"
|
| 81 |
+
"/content/TensorRT/samples/CMakeLists.txt"
|
| 82 |
+
"/content/TensorRT/samples/CMakeSamplesTemplate.txt"
|
| 83 |
+
"/content/TensorRT/samples/sampleAlgorithmSelector/CMakeLists.txt"
|
| 84 |
+
"/content/TensorRT/samples/sampleCharRNN/CMakeLists.txt"
|
| 85 |
+
"/content/TensorRT/samples/sampleDynamicReshape/CMakeLists.txt"
|
| 86 |
+
"/content/TensorRT/samples/sampleINT8API/CMakeLists.txt"
|
| 87 |
+
"/content/TensorRT/samples/sampleIOFormats/CMakeLists.txt"
|
| 88 |
+
"/content/TensorRT/samples/sampleOnnxMNIST/CMakeLists.txt"
|
| 89 |
+
"/content/TensorRT/samples/sampleOnnxMnistCoordConvAC/CMakeLists.txt"
|
| 90 |
+
"/content/TensorRT/samples/trtexec/CMakeLists.txt"
|
| 91 |
+
"/content/TensorRT/third_party/protobuf.cmake"
|
| 92 |
+
"/usr/local/share/cmake-3.24/Modules/CMakeCCompiler.cmake.in"
|
| 93 |
+
"/usr/local/share/cmake-3.24/Modules/CMakeCCompilerABI.c"
|
| 94 |
+
"/usr/local/share/cmake-3.24/Modules/CMakeCInformation.cmake"
|
| 95 |
+
"/usr/local/share/cmake-3.24/Modules/CMakeCUDACompiler.cmake.in"
|
| 96 |
+
"/usr/local/share/cmake-3.24/Modules/CMakeCUDACompilerABI.cu"
|
| 97 |
+
"/usr/local/share/cmake-3.24/Modules/CMakeCUDAInformation.cmake"
|
| 98 |
+
"/usr/local/share/cmake-3.24/Modules/CMakeCXXCompiler.cmake.in"
|
| 99 |
+
"/usr/local/share/cmake-3.24/Modules/CMakeCXXCompilerABI.cpp"
|
| 100 |
+
"/usr/local/share/cmake-3.24/Modules/CMakeCXXInformation.cmake"
|
| 101 |
+
"/usr/local/share/cmake-3.24/Modules/CMakeCommonLanguageInclude.cmake"
|
| 102 |
+
"/usr/local/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake"
|
| 103 |
+
"/usr/local/share/cmake-3.24/Modules/CMakeDetermineCCompiler.cmake"
|
| 104 |
+
"/usr/local/share/cmake-3.24/Modules/CMakeDetermineCUDACompiler.cmake"
|
| 105 |
+
"/usr/local/share/cmake-3.24/Modules/CMakeDetermineCXXCompiler.cmake"
|
| 106 |
+
"/usr/local/share/cmake-3.24/Modules/CMakeDetermineCompileFeatures.cmake"
|
| 107 |
+
"/usr/local/share/cmake-3.24/Modules/CMakeDetermineCompiler.cmake"
|
| 108 |
+
"/usr/local/share/cmake-3.24/Modules/CMakeDetermineCompilerABI.cmake"
|
| 109 |
+
"/usr/local/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake"
|
| 110 |
+
"/usr/local/share/cmake-3.24/Modules/CMakeDetermineSystem.cmake"
|
| 111 |
+
"/usr/local/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake"
|
| 112 |
+
"/usr/local/share/cmake-3.24/Modules/CMakeFindFrameworks.cmake"
|
| 113 |
+
"/usr/local/share/cmake-3.24/Modules/CMakeGenericSystem.cmake"
|
| 114 |
+
"/usr/local/share/cmake-3.24/Modules/CMakeInitializeConfigs.cmake"
|
| 115 |
+
"/usr/local/share/cmake-3.24/Modules/CMakeLanguageInformation.cmake"
|
| 116 |
+
"/usr/local/share/cmake-3.24/Modules/CMakeParseImplicitIncludeInfo.cmake"
|
| 117 |
+
"/usr/local/share/cmake-3.24/Modules/CMakeParseImplicitLinkInfo.cmake"
|
| 118 |
+
"/usr/local/share/cmake-3.24/Modules/CMakeParseLibraryArchitecture.cmake"
|
| 119 |
+
"/usr/local/share/cmake-3.24/Modules/CMakeSystem.cmake.in"
|
| 120 |
+
"/usr/local/share/cmake-3.24/Modules/CMakeSystemSpecificInformation.cmake"
|
| 121 |
+
"/usr/local/share/cmake-3.24/Modules/CMakeSystemSpecificInitialize.cmake"
|
| 122 |
+
"/usr/local/share/cmake-3.24/Modules/CMakeTestCCompiler.cmake"
|
| 123 |
+
"/usr/local/share/cmake-3.24/Modules/CMakeTestCUDACompiler.cmake"
|
| 124 |
+
"/usr/local/share/cmake-3.24/Modules/CMakeTestCXXCompiler.cmake"
|
| 125 |
+
"/usr/local/share/cmake-3.24/Modules/CMakeTestCompilerCommon.cmake"
|
| 126 |
+
"/usr/local/share/cmake-3.24/Modules/CMakeUnixFindMake.cmake"
|
| 127 |
+
"/usr/local/share/cmake-3.24/Modules/CPack.cmake"
|
| 128 |
+
"/usr/local/share/cmake-3.24/Modules/CPackComponent.cmake"
|
| 129 |
+
"/usr/local/share/cmake-3.24/Modules/CUDA/architectures.cmake"
|
| 130 |
+
"/usr/local/share/cmake-3.24/Modules/CheckCXXSourceCompiles.cmake"
|
| 131 |
+
"/usr/local/share/cmake-3.24/Modules/CheckFunctionExists.c"
|
| 132 |
+
"/usr/local/share/cmake-3.24/Modules/CheckIncludeFileCXX.cmake"
|
| 133 |
+
"/usr/local/share/cmake-3.24/Modules/CheckLibraryExists.cmake"
|
| 134 |
+
"/usr/local/share/cmake-3.24/Modules/Compiler/ADSP-DetermineCompiler.cmake"
|
| 135 |
+
"/usr/local/share/cmake-3.24/Modules/Compiler/ARMCC-DetermineCompiler.cmake"
|
| 136 |
+
"/usr/local/share/cmake-3.24/Modules/Compiler/ARMClang-DetermineCompiler.cmake"
|
| 137 |
+
"/usr/local/share/cmake-3.24/Modules/Compiler/AppleClang-DetermineCompiler.cmake"
|
| 138 |
+
"/usr/local/share/cmake-3.24/Modules/Compiler/Borland-DetermineCompiler.cmake"
|
| 139 |
+
"/usr/local/share/cmake-3.24/Modules/Compiler/Bruce-C-DetermineCompiler.cmake"
|
| 140 |
+
"/usr/local/share/cmake-3.24/Modules/Compiler/CMakeCommonCompilerMacros.cmake"
|
| 141 |
+
"/usr/local/share/cmake-3.24/Modules/Compiler/Clang-DetermineCompiler.cmake"
|
| 142 |
+
"/usr/local/share/cmake-3.24/Modules/Compiler/Clang-DetermineCompilerInternal.cmake"
|
| 143 |
+
"/usr/local/share/cmake-3.24/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake"
|
| 144 |
+
"/usr/local/share/cmake-3.24/Modules/Compiler/Compaq-C-DetermineCompiler.cmake"
|
| 145 |
+
"/usr/local/share/cmake-3.24/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake"
|
| 146 |
+
"/usr/local/share/cmake-3.24/Modules/Compiler/Cray-DetermineCompiler.cmake"
|
| 147 |
+
"/usr/local/share/cmake-3.24/Modules/Compiler/Embarcadero-DetermineCompiler.cmake"
|
| 148 |
+
"/usr/local/share/cmake-3.24/Modules/Compiler/Fujitsu-DetermineCompiler.cmake"
|
| 149 |
+
"/usr/local/share/cmake-3.24/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake"
|
| 150 |
+
"/usr/local/share/cmake-3.24/Modules/Compiler/GHS-DetermineCompiler.cmake"
|
| 151 |
+
"/usr/local/share/cmake-3.24/Modules/Compiler/GNU-C-DetermineCompiler.cmake"
|
| 152 |
+
"/usr/local/share/cmake-3.24/Modules/Compiler/GNU-C.cmake"
|
| 153 |
+
"/usr/local/share/cmake-3.24/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake"
|
| 154 |
+
"/usr/local/share/cmake-3.24/Modules/Compiler/GNU-CXX.cmake"
|
| 155 |
+
"/usr/local/share/cmake-3.24/Modules/Compiler/GNU-FindBinUtils.cmake"
|
| 156 |
+
"/usr/local/share/cmake-3.24/Modules/Compiler/GNU.cmake"
|
| 157 |
+
"/usr/local/share/cmake-3.24/Modules/Compiler/HP-C-DetermineCompiler.cmake"
|
| 158 |
+
"/usr/local/share/cmake-3.24/Modules/Compiler/HP-CXX-DetermineCompiler.cmake"
|
| 159 |
+
"/usr/local/share/cmake-3.24/Modules/Compiler/IAR-DetermineCompiler.cmake"
|
| 160 |
+
"/usr/local/share/cmake-3.24/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake"
|
| 161 |
+
"/usr/local/share/cmake-3.24/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake"
|
| 162 |
+
"/usr/local/share/cmake-3.24/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake"
|
| 163 |
+
"/usr/local/share/cmake-3.24/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake"
|
| 164 |
+
"/usr/local/share/cmake-3.24/Modules/Compiler/Intel-DetermineCompiler.cmake"
|
| 165 |
+
"/usr/local/share/cmake-3.24/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake"
|
| 166 |
+
"/usr/local/share/cmake-3.24/Modules/Compiler/LCC-C-DetermineCompiler.cmake"
|
| 167 |
+
"/usr/local/share/cmake-3.24/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake"
|
| 168 |
+
"/usr/local/share/cmake-3.24/Modules/Compiler/MSVC-DetermineCompiler.cmake"
|
| 169 |
+
"/usr/local/share/cmake-3.24/Modules/Compiler/NVHPC-DetermineCompiler.cmake"
|
| 170 |
+
"/usr/local/share/cmake-3.24/Modules/Compiler/NVIDIA-CUDA.cmake"
|
| 171 |
+
"/usr/local/share/cmake-3.24/Modules/Compiler/NVIDIA-DetermineCompiler.cmake"
|
| 172 |
+
"/usr/local/share/cmake-3.24/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake"
|
| 173 |
+
"/usr/local/share/cmake-3.24/Modules/Compiler/PGI-DetermineCompiler.cmake"
|
| 174 |
+
"/usr/local/share/cmake-3.24/Modules/Compiler/PathScale-DetermineCompiler.cmake"
|
| 175 |
+
"/usr/local/share/cmake-3.24/Modules/Compiler/SCO-DetermineCompiler.cmake"
|
| 176 |
+
"/usr/local/share/cmake-3.24/Modules/Compiler/SDCC-C-DetermineCompiler.cmake"
|
| 177 |
+
"/usr/local/share/cmake-3.24/Modules/Compiler/SunPro-C-DetermineCompiler.cmake"
|
| 178 |
+
"/usr/local/share/cmake-3.24/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake"
|
| 179 |
+
"/usr/local/share/cmake-3.24/Modules/Compiler/TI-DetermineCompiler.cmake"
|
| 180 |
+
"/usr/local/share/cmake-3.24/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake"
|
| 181 |
+
"/usr/local/share/cmake-3.24/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake"
|
| 182 |
+
"/usr/local/share/cmake-3.24/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake"
|
| 183 |
+
"/usr/local/share/cmake-3.24/Modules/Compiler/Watcom-DetermineCompiler.cmake"
|
| 184 |
+
"/usr/local/share/cmake-3.24/Modules/Compiler/XL-C-DetermineCompiler.cmake"
|
| 185 |
+
"/usr/local/share/cmake-3.24/Modules/Compiler/XL-CXX-DetermineCompiler.cmake"
|
| 186 |
+
"/usr/local/share/cmake-3.24/Modules/Compiler/XLClang-C-DetermineCompiler.cmake"
|
| 187 |
+
"/usr/local/share/cmake-3.24/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake"
|
| 188 |
+
"/usr/local/share/cmake-3.24/Modules/Compiler/zOS-C-DetermineCompiler.cmake"
|
| 189 |
+
"/usr/local/share/cmake-3.24/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake"
|
| 190 |
+
"/usr/local/share/cmake-3.24/Modules/ExternalProject.cmake"
|
| 191 |
+
"/usr/local/share/cmake-3.24/Modules/ExternalProject/RepositoryInfo.txt.in"
|
| 192 |
+
"/usr/local/share/cmake-3.24/Modules/ExternalProject/cfgcmd.txt.in"
|
| 193 |
+
"/usr/local/share/cmake-3.24/Modules/ExternalProject/download.cmake.in"
|
| 194 |
+
"/usr/local/share/cmake-3.24/Modules/ExternalProject/extractfile.cmake.in"
|
| 195 |
+
"/usr/local/share/cmake-3.24/Modules/ExternalProject/mkdirs.cmake.in"
|
| 196 |
+
"/usr/local/share/cmake-3.24/Modules/FindCUDA.cmake"
|
| 197 |
+
"/usr/local/share/cmake-3.24/Modules/FindCUDA/select_compute_arch.cmake"
|
| 198 |
+
"/usr/local/share/cmake-3.24/Modules/FindPackageHandleStandardArgs.cmake"
|
| 199 |
+
"/usr/local/share/cmake-3.24/Modules/FindPackageMessage.cmake"
|
| 200 |
+
"/usr/local/share/cmake-3.24/Modules/FindPythonInterp.cmake"
|
| 201 |
+
"/usr/local/share/cmake-3.24/Modules/FindPythonLibs.cmake"
|
| 202 |
+
"/usr/local/share/cmake-3.24/Modules/FindThreads.cmake"
|
| 203 |
+
"/usr/local/share/cmake-3.24/Modules/GNUInstallDirs.cmake"
|
| 204 |
+
"/usr/local/share/cmake-3.24/Modules/Internal/CheckSourceCompiles.cmake"
|
| 205 |
+
"/usr/local/share/cmake-3.24/Modules/Internal/FeatureTesting.cmake"
|
| 206 |
+
"/usr/local/share/cmake-3.24/Modules/Platform/Linux-Determine-CXX.cmake"
|
| 207 |
+
"/usr/local/share/cmake-3.24/Modules/Platform/Linux-GNU-C.cmake"
|
| 208 |
+
"/usr/local/share/cmake-3.24/Modules/Platform/Linux-GNU-CXX.cmake"
|
| 209 |
+
"/usr/local/share/cmake-3.24/Modules/Platform/Linux-GNU.cmake"
|
| 210 |
+
"/usr/local/share/cmake-3.24/Modules/Platform/Linux.cmake"
|
| 211 |
+
"/usr/local/share/cmake-3.24/Modules/Platform/UnixPaths.cmake"
|
| 212 |
+
"/usr/local/share/cmake-3.24/Modules/SelectLibraryConfigurations.cmake"
|
| 213 |
+
"/usr/local/share/cmake-3.24/Templates/CPackConfig.cmake.in"
|
| 214 |
+
)
|
| 215 |
+
|
| 216 |
+
# The corresponding makefile is:
|
| 217 |
+
set(CMAKE_MAKEFILE_OUTPUTS
|
| 218 |
+
"Makefile"
|
| 219 |
+
"CMakeFiles/cmake.check_cache"
|
| 220 |
+
)
|
| 221 |
+
|
| 222 |
+
# Byproducts of CMake generate step:
|
| 223 |
+
set(CMAKE_MAKEFILE_PRODUCTS
|
| 224 |
+
"CMakeFiles/3.24.0/CMakeSystem.cmake"
|
| 225 |
+
"CMakeFiles/3.24.0/CMakeCXXCompiler.cmake"
|
| 226 |
+
"CMakeFiles/3.24.0/CMakeCUDACompiler.cmake"
|
| 227 |
+
"CMakeFiles/3.24.0/CMakeCXXCompiler.cmake"
|
| 228 |
+
"CMakeFiles/3.24.0/CMakeCUDACompiler.cmake"
|
| 229 |
+
"CMakeFiles/CheckLibraryExists/CheckFunctionExists.cxx"
|
| 230 |
+
"CMakeFiles/CheckLibraryExists/CheckFunctionExists.cxx"
|
| 231 |
+
"third_party.protobuf/tmp/third_party.protobuf-mkdirs.cmake"
|
| 232 |
+
"third_party.protobuf/src/third_party.protobuf-stamp/download-third_party.protobuf.cmake"
|
| 233 |
+
"third_party.protobuf/src/third_party.protobuf-stamp/extract-third_party.protobuf.cmake"
|
| 234 |
+
"third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-urlinfo.txt"
|
| 235 |
+
"third_party.protobuf/tmp/third_party.protobuf-cfgcmd.txt"
|
| 236 |
+
"CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 237 |
+
"plugin/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 238 |
+
"plugin/batchTilePlugin/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 239 |
+
"plugin/batchedNMSPlugin/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 240 |
+
"plugin/clipPlugin/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 241 |
+
"plugin/coordConvACPlugin/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 242 |
+
"plugin/cropAndResizePlugin/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 243 |
+
"plugin/decodeBbox3DPlugin/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 244 |
+
"plugin/detectionLayerPlugin/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 245 |
+
"plugin/disentangledAttentionPlugin/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 246 |
+
"plugin/efficientNMSPlugin/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 247 |
+
"plugin/efficientNMSPlugin/tftrt/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 248 |
+
"plugin/flattenConcat/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 249 |
+
"plugin/generateDetectionPlugin/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 250 |
+
"plugin/gridAnchorPlugin/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 251 |
+
"plugin/groupNormalizationPlugin/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 252 |
+
"plugin/instanceNormalizationPlugin/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 253 |
+
"plugin/leakyReluPlugin/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 254 |
+
"plugin/multilevelCropAndResizePlugin/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 255 |
+
"plugin/multilevelProposeROI/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 256 |
+
"plugin/multiscaleDeformableAttnPlugin/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 257 |
+
"plugin/nmsPlugin/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 258 |
+
"plugin/normalizePlugin/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 259 |
+
"plugin/nvFasterRCNN/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 260 |
+
"plugin/pillarScatterPlugin/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 261 |
+
"plugin/priorBoxPlugin/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 262 |
+
"plugin/proposalLayerPlugin/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 263 |
+
"plugin/proposalPlugin/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 264 |
+
"plugin/pyramidROIAlignPlugin/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 265 |
+
"plugin/regionPlugin/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 266 |
+
"plugin/reorgPlugin/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 267 |
+
"plugin/resizeNearestPlugin/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 268 |
+
"plugin/roiAlignPlugin/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 269 |
+
"plugin/scatterPlugin/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 270 |
+
"plugin/specialSlicePlugin/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 271 |
+
"plugin/splitPlugin/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 272 |
+
"plugin/voxelGeneratorPlugin/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 273 |
+
"plugin/bertQKVToContextPlugin/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 274 |
+
"plugin/bertQKVToContextPlugin/fused_multihead_attention/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 275 |
+
"plugin/bertQKVToContextPlugin/fused_multihead_attention_v2/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 276 |
+
"plugin/embLayerNormPlugin/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 277 |
+
"plugin/fcPlugin/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 278 |
+
"plugin/geluPlugin/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 279 |
+
"plugin/skipLayerNormPlugin/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 280 |
+
"plugin/groupNormPlugin/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 281 |
+
"plugin/layerNormPlugin/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 282 |
+
"plugin/seqLen2SpatialPlugin/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 283 |
+
"plugin/splitGeLUPlugin/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 284 |
+
"plugin/multiHeadFlashAttentionPlugin/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 285 |
+
"plugin/multiHeadFlashAttentionPlugin/fmha_flash_attention/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 286 |
+
"plugin/multiHeadCrossAttentionPlugin/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 287 |
+
"plugin/multiHeadCrossAttentionPlugin/fmha_cross_attention/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 288 |
+
"plugin/common/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 289 |
+
"plugin/common/kernels/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 290 |
+
"parsers/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 291 |
+
"parsers/caffe/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 292 |
+
"CMakeFiles/3.24.0/CMakeCCompiler.cmake"
|
| 293 |
+
"CMakeFiles/3.24.0/CMakeCCompiler.cmake"
|
| 294 |
+
"CPackConfig.cmake"
|
| 295 |
+
"CPackSourceConfig.cmake"
|
| 296 |
+
"parsers/onnx/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 297 |
+
"parsers/onnx/third_party/onnx/ONNXConfigVersion.cmake"
|
| 298 |
+
"parsers/onnx/third_party/onnx/ONNXConfig.cmake"
|
| 299 |
+
"parsers/onnx/third_party/onnx/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 300 |
+
"samples/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 301 |
+
"samples/sampleAlgorithmSelector/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 302 |
+
"samples/sampleCharRNN/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 303 |
+
"samples/sampleDynamicReshape/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 304 |
+
"samples/sampleINT8API/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 305 |
+
"samples/sampleOnnxMNIST/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 306 |
+
"samples/sampleIOFormats/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 307 |
+
"samples/sampleOnnxMnistCoordConvAC/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 308 |
+
"samples/trtexec/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 309 |
+
)
|
| 310 |
+
|
| 311 |
+
# Dependency information for all targets:
|
| 312 |
+
set(CMAKE_DEPEND_INFO_FILES
|
| 313 |
+
"CMakeFiles/third_party.protobuf.dir/DependInfo.cmake"
|
| 314 |
+
"plugin/CMakeFiles/plugin.dir/DependInfo.cmake"
|
| 315 |
+
"plugin/CMakeFiles/nvinfer_plugin.dir/DependInfo.cmake"
|
| 316 |
+
"plugin/CMakeFiles/nvinfer_plugin_static.dir/DependInfo.cmake"
|
| 317 |
+
"parsers/CMakeFiles/parsers.dir/DependInfo.cmake"
|
| 318 |
+
"parsers/caffe/CMakeFiles/caffe_proto.dir/DependInfo.cmake"
|
| 319 |
+
"parsers/caffe/CMakeFiles/nvcaffeparserlibs.dir/DependInfo.cmake"
|
| 320 |
+
"parsers/caffe/CMakeFiles/nvcaffeparser.dir/DependInfo.cmake"
|
| 321 |
+
"parsers/caffe/CMakeFiles/nvcaffeparser_static.dir/DependInfo.cmake"
|
| 322 |
+
"parsers/onnx/CMakeFiles/nvonnxparser.dir/DependInfo.cmake"
|
| 323 |
+
"parsers/onnx/CMakeFiles/nvonnxparser_static.dir/DependInfo.cmake"
|
| 324 |
+
"parsers/onnx/CMakeFiles/getSupportedAPITest.dir/DependInfo.cmake"
|
| 325 |
+
"parsers/onnx/third_party/onnx/CMakeFiles/gen_onnx_proto.dir/DependInfo.cmake"
|
| 326 |
+
"parsers/onnx/third_party/onnx/CMakeFiles/gen_onnx_operators_proto.dir/DependInfo.cmake"
|
| 327 |
+
"parsers/onnx/third_party/onnx/CMakeFiles/gen_onnx_data_proto.dir/DependInfo.cmake"
|
| 328 |
+
"parsers/onnx/third_party/onnx/CMakeFiles/onnx_proto.dir/DependInfo.cmake"
|
| 329 |
+
"parsers/onnx/third_party/onnx/CMakeFiles/onnx.dir/DependInfo.cmake"
|
| 330 |
+
"parsers/onnx/third_party/onnx/CMakeFiles/onnxifi_loader.dir/DependInfo.cmake"
|
| 331 |
+
"parsers/onnx/third_party/onnx/CMakeFiles/onnxifi_wrapper.dir/DependInfo.cmake"
|
| 332 |
+
"parsers/onnx/third_party/onnx/CMakeFiles/onnxifi_dummy.dir/DependInfo.cmake"
|
| 333 |
+
"samples/CMakeFiles/samples.dir/DependInfo.cmake"
|
| 334 |
+
"samples/sampleAlgorithmSelector/CMakeFiles/sample_algorithm_selector.dir/DependInfo.cmake"
|
| 335 |
+
"samples/sampleCharRNN/CMakeFiles/sample_char_rnn.dir/DependInfo.cmake"
|
| 336 |
+
"samples/sampleDynamicReshape/CMakeFiles/sample_dynamic_reshape.dir/DependInfo.cmake"
|
| 337 |
+
"samples/sampleINT8API/CMakeFiles/sample_int8_api.dir/DependInfo.cmake"
|
| 338 |
+
"samples/sampleOnnxMNIST/CMakeFiles/sample_onnx_mnist.dir/DependInfo.cmake"
|
| 339 |
+
"samples/sampleIOFormats/CMakeFiles/sample_io_formats.dir/DependInfo.cmake"
|
| 340 |
+
"samples/sampleOnnxMnistCoordConvAC/CMakeFiles/sample_onnx_mnist_coord_conv_ac.dir/DependInfo.cmake"
|
| 341 |
+
"samples/trtexec/CMakeFiles/trtexec.dir/DependInfo.cmake"
|
| 342 |
+
)
|
CMakeFiles/Makefile2
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
CMakeFiles/TargetDirectories.txt
ADDED
|
@@ -0,0 +1,565 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/content/TensorRT/build/CMakeFiles/third_party.protobuf.dir
|
| 2 |
+
/content/TensorRT/build/CMakeFiles/package.dir
|
| 3 |
+
/content/TensorRT/build/CMakeFiles/package_source.dir
|
| 4 |
+
/content/TensorRT/build/CMakeFiles/edit_cache.dir
|
| 5 |
+
/content/TensorRT/build/CMakeFiles/rebuild_cache.dir
|
| 6 |
+
/content/TensorRT/build/CMakeFiles/list_install_components.dir
|
| 7 |
+
/content/TensorRT/build/CMakeFiles/install.dir
|
| 8 |
+
/content/TensorRT/build/CMakeFiles/install/local.dir
|
| 9 |
+
/content/TensorRT/build/CMakeFiles/install/strip.dir
|
| 10 |
+
/content/TensorRT/build/plugin/CMakeFiles/plugin.dir
|
| 11 |
+
/content/TensorRT/build/plugin/CMakeFiles/nvinfer_plugin.dir
|
| 12 |
+
/content/TensorRT/build/plugin/CMakeFiles/nvinfer_plugin_static.dir
|
| 13 |
+
/content/TensorRT/build/plugin/CMakeFiles/package.dir
|
| 14 |
+
/content/TensorRT/build/plugin/CMakeFiles/package_source.dir
|
| 15 |
+
/content/TensorRT/build/plugin/CMakeFiles/edit_cache.dir
|
| 16 |
+
/content/TensorRT/build/plugin/CMakeFiles/rebuild_cache.dir
|
| 17 |
+
/content/TensorRT/build/plugin/CMakeFiles/list_install_components.dir
|
| 18 |
+
/content/TensorRT/build/plugin/CMakeFiles/install.dir
|
| 19 |
+
/content/TensorRT/build/plugin/CMakeFiles/install/local.dir
|
| 20 |
+
/content/TensorRT/build/plugin/CMakeFiles/install/strip.dir
|
| 21 |
+
/content/TensorRT/build/plugin/batchTilePlugin/CMakeFiles/package.dir
|
| 22 |
+
/content/TensorRT/build/plugin/batchTilePlugin/CMakeFiles/package_source.dir
|
| 23 |
+
/content/TensorRT/build/plugin/batchTilePlugin/CMakeFiles/edit_cache.dir
|
| 24 |
+
/content/TensorRT/build/plugin/batchTilePlugin/CMakeFiles/rebuild_cache.dir
|
| 25 |
+
/content/TensorRT/build/plugin/batchTilePlugin/CMakeFiles/list_install_components.dir
|
| 26 |
+
/content/TensorRT/build/plugin/batchTilePlugin/CMakeFiles/install.dir
|
| 27 |
+
/content/TensorRT/build/plugin/batchTilePlugin/CMakeFiles/install/local.dir
|
| 28 |
+
/content/TensorRT/build/plugin/batchTilePlugin/CMakeFiles/install/strip.dir
|
| 29 |
+
/content/TensorRT/build/plugin/batchedNMSPlugin/CMakeFiles/package.dir
|
| 30 |
+
/content/TensorRT/build/plugin/batchedNMSPlugin/CMakeFiles/package_source.dir
|
| 31 |
+
/content/TensorRT/build/plugin/batchedNMSPlugin/CMakeFiles/edit_cache.dir
|
| 32 |
+
/content/TensorRT/build/plugin/batchedNMSPlugin/CMakeFiles/rebuild_cache.dir
|
| 33 |
+
/content/TensorRT/build/plugin/batchedNMSPlugin/CMakeFiles/list_install_components.dir
|
| 34 |
+
/content/TensorRT/build/plugin/batchedNMSPlugin/CMakeFiles/install.dir
|
| 35 |
+
/content/TensorRT/build/plugin/batchedNMSPlugin/CMakeFiles/install/local.dir
|
| 36 |
+
/content/TensorRT/build/plugin/batchedNMSPlugin/CMakeFiles/install/strip.dir
|
| 37 |
+
/content/TensorRT/build/plugin/clipPlugin/CMakeFiles/package.dir
|
| 38 |
+
/content/TensorRT/build/plugin/clipPlugin/CMakeFiles/package_source.dir
|
| 39 |
+
/content/TensorRT/build/plugin/clipPlugin/CMakeFiles/edit_cache.dir
|
| 40 |
+
/content/TensorRT/build/plugin/clipPlugin/CMakeFiles/rebuild_cache.dir
|
| 41 |
+
/content/TensorRT/build/plugin/clipPlugin/CMakeFiles/list_install_components.dir
|
| 42 |
+
/content/TensorRT/build/plugin/clipPlugin/CMakeFiles/install.dir
|
| 43 |
+
/content/TensorRT/build/plugin/clipPlugin/CMakeFiles/install/local.dir
|
| 44 |
+
/content/TensorRT/build/plugin/clipPlugin/CMakeFiles/install/strip.dir
|
| 45 |
+
/content/TensorRT/build/plugin/coordConvACPlugin/CMakeFiles/package.dir
|
| 46 |
+
/content/TensorRT/build/plugin/coordConvACPlugin/CMakeFiles/package_source.dir
|
| 47 |
+
/content/TensorRT/build/plugin/coordConvACPlugin/CMakeFiles/edit_cache.dir
|
| 48 |
+
/content/TensorRT/build/plugin/coordConvACPlugin/CMakeFiles/rebuild_cache.dir
|
| 49 |
+
/content/TensorRT/build/plugin/coordConvACPlugin/CMakeFiles/list_install_components.dir
|
| 50 |
+
/content/TensorRT/build/plugin/coordConvACPlugin/CMakeFiles/install.dir
|
| 51 |
+
/content/TensorRT/build/plugin/coordConvACPlugin/CMakeFiles/install/local.dir
|
| 52 |
+
/content/TensorRT/build/plugin/coordConvACPlugin/CMakeFiles/install/strip.dir
|
| 53 |
+
/content/TensorRT/build/plugin/cropAndResizePlugin/CMakeFiles/package.dir
|
| 54 |
+
/content/TensorRT/build/plugin/cropAndResizePlugin/CMakeFiles/package_source.dir
|
| 55 |
+
/content/TensorRT/build/plugin/cropAndResizePlugin/CMakeFiles/edit_cache.dir
|
| 56 |
+
/content/TensorRT/build/plugin/cropAndResizePlugin/CMakeFiles/rebuild_cache.dir
|
| 57 |
+
/content/TensorRT/build/plugin/cropAndResizePlugin/CMakeFiles/list_install_components.dir
|
| 58 |
+
/content/TensorRT/build/plugin/cropAndResizePlugin/CMakeFiles/install.dir
|
| 59 |
+
/content/TensorRT/build/plugin/cropAndResizePlugin/CMakeFiles/install/local.dir
|
| 60 |
+
/content/TensorRT/build/plugin/cropAndResizePlugin/CMakeFiles/install/strip.dir
|
| 61 |
+
/content/TensorRT/build/plugin/decodeBbox3DPlugin/CMakeFiles/package.dir
|
| 62 |
+
/content/TensorRT/build/plugin/decodeBbox3DPlugin/CMakeFiles/package_source.dir
|
| 63 |
+
/content/TensorRT/build/plugin/decodeBbox3DPlugin/CMakeFiles/edit_cache.dir
|
| 64 |
+
/content/TensorRT/build/plugin/decodeBbox3DPlugin/CMakeFiles/rebuild_cache.dir
|
| 65 |
+
/content/TensorRT/build/plugin/decodeBbox3DPlugin/CMakeFiles/list_install_components.dir
|
| 66 |
+
/content/TensorRT/build/plugin/decodeBbox3DPlugin/CMakeFiles/install.dir
|
| 67 |
+
/content/TensorRT/build/plugin/decodeBbox3DPlugin/CMakeFiles/install/local.dir
|
| 68 |
+
/content/TensorRT/build/plugin/decodeBbox3DPlugin/CMakeFiles/install/strip.dir
|
| 69 |
+
/content/TensorRT/build/plugin/detectionLayerPlugin/CMakeFiles/package.dir
|
| 70 |
+
/content/TensorRT/build/plugin/detectionLayerPlugin/CMakeFiles/package_source.dir
|
| 71 |
+
/content/TensorRT/build/plugin/detectionLayerPlugin/CMakeFiles/edit_cache.dir
|
| 72 |
+
/content/TensorRT/build/plugin/detectionLayerPlugin/CMakeFiles/rebuild_cache.dir
|
| 73 |
+
/content/TensorRT/build/plugin/detectionLayerPlugin/CMakeFiles/list_install_components.dir
|
| 74 |
+
/content/TensorRT/build/plugin/detectionLayerPlugin/CMakeFiles/install.dir
|
| 75 |
+
/content/TensorRT/build/plugin/detectionLayerPlugin/CMakeFiles/install/local.dir
|
| 76 |
+
/content/TensorRT/build/plugin/detectionLayerPlugin/CMakeFiles/install/strip.dir
|
| 77 |
+
/content/TensorRT/build/plugin/disentangledAttentionPlugin/CMakeFiles/package.dir
|
| 78 |
+
/content/TensorRT/build/plugin/disentangledAttentionPlugin/CMakeFiles/package_source.dir
|
| 79 |
+
/content/TensorRT/build/plugin/disentangledAttentionPlugin/CMakeFiles/edit_cache.dir
|
| 80 |
+
/content/TensorRT/build/plugin/disentangledAttentionPlugin/CMakeFiles/rebuild_cache.dir
|
| 81 |
+
/content/TensorRT/build/plugin/disentangledAttentionPlugin/CMakeFiles/list_install_components.dir
|
| 82 |
+
/content/TensorRT/build/plugin/disentangledAttentionPlugin/CMakeFiles/install.dir
|
| 83 |
+
/content/TensorRT/build/plugin/disentangledAttentionPlugin/CMakeFiles/install/local.dir
|
| 84 |
+
/content/TensorRT/build/plugin/disentangledAttentionPlugin/CMakeFiles/install/strip.dir
|
| 85 |
+
/content/TensorRT/build/plugin/efficientNMSPlugin/CMakeFiles/package.dir
|
| 86 |
+
/content/TensorRT/build/plugin/efficientNMSPlugin/CMakeFiles/package_source.dir
|
| 87 |
+
/content/TensorRT/build/plugin/efficientNMSPlugin/CMakeFiles/edit_cache.dir
|
| 88 |
+
/content/TensorRT/build/plugin/efficientNMSPlugin/CMakeFiles/rebuild_cache.dir
|
| 89 |
+
/content/TensorRT/build/plugin/efficientNMSPlugin/CMakeFiles/list_install_components.dir
|
| 90 |
+
/content/TensorRT/build/plugin/efficientNMSPlugin/CMakeFiles/install.dir
|
| 91 |
+
/content/TensorRT/build/plugin/efficientNMSPlugin/CMakeFiles/install/local.dir
|
| 92 |
+
/content/TensorRT/build/plugin/efficientNMSPlugin/CMakeFiles/install/strip.dir
|
| 93 |
+
/content/TensorRT/build/plugin/efficientNMSPlugin/tftrt/CMakeFiles/package.dir
|
| 94 |
+
/content/TensorRT/build/plugin/efficientNMSPlugin/tftrt/CMakeFiles/package_source.dir
|
| 95 |
+
/content/TensorRT/build/plugin/efficientNMSPlugin/tftrt/CMakeFiles/edit_cache.dir
|
| 96 |
+
/content/TensorRT/build/plugin/efficientNMSPlugin/tftrt/CMakeFiles/rebuild_cache.dir
|
| 97 |
+
/content/TensorRT/build/plugin/efficientNMSPlugin/tftrt/CMakeFiles/list_install_components.dir
|
| 98 |
+
/content/TensorRT/build/plugin/efficientNMSPlugin/tftrt/CMakeFiles/install.dir
|
| 99 |
+
/content/TensorRT/build/plugin/efficientNMSPlugin/tftrt/CMakeFiles/install/local.dir
|
| 100 |
+
/content/TensorRT/build/plugin/efficientNMSPlugin/tftrt/CMakeFiles/install/strip.dir
|
| 101 |
+
/content/TensorRT/build/plugin/flattenConcat/CMakeFiles/package.dir
|
| 102 |
+
/content/TensorRT/build/plugin/flattenConcat/CMakeFiles/package_source.dir
|
| 103 |
+
/content/TensorRT/build/plugin/flattenConcat/CMakeFiles/edit_cache.dir
|
| 104 |
+
/content/TensorRT/build/plugin/flattenConcat/CMakeFiles/rebuild_cache.dir
|
| 105 |
+
/content/TensorRT/build/plugin/flattenConcat/CMakeFiles/list_install_components.dir
|
| 106 |
+
/content/TensorRT/build/plugin/flattenConcat/CMakeFiles/install.dir
|
| 107 |
+
/content/TensorRT/build/plugin/flattenConcat/CMakeFiles/install/local.dir
|
| 108 |
+
/content/TensorRT/build/plugin/flattenConcat/CMakeFiles/install/strip.dir
|
| 109 |
+
/content/TensorRT/build/plugin/generateDetectionPlugin/CMakeFiles/package.dir
|
| 110 |
+
/content/TensorRT/build/plugin/generateDetectionPlugin/CMakeFiles/package_source.dir
|
| 111 |
+
/content/TensorRT/build/plugin/generateDetectionPlugin/CMakeFiles/edit_cache.dir
|
| 112 |
+
/content/TensorRT/build/plugin/generateDetectionPlugin/CMakeFiles/rebuild_cache.dir
|
| 113 |
+
/content/TensorRT/build/plugin/generateDetectionPlugin/CMakeFiles/list_install_components.dir
|
| 114 |
+
/content/TensorRT/build/plugin/generateDetectionPlugin/CMakeFiles/install.dir
|
| 115 |
+
/content/TensorRT/build/plugin/generateDetectionPlugin/CMakeFiles/install/local.dir
|
| 116 |
+
/content/TensorRT/build/plugin/generateDetectionPlugin/CMakeFiles/install/strip.dir
|
| 117 |
+
/content/TensorRT/build/plugin/gridAnchorPlugin/CMakeFiles/package.dir
|
| 118 |
+
/content/TensorRT/build/plugin/gridAnchorPlugin/CMakeFiles/package_source.dir
|
| 119 |
+
/content/TensorRT/build/plugin/gridAnchorPlugin/CMakeFiles/edit_cache.dir
|
| 120 |
+
/content/TensorRT/build/plugin/gridAnchorPlugin/CMakeFiles/rebuild_cache.dir
|
| 121 |
+
/content/TensorRT/build/plugin/gridAnchorPlugin/CMakeFiles/list_install_components.dir
|
| 122 |
+
/content/TensorRT/build/plugin/gridAnchorPlugin/CMakeFiles/install.dir
|
| 123 |
+
/content/TensorRT/build/plugin/gridAnchorPlugin/CMakeFiles/install/local.dir
|
| 124 |
+
/content/TensorRT/build/plugin/gridAnchorPlugin/CMakeFiles/install/strip.dir
|
| 125 |
+
/content/TensorRT/build/plugin/groupNormalizationPlugin/CMakeFiles/package.dir
|
| 126 |
+
/content/TensorRT/build/plugin/groupNormalizationPlugin/CMakeFiles/package_source.dir
|
| 127 |
+
/content/TensorRT/build/plugin/groupNormalizationPlugin/CMakeFiles/edit_cache.dir
|
| 128 |
+
/content/TensorRT/build/plugin/groupNormalizationPlugin/CMakeFiles/rebuild_cache.dir
|
| 129 |
+
/content/TensorRT/build/plugin/groupNormalizationPlugin/CMakeFiles/list_install_components.dir
|
| 130 |
+
/content/TensorRT/build/plugin/groupNormalizationPlugin/CMakeFiles/install.dir
|
| 131 |
+
/content/TensorRT/build/plugin/groupNormalizationPlugin/CMakeFiles/install/local.dir
|
| 132 |
+
/content/TensorRT/build/plugin/groupNormalizationPlugin/CMakeFiles/install/strip.dir
|
| 133 |
+
/content/TensorRT/build/plugin/instanceNormalizationPlugin/CMakeFiles/package.dir
|
| 134 |
+
/content/TensorRT/build/plugin/instanceNormalizationPlugin/CMakeFiles/package_source.dir
|
| 135 |
+
/content/TensorRT/build/plugin/instanceNormalizationPlugin/CMakeFiles/edit_cache.dir
|
| 136 |
+
/content/TensorRT/build/plugin/instanceNormalizationPlugin/CMakeFiles/rebuild_cache.dir
|
| 137 |
+
/content/TensorRT/build/plugin/instanceNormalizationPlugin/CMakeFiles/list_install_components.dir
|
| 138 |
+
/content/TensorRT/build/plugin/instanceNormalizationPlugin/CMakeFiles/install.dir
|
| 139 |
+
/content/TensorRT/build/plugin/instanceNormalizationPlugin/CMakeFiles/install/local.dir
|
| 140 |
+
/content/TensorRT/build/plugin/instanceNormalizationPlugin/CMakeFiles/install/strip.dir
|
| 141 |
+
/content/TensorRT/build/plugin/leakyReluPlugin/CMakeFiles/package.dir
|
| 142 |
+
/content/TensorRT/build/plugin/leakyReluPlugin/CMakeFiles/package_source.dir
|
| 143 |
+
/content/TensorRT/build/plugin/leakyReluPlugin/CMakeFiles/edit_cache.dir
|
| 144 |
+
/content/TensorRT/build/plugin/leakyReluPlugin/CMakeFiles/rebuild_cache.dir
|
| 145 |
+
/content/TensorRT/build/plugin/leakyReluPlugin/CMakeFiles/list_install_components.dir
|
| 146 |
+
/content/TensorRT/build/plugin/leakyReluPlugin/CMakeFiles/install.dir
|
| 147 |
+
/content/TensorRT/build/plugin/leakyReluPlugin/CMakeFiles/install/local.dir
|
| 148 |
+
/content/TensorRT/build/plugin/leakyReluPlugin/CMakeFiles/install/strip.dir
|
| 149 |
+
/content/TensorRT/build/plugin/multilevelCropAndResizePlugin/CMakeFiles/package.dir
|
| 150 |
+
/content/TensorRT/build/plugin/multilevelCropAndResizePlugin/CMakeFiles/package_source.dir
|
| 151 |
+
/content/TensorRT/build/plugin/multilevelCropAndResizePlugin/CMakeFiles/edit_cache.dir
|
| 152 |
+
/content/TensorRT/build/plugin/multilevelCropAndResizePlugin/CMakeFiles/rebuild_cache.dir
|
| 153 |
+
/content/TensorRT/build/plugin/multilevelCropAndResizePlugin/CMakeFiles/list_install_components.dir
|
| 154 |
+
/content/TensorRT/build/plugin/multilevelCropAndResizePlugin/CMakeFiles/install.dir
|
| 155 |
+
/content/TensorRT/build/plugin/multilevelCropAndResizePlugin/CMakeFiles/install/local.dir
|
| 156 |
+
/content/TensorRT/build/plugin/multilevelCropAndResizePlugin/CMakeFiles/install/strip.dir
|
| 157 |
+
/content/TensorRT/build/plugin/multilevelProposeROI/CMakeFiles/package.dir
|
| 158 |
+
/content/TensorRT/build/plugin/multilevelProposeROI/CMakeFiles/package_source.dir
|
| 159 |
+
/content/TensorRT/build/plugin/multilevelProposeROI/CMakeFiles/edit_cache.dir
|
| 160 |
+
/content/TensorRT/build/plugin/multilevelProposeROI/CMakeFiles/rebuild_cache.dir
|
| 161 |
+
/content/TensorRT/build/plugin/multilevelProposeROI/CMakeFiles/list_install_components.dir
|
| 162 |
+
/content/TensorRT/build/plugin/multilevelProposeROI/CMakeFiles/install.dir
|
| 163 |
+
/content/TensorRT/build/plugin/multilevelProposeROI/CMakeFiles/install/local.dir
|
| 164 |
+
/content/TensorRT/build/plugin/multilevelProposeROI/CMakeFiles/install/strip.dir
|
| 165 |
+
/content/TensorRT/build/plugin/multiscaleDeformableAttnPlugin/CMakeFiles/package.dir
|
| 166 |
+
/content/TensorRT/build/plugin/multiscaleDeformableAttnPlugin/CMakeFiles/package_source.dir
|
| 167 |
+
/content/TensorRT/build/plugin/multiscaleDeformableAttnPlugin/CMakeFiles/edit_cache.dir
|
| 168 |
+
/content/TensorRT/build/plugin/multiscaleDeformableAttnPlugin/CMakeFiles/rebuild_cache.dir
|
| 169 |
+
/content/TensorRT/build/plugin/multiscaleDeformableAttnPlugin/CMakeFiles/list_install_components.dir
|
| 170 |
+
/content/TensorRT/build/plugin/multiscaleDeformableAttnPlugin/CMakeFiles/install.dir
|
| 171 |
+
/content/TensorRT/build/plugin/multiscaleDeformableAttnPlugin/CMakeFiles/install/local.dir
|
| 172 |
+
/content/TensorRT/build/plugin/multiscaleDeformableAttnPlugin/CMakeFiles/install/strip.dir
|
| 173 |
+
/content/TensorRT/build/plugin/nmsPlugin/CMakeFiles/package.dir
|
| 174 |
+
/content/TensorRT/build/plugin/nmsPlugin/CMakeFiles/package_source.dir
|
| 175 |
+
/content/TensorRT/build/plugin/nmsPlugin/CMakeFiles/edit_cache.dir
|
| 176 |
+
/content/TensorRT/build/plugin/nmsPlugin/CMakeFiles/rebuild_cache.dir
|
| 177 |
+
/content/TensorRT/build/plugin/nmsPlugin/CMakeFiles/list_install_components.dir
|
| 178 |
+
/content/TensorRT/build/plugin/nmsPlugin/CMakeFiles/install.dir
|
| 179 |
+
/content/TensorRT/build/plugin/nmsPlugin/CMakeFiles/install/local.dir
|
| 180 |
+
/content/TensorRT/build/plugin/nmsPlugin/CMakeFiles/install/strip.dir
|
| 181 |
+
/content/TensorRT/build/plugin/normalizePlugin/CMakeFiles/package.dir
|
| 182 |
+
/content/TensorRT/build/plugin/normalizePlugin/CMakeFiles/package_source.dir
|
| 183 |
+
/content/TensorRT/build/plugin/normalizePlugin/CMakeFiles/edit_cache.dir
|
| 184 |
+
/content/TensorRT/build/plugin/normalizePlugin/CMakeFiles/rebuild_cache.dir
|
| 185 |
+
/content/TensorRT/build/plugin/normalizePlugin/CMakeFiles/list_install_components.dir
|
| 186 |
+
/content/TensorRT/build/plugin/normalizePlugin/CMakeFiles/install.dir
|
| 187 |
+
/content/TensorRT/build/plugin/normalizePlugin/CMakeFiles/install/local.dir
|
| 188 |
+
/content/TensorRT/build/plugin/normalizePlugin/CMakeFiles/install/strip.dir
|
| 189 |
+
/content/TensorRT/build/plugin/nvFasterRCNN/CMakeFiles/package.dir
|
| 190 |
+
/content/TensorRT/build/plugin/nvFasterRCNN/CMakeFiles/package_source.dir
|
| 191 |
+
/content/TensorRT/build/plugin/nvFasterRCNN/CMakeFiles/edit_cache.dir
|
| 192 |
+
/content/TensorRT/build/plugin/nvFasterRCNN/CMakeFiles/rebuild_cache.dir
|
| 193 |
+
/content/TensorRT/build/plugin/nvFasterRCNN/CMakeFiles/list_install_components.dir
|
| 194 |
+
/content/TensorRT/build/plugin/nvFasterRCNN/CMakeFiles/install.dir
|
| 195 |
+
/content/TensorRT/build/plugin/nvFasterRCNN/CMakeFiles/install/local.dir
|
| 196 |
+
/content/TensorRT/build/plugin/nvFasterRCNN/CMakeFiles/install/strip.dir
|
| 197 |
+
/content/TensorRT/build/plugin/pillarScatterPlugin/CMakeFiles/package.dir
|
| 198 |
+
/content/TensorRT/build/plugin/pillarScatterPlugin/CMakeFiles/package_source.dir
|
| 199 |
+
/content/TensorRT/build/plugin/pillarScatterPlugin/CMakeFiles/edit_cache.dir
|
| 200 |
+
/content/TensorRT/build/plugin/pillarScatterPlugin/CMakeFiles/rebuild_cache.dir
|
| 201 |
+
/content/TensorRT/build/plugin/pillarScatterPlugin/CMakeFiles/list_install_components.dir
|
| 202 |
+
/content/TensorRT/build/plugin/pillarScatterPlugin/CMakeFiles/install.dir
|
| 203 |
+
/content/TensorRT/build/plugin/pillarScatterPlugin/CMakeFiles/install/local.dir
|
| 204 |
+
/content/TensorRT/build/plugin/pillarScatterPlugin/CMakeFiles/install/strip.dir
|
| 205 |
+
/content/TensorRT/build/plugin/priorBoxPlugin/CMakeFiles/package.dir
|
| 206 |
+
/content/TensorRT/build/plugin/priorBoxPlugin/CMakeFiles/package_source.dir
|
| 207 |
+
/content/TensorRT/build/plugin/priorBoxPlugin/CMakeFiles/edit_cache.dir
|
| 208 |
+
/content/TensorRT/build/plugin/priorBoxPlugin/CMakeFiles/rebuild_cache.dir
|
| 209 |
+
/content/TensorRT/build/plugin/priorBoxPlugin/CMakeFiles/list_install_components.dir
|
| 210 |
+
/content/TensorRT/build/plugin/priorBoxPlugin/CMakeFiles/install.dir
|
| 211 |
+
/content/TensorRT/build/plugin/priorBoxPlugin/CMakeFiles/install/local.dir
|
| 212 |
+
/content/TensorRT/build/plugin/priorBoxPlugin/CMakeFiles/install/strip.dir
|
| 213 |
+
/content/TensorRT/build/plugin/proposalLayerPlugin/CMakeFiles/package.dir
|
| 214 |
+
/content/TensorRT/build/plugin/proposalLayerPlugin/CMakeFiles/package_source.dir
|
| 215 |
+
/content/TensorRT/build/plugin/proposalLayerPlugin/CMakeFiles/edit_cache.dir
|
| 216 |
+
/content/TensorRT/build/plugin/proposalLayerPlugin/CMakeFiles/rebuild_cache.dir
|
| 217 |
+
/content/TensorRT/build/plugin/proposalLayerPlugin/CMakeFiles/list_install_components.dir
|
| 218 |
+
/content/TensorRT/build/plugin/proposalLayerPlugin/CMakeFiles/install.dir
|
| 219 |
+
/content/TensorRT/build/plugin/proposalLayerPlugin/CMakeFiles/install/local.dir
|
| 220 |
+
/content/TensorRT/build/plugin/proposalLayerPlugin/CMakeFiles/install/strip.dir
|
| 221 |
+
/content/TensorRT/build/plugin/proposalPlugin/CMakeFiles/package.dir
|
| 222 |
+
/content/TensorRT/build/plugin/proposalPlugin/CMakeFiles/package_source.dir
|
| 223 |
+
/content/TensorRT/build/plugin/proposalPlugin/CMakeFiles/edit_cache.dir
|
| 224 |
+
/content/TensorRT/build/plugin/proposalPlugin/CMakeFiles/rebuild_cache.dir
|
| 225 |
+
/content/TensorRT/build/plugin/proposalPlugin/CMakeFiles/list_install_components.dir
|
| 226 |
+
/content/TensorRT/build/plugin/proposalPlugin/CMakeFiles/install.dir
|
| 227 |
+
/content/TensorRT/build/plugin/proposalPlugin/CMakeFiles/install/local.dir
|
| 228 |
+
/content/TensorRT/build/plugin/proposalPlugin/CMakeFiles/install/strip.dir
|
| 229 |
+
/content/TensorRT/build/plugin/pyramidROIAlignPlugin/CMakeFiles/package.dir
|
| 230 |
+
/content/TensorRT/build/plugin/pyramidROIAlignPlugin/CMakeFiles/package_source.dir
|
| 231 |
+
/content/TensorRT/build/plugin/pyramidROIAlignPlugin/CMakeFiles/edit_cache.dir
|
| 232 |
+
/content/TensorRT/build/plugin/pyramidROIAlignPlugin/CMakeFiles/rebuild_cache.dir
|
| 233 |
+
/content/TensorRT/build/plugin/pyramidROIAlignPlugin/CMakeFiles/list_install_components.dir
|
| 234 |
+
/content/TensorRT/build/plugin/pyramidROIAlignPlugin/CMakeFiles/install.dir
|
| 235 |
+
/content/TensorRT/build/plugin/pyramidROIAlignPlugin/CMakeFiles/install/local.dir
|
| 236 |
+
/content/TensorRT/build/plugin/pyramidROIAlignPlugin/CMakeFiles/install/strip.dir
|
| 237 |
+
/content/TensorRT/build/plugin/regionPlugin/CMakeFiles/package.dir
|
| 238 |
+
/content/TensorRT/build/plugin/regionPlugin/CMakeFiles/package_source.dir
|
| 239 |
+
/content/TensorRT/build/plugin/regionPlugin/CMakeFiles/edit_cache.dir
|
| 240 |
+
/content/TensorRT/build/plugin/regionPlugin/CMakeFiles/rebuild_cache.dir
|
| 241 |
+
/content/TensorRT/build/plugin/regionPlugin/CMakeFiles/list_install_components.dir
|
| 242 |
+
/content/TensorRT/build/plugin/regionPlugin/CMakeFiles/install.dir
|
| 243 |
+
/content/TensorRT/build/plugin/regionPlugin/CMakeFiles/install/local.dir
|
| 244 |
+
/content/TensorRT/build/plugin/regionPlugin/CMakeFiles/install/strip.dir
|
| 245 |
+
/content/TensorRT/build/plugin/reorgPlugin/CMakeFiles/package.dir
|
| 246 |
+
/content/TensorRT/build/plugin/reorgPlugin/CMakeFiles/package_source.dir
|
| 247 |
+
/content/TensorRT/build/plugin/reorgPlugin/CMakeFiles/edit_cache.dir
|
| 248 |
+
/content/TensorRT/build/plugin/reorgPlugin/CMakeFiles/rebuild_cache.dir
|
| 249 |
+
/content/TensorRT/build/plugin/reorgPlugin/CMakeFiles/list_install_components.dir
|
| 250 |
+
/content/TensorRT/build/plugin/reorgPlugin/CMakeFiles/install.dir
|
| 251 |
+
/content/TensorRT/build/plugin/reorgPlugin/CMakeFiles/install/local.dir
|
| 252 |
+
/content/TensorRT/build/plugin/reorgPlugin/CMakeFiles/install/strip.dir
|
| 253 |
+
/content/TensorRT/build/plugin/resizeNearestPlugin/CMakeFiles/package.dir
|
| 254 |
+
/content/TensorRT/build/plugin/resizeNearestPlugin/CMakeFiles/package_source.dir
|
| 255 |
+
/content/TensorRT/build/plugin/resizeNearestPlugin/CMakeFiles/edit_cache.dir
|
| 256 |
+
/content/TensorRT/build/plugin/resizeNearestPlugin/CMakeFiles/rebuild_cache.dir
|
| 257 |
+
/content/TensorRT/build/plugin/resizeNearestPlugin/CMakeFiles/list_install_components.dir
|
| 258 |
+
/content/TensorRT/build/plugin/resizeNearestPlugin/CMakeFiles/install.dir
|
| 259 |
+
/content/TensorRT/build/plugin/resizeNearestPlugin/CMakeFiles/install/local.dir
|
| 260 |
+
/content/TensorRT/build/plugin/resizeNearestPlugin/CMakeFiles/install/strip.dir
|
| 261 |
+
/content/TensorRT/build/plugin/roiAlignPlugin/CMakeFiles/package.dir
|
| 262 |
+
/content/TensorRT/build/plugin/roiAlignPlugin/CMakeFiles/package_source.dir
|
| 263 |
+
/content/TensorRT/build/plugin/roiAlignPlugin/CMakeFiles/edit_cache.dir
|
| 264 |
+
/content/TensorRT/build/plugin/roiAlignPlugin/CMakeFiles/rebuild_cache.dir
|
| 265 |
+
/content/TensorRT/build/plugin/roiAlignPlugin/CMakeFiles/list_install_components.dir
|
| 266 |
+
/content/TensorRT/build/plugin/roiAlignPlugin/CMakeFiles/install.dir
|
| 267 |
+
/content/TensorRT/build/plugin/roiAlignPlugin/CMakeFiles/install/local.dir
|
| 268 |
+
/content/TensorRT/build/plugin/roiAlignPlugin/CMakeFiles/install/strip.dir
|
| 269 |
+
/content/TensorRT/build/plugin/scatterPlugin/CMakeFiles/package.dir
|
| 270 |
+
/content/TensorRT/build/plugin/scatterPlugin/CMakeFiles/package_source.dir
|
| 271 |
+
/content/TensorRT/build/plugin/scatterPlugin/CMakeFiles/edit_cache.dir
|
| 272 |
+
/content/TensorRT/build/plugin/scatterPlugin/CMakeFiles/rebuild_cache.dir
|
| 273 |
+
/content/TensorRT/build/plugin/scatterPlugin/CMakeFiles/list_install_components.dir
|
| 274 |
+
/content/TensorRT/build/plugin/scatterPlugin/CMakeFiles/install.dir
|
| 275 |
+
/content/TensorRT/build/plugin/scatterPlugin/CMakeFiles/install/local.dir
|
| 276 |
+
/content/TensorRT/build/plugin/scatterPlugin/CMakeFiles/install/strip.dir
|
| 277 |
+
/content/TensorRT/build/plugin/specialSlicePlugin/CMakeFiles/package.dir
|
| 278 |
+
/content/TensorRT/build/plugin/specialSlicePlugin/CMakeFiles/package_source.dir
|
| 279 |
+
/content/TensorRT/build/plugin/specialSlicePlugin/CMakeFiles/edit_cache.dir
|
| 280 |
+
/content/TensorRT/build/plugin/specialSlicePlugin/CMakeFiles/rebuild_cache.dir
|
| 281 |
+
/content/TensorRT/build/plugin/specialSlicePlugin/CMakeFiles/list_install_components.dir
|
| 282 |
+
/content/TensorRT/build/plugin/specialSlicePlugin/CMakeFiles/install.dir
|
| 283 |
+
/content/TensorRT/build/plugin/specialSlicePlugin/CMakeFiles/install/local.dir
|
| 284 |
+
/content/TensorRT/build/plugin/specialSlicePlugin/CMakeFiles/install/strip.dir
|
| 285 |
+
/content/TensorRT/build/plugin/splitPlugin/CMakeFiles/package.dir
|
| 286 |
+
/content/TensorRT/build/plugin/splitPlugin/CMakeFiles/package_source.dir
|
| 287 |
+
/content/TensorRT/build/plugin/splitPlugin/CMakeFiles/edit_cache.dir
|
| 288 |
+
/content/TensorRT/build/plugin/splitPlugin/CMakeFiles/rebuild_cache.dir
|
| 289 |
+
/content/TensorRT/build/plugin/splitPlugin/CMakeFiles/list_install_components.dir
|
| 290 |
+
/content/TensorRT/build/plugin/splitPlugin/CMakeFiles/install.dir
|
| 291 |
+
/content/TensorRT/build/plugin/splitPlugin/CMakeFiles/install/local.dir
|
| 292 |
+
/content/TensorRT/build/plugin/splitPlugin/CMakeFiles/install/strip.dir
|
| 293 |
+
/content/TensorRT/build/plugin/voxelGeneratorPlugin/CMakeFiles/package.dir
|
| 294 |
+
/content/TensorRT/build/plugin/voxelGeneratorPlugin/CMakeFiles/package_source.dir
|
| 295 |
+
/content/TensorRT/build/plugin/voxelGeneratorPlugin/CMakeFiles/edit_cache.dir
|
| 296 |
+
/content/TensorRT/build/plugin/voxelGeneratorPlugin/CMakeFiles/rebuild_cache.dir
|
| 297 |
+
/content/TensorRT/build/plugin/voxelGeneratorPlugin/CMakeFiles/list_install_components.dir
|
| 298 |
+
/content/TensorRT/build/plugin/voxelGeneratorPlugin/CMakeFiles/install.dir
|
| 299 |
+
/content/TensorRT/build/plugin/voxelGeneratorPlugin/CMakeFiles/install/local.dir
|
| 300 |
+
/content/TensorRT/build/plugin/voxelGeneratorPlugin/CMakeFiles/install/strip.dir
|
| 301 |
+
/content/TensorRT/build/plugin/bertQKVToContextPlugin/CMakeFiles/package.dir
|
| 302 |
+
/content/TensorRT/build/plugin/bertQKVToContextPlugin/CMakeFiles/package_source.dir
|
| 303 |
+
/content/TensorRT/build/plugin/bertQKVToContextPlugin/CMakeFiles/edit_cache.dir
|
| 304 |
+
/content/TensorRT/build/plugin/bertQKVToContextPlugin/CMakeFiles/rebuild_cache.dir
|
| 305 |
+
/content/TensorRT/build/plugin/bertQKVToContextPlugin/CMakeFiles/list_install_components.dir
|
| 306 |
+
/content/TensorRT/build/plugin/bertQKVToContextPlugin/CMakeFiles/install.dir
|
| 307 |
+
/content/TensorRT/build/plugin/bertQKVToContextPlugin/CMakeFiles/install/local.dir
|
| 308 |
+
/content/TensorRT/build/plugin/bertQKVToContextPlugin/CMakeFiles/install/strip.dir
|
| 309 |
+
/content/TensorRT/build/plugin/bertQKVToContextPlugin/fused_multihead_attention/CMakeFiles/package.dir
|
| 310 |
+
/content/TensorRT/build/plugin/bertQKVToContextPlugin/fused_multihead_attention/CMakeFiles/package_source.dir
|
| 311 |
+
/content/TensorRT/build/plugin/bertQKVToContextPlugin/fused_multihead_attention/CMakeFiles/edit_cache.dir
|
| 312 |
+
/content/TensorRT/build/plugin/bertQKVToContextPlugin/fused_multihead_attention/CMakeFiles/rebuild_cache.dir
|
| 313 |
+
/content/TensorRT/build/plugin/bertQKVToContextPlugin/fused_multihead_attention/CMakeFiles/list_install_components.dir
|
| 314 |
+
/content/TensorRT/build/plugin/bertQKVToContextPlugin/fused_multihead_attention/CMakeFiles/install.dir
|
| 315 |
+
/content/TensorRT/build/plugin/bertQKVToContextPlugin/fused_multihead_attention/CMakeFiles/install/local.dir
|
| 316 |
+
/content/TensorRT/build/plugin/bertQKVToContextPlugin/fused_multihead_attention/CMakeFiles/install/strip.dir
|
| 317 |
+
/content/TensorRT/build/plugin/bertQKVToContextPlugin/fused_multihead_attention_v2/CMakeFiles/package.dir
|
| 318 |
+
/content/TensorRT/build/plugin/bertQKVToContextPlugin/fused_multihead_attention_v2/CMakeFiles/package_source.dir
|
| 319 |
+
/content/TensorRT/build/plugin/bertQKVToContextPlugin/fused_multihead_attention_v2/CMakeFiles/edit_cache.dir
|
| 320 |
+
/content/TensorRT/build/plugin/bertQKVToContextPlugin/fused_multihead_attention_v2/CMakeFiles/rebuild_cache.dir
|
| 321 |
+
/content/TensorRT/build/plugin/bertQKVToContextPlugin/fused_multihead_attention_v2/CMakeFiles/list_install_components.dir
|
| 322 |
+
/content/TensorRT/build/plugin/bertQKVToContextPlugin/fused_multihead_attention_v2/CMakeFiles/install.dir
|
| 323 |
+
/content/TensorRT/build/plugin/bertQKVToContextPlugin/fused_multihead_attention_v2/CMakeFiles/install/local.dir
|
| 324 |
+
/content/TensorRT/build/plugin/bertQKVToContextPlugin/fused_multihead_attention_v2/CMakeFiles/install/strip.dir
|
| 325 |
+
/content/TensorRT/build/plugin/embLayerNormPlugin/CMakeFiles/package.dir
|
| 326 |
+
/content/TensorRT/build/plugin/embLayerNormPlugin/CMakeFiles/package_source.dir
|
| 327 |
+
/content/TensorRT/build/plugin/embLayerNormPlugin/CMakeFiles/edit_cache.dir
|
| 328 |
+
/content/TensorRT/build/plugin/embLayerNormPlugin/CMakeFiles/rebuild_cache.dir
|
| 329 |
+
/content/TensorRT/build/plugin/embLayerNormPlugin/CMakeFiles/list_install_components.dir
|
| 330 |
+
/content/TensorRT/build/plugin/embLayerNormPlugin/CMakeFiles/install.dir
|
| 331 |
+
/content/TensorRT/build/plugin/embLayerNormPlugin/CMakeFiles/install/local.dir
|
| 332 |
+
/content/TensorRT/build/plugin/embLayerNormPlugin/CMakeFiles/install/strip.dir
|
| 333 |
+
/content/TensorRT/build/plugin/fcPlugin/CMakeFiles/package.dir
|
| 334 |
+
/content/TensorRT/build/plugin/fcPlugin/CMakeFiles/package_source.dir
|
| 335 |
+
/content/TensorRT/build/plugin/fcPlugin/CMakeFiles/edit_cache.dir
|
| 336 |
+
/content/TensorRT/build/plugin/fcPlugin/CMakeFiles/rebuild_cache.dir
|
| 337 |
+
/content/TensorRT/build/plugin/fcPlugin/CMakeFiles/list_install_components.dir
|
| 338 |
+
/content/TensorRT/build/plugin/fcPlugin/CMakeFiles/install.dir
|
| 339 |
+
/content/TensorRT/build/plugin/fcPlugin/CMakeFiles/install/local.dir
|
| 340 |
+
/content/TensorRT/build/plugin/fcPlugin/CMakeFiles/install/strip.dir
|
| 341 |
+
/content/TensorRT/build/plugin/geluPlugin/CMakeFiles/package.dir
|
| 342 |
+
/content/TensorRT/build/plugin/geluPlugin/CMakeFiles/package_source.dir
|
| 343 |
+
/content/TensorRT/build/plugin/geluPlugin/CMakeFiles/edit_cache.dir
|
| 344 |
+
/content/TensorRT/build/plugin/geluPlugin/CMakeFiles/rebuild_cache.dir
|
| 345 |
+
/content/TensorRT/build/plugin/geluPlugin/CMakeFiles/list_install_components.dir
|
| 346 |
+
/content/TensorRT/build/plugin/geluPlugin/CMakeFiles/install.dir
|
| 347 |
+
/content/TensorRT/build/plugin/geluPlugin/CMakeFiles/install/local.dir
|
| 348 |
+
/content/TensorRT/build/plugin/geluPlugin/CMakeFiles/install/strip.dir
|
| 349 |
+
/content/TensorRT/build/plugin/skipLayerNormPlugin/CMakeFiles/package.dir
|
| 350 |
+
/content/TensorRT/build/plugin/skipLayerNormPlugin/CMakeFiles/package_source.dir
|
| 351 |
+
/content/TensorRT/build/plugin/skipLayerNormPlugin/CMakeFiles/edit_cache.dir
|
| 352 |
+
/content/TensorRT/build/plugin/skipLayerNormPlugin/CMakeFiles/rebuild_cache.dir
|
| 353 |
+
/content/TensorRT/build/plugin/skipLayerNormPlugin/CMakeFiles/list_install_components.dir
|
| 354 |
+
/content/TensorRT/build/plugin/skipLayerNormPlugin/CMakeFiles/install.dir
|
| 355 |
+
/content/TensorRT/build/plugin/skipLayerNormPlugin/CMakeFiles/install/local.dir
|
| 356 |
+
/content/TensorRT/build/plugin/skipLayerNormPlugin/CMakeFiles/install/strip.dir
|
| 357 |
+
/content/TensorRT/build/plugin/groupNormPlugin/CMakeFiles/package.dir
|
| 358 |
+
/content/TensorRT/build/plugin/groupNormPlugin/CMakeFiles/package_source.dir
|
| 359 |
+
/content/TensorRT/build/plugin/groupNormPlugin/CMakeFiles/edit_cache.dir
|
| 360 |
+
/content/TensorRT/build/plugin/groupNormPlugin/CMakeFiles/rebuild_cache.dir
|
| 361 |
+
/content/TensorRT/build/plugin/groupNormPlugin/CMakeFiles/list_install_components.dir
|
| 362 |
+
/content/TensorRT/build/plugin/groupNormPlugin/CMakeFiles/install.dir
|
| 363 |
+
/content/TensorRT/build/plugin/groupNormPlugin/CMakeFiles/install/local.dir
|
| 364 |
+
/content/TensorRT/build/plugin/groupNormPlugin/CMakeFiles/install/strip.dir
|
| 365 |
+
/content/TensorRT/build/plugin/layerNormPlugin/CMakeFiles/package.dir
|
| 366 |
+
/content/TensorRT/build/plugin/layerNormPlugin/CMakeFiles/package_source.dir
|
| 367 |
+
/content/TensorRT/build/plugin/layerNormPlugin/CMakeFiles/edit_cache.dir
|
| 368 |
+
/content/TensorRT/build/plugin/layerNormPlugin/CMakeFiles/rebuild_cache.dir
|
| 369 |
+
/content/TensorRT/build/plugin/layerNormPlugin/CMakeFiles/list_install_components.dir
|
| 370 |
+
/content/TensorRT/build/plugin/layerNormPlugin/CMakeFiles/install.dir
|
| 371 |
+
/content/TensorRT/build/plugin/layerNormPlugin/CMakeFiles/install/local.dir
|
| 372 |
+
/content/TensorRT/build/plugin/layerNormPlugin/CMakeFiles/install/strip.dir
|
| 373 |
+
/content/TensorRT/build/plugin/seqLen2SpatialPlugin/CMakeFiles/package.dir
|
| 374 |
+
/content/TensorRT/build/plugin/seqLen2SpatialPlugin/CMakeFiles/package_source.dir
|
| 375 |
+
/content/TensorRT/build/plugin/seqLen2SpatialPlugin/CMakeFiles/edit_cache.dir
|
| 376 |
+
/content/TensorRT/build/plugin/seqLen2SpatialPlugin/CMakeFiles/rebuild_cache.dir
|
| 377 |
+
/content/TensorRT/build/plugin/seqLen2SpatialPlugin/CMakeFiles/list_install_components.dir
|
| 378 |
+
/content/TensorRT/build/plugin/seqLen2SpatialPlugin/CMakeFiles/install.dir
|
| 379 |
+
/content/TensorRT/build/plugin/seqLen2SpatialPlugin/CMakeFiles/install/local.dir
|
| 380 |
+
/content/TensorRT/build/plugin/seqLen2SpatialPlugin/CMakeFiles/install/strip.dir
|
| 381 |
+
/content/TensorRT/build/plugin/splitGeLUPlugin/CMakeFiles/package.dir
|
| 382 |
+
/content/TensorRT/build/plugin/splitGeLUPlugin/CMakeFiles/package_source.dir
|
| 383 |
+
/content/TensorRT/build/plugin/splitGeLUPlugin/CMakeFiles/edit_cache.dir
|
| 384 |
+
/content/TensorRT/build/plugin/splitGeLUPlugin/CMakeFiles/rebuild_cache.dir
|
| 385 |
+
/content/TensorRT/build/plugin/splitGeLUPlugin/CMakeFiles/list_install_components.dir
|
| 386 |
+
/content/TensorRT/build/plugin/splitGeLUPlugin/CMakeFiles/install.dir
|
| 387 |
+
/content/TensorRT/build/plugin/splitGeLUPlugin/CMakeFiles/install/local.dir
|
| 388 |
+
/content/TensorRT/build/plugin/splitGeLUPlugin/CMakeFiles/install/strip.dir
|
| 389 |
+
/content/TensorRT/build/plugin/multiHeadFlashAttentionPlugin/CMakeFiles/package.dir
|
| 390 |
+
/content/TensorRT/build/plugin/multiHeadFlashAttentionPlugin/CMakeFiles/package_source.dir
|
| 391 |
+
/content/TensorRT/build/plugin/multiHeadFlashAttentionPlugin/CMakeFiles/edit_cache.dir
|
| 392 |
+
/content/TensorRT/build/plugin/multiHeadFlashAttentionPlugin/CMakeFiles/rebuild_cache.dir
|
| 393 |
+
/content/TensorRT/build/plugin/multiHeadFlashAttentionPlugin/CMakeFiles/list_install_components.dir
|
| 394 |
+
/content/TensorRT/build/plugin/multiHeadFlashAttentionPlugin/CMakeFiles/install.dir
|
| 395 |
+
/content/TensorRT/build/plugin/multiHeadFlashAttentionPlugin/CMakeFiles/install/local.dir
|
| 396 |
+
/content/TensorRT/build/plugin/multiHeadFlashAttentionPlugin/CMakeFiles/install/strip.dir
|
| 397 |
+
/content/TensorRT/build/plugin/multiHeadFlashAttentionPlugin/fmha_flash_attention/CMakeFiles/package.dir
|
| 398 |
+
/content/TensorRT/build/plugin/multiHeadFlashAttentionPlugin/fmha_flash_attention/CMakeFiles/package_source.dir
|
| 399 |
+
/content/TensorRT/build/plugin/multiHeadFlashAttentionPlugin/fmha_flash_attention/CMakeFiles/edit_cache.dir
|
| 400 |
+
/content/TensorRT/build/plugin/multiHeadFlashAttentionPlugin/fmha_flash_attention/CMakeFiles/rebuild_cache.dir
|
| 401 |
+
/content/TensorRT/build/plugin/multiHeadFlashAttentionPlugin/fmha_flash_attention/CMakeFiles/list_install_components.dir
|
| 402 |
+
/content/TensorRT/build/plugin/multiHeadFlashAttentionPlugin/fmha_flash_attention/CMakeFiles/install.dir
|
| 403 |
+
/content/TensorRT/build/plugin/multiHeadFlashAttentionPlugin/fmha_flash_attention/CMakeFiles/install/local.dir
|
| 404 |
+
/content/TensorRT/build/plugin/multiHeadFlashAttentionPlugin/fmha_flash_attention/CMakeFiles/install/strip.dir
|
| 405 |
+
/content/TensorRT/build/plugin/multiHeadCrossAttentionPlugin/CMakeFiles/package.dir
|
| 406 |
+
/content/TensorRT/build/plugin/multiHeadCrossAttentionPlugin/CMakeFiles/package_source.dir
|
| 407 |
+
/content/TensorRT/build/plugin/multiHeadCrossAttentionPlugin/CMakeFiles/edit_cache.dir
|
| 408 |
+
/content/TensorRT/build/plugin/multiHeadCrossAttentionPlugin/CMakeFiles/rebuild_cache.dir
|
| 409 |
+
/content/TensorRT/build/plugin/multiHeadCrossAttentionPlugin/CMakeFiles/list_install_components.dir
|
| 410 |
+
/content/TensorRT/build/plugin/multiHeadCrossAttentionPlugin/CMakeFiles/install.dir
|
| 411 |
+
/content/TensorRT/build/plugin/multiHeadCrossAttentionPlugin/CMakeFiles/install/local.dir
|
| 412 |
+
/content/TensorRT/build/plugin/multiHeadCrossAttentionPlugin/CMakeFiles/install/strip.dir
|
| 413 |
+
/content/TensorRT/build/plugin/multiHeadCrossAttentionPlugin/fmha_cross_attention/CMakeFiles/package.dir
|
| 414 |
+
/content/TensorRT/build/plugin/multiHeadCrossAttentionPlugin/fmha_cross_attention/CMakeFiles/package_source.dir
|
| 415 |
+
/content/TensorRT/build/plugin/multiHeadCrossAttentionPlugin/fmha_cross_attention/CMakeFiles/edit_cache.dir
|
| 416 |
+
/content/TensorRT/build/plugin/multiHeadCrossAttentionPlugin/fmha_cross_attention/CMakeFiles/rebuild_cache.dir
|
| 417 |
+
/content/TensorRT/build/plugin/multiHeadCrossAttentionPlugin/fmha_cross_attention/CMakeFiles/list_install_components.dir
|
| 418 |
+
/content/TensorRT/build/plugin/multiHeadCrossAttentionPlugin/fmha_cross_attention/CMakeFiles/install.dir
|
| 419 |
+
/content/TensorRT/build/plugin/multiHeadCrossAttentionPlugin/fmha_cross_attention/CMakeFiles/install/local.dir
|
| 420 |
+
/content/TensorRT/build/plugin/multiHeadCrossAttentionPlugin/fmha_cross_attention/CMakeFiles/install/strip.dir
|
| 421 |
+
/content/TensorRT/build/plugin/common/CMakeFiles/package.dir
|
| 422 |
+
/content/TensorRT/build/plugin/common/CMakeFiles/package_source.dir
|
| 423 |
+
/content/TensorRT/build/plugin/common/CMakeFiles/edit_cache.dir
|
| 424 |
+
/content/TensorRT/build/plugin/common/CMakeFiles/rebuild_cache.dir
|
| 425 |
+
/content/TensorRT/build/plugin/common/CMakeFiles/list_install_components.dir
|
| 426 |
+
/content/TensorRT/build/plugin/common/CMakeFiles/install.dir
|
| 427 |
+
/content/TensorRT/build/plugin/common/CMakeFiles/install/local.dir
|
| 428 |
+
/content/TensorRT/build/plugin/common/CMakeFiles/install/strip.dir
|
| 429 |
+
/content/TensorRT/build/plugin/common/kernels/CMakeFiles/package.dir
|
| 430 |
+
/content/TensorRT/build/plugin/common/kernels/CMakeFiles/package_source.dir
|
| 431 |
+
/content/TensorRT/build/plugin/common/kernels/CMakeFiles/edit_cache.dir
|
| 432 |
+
/content/TensorRT/build/plugin/common/kernels/CMakeFiles/rebuild_cache.dir
|
| 433 |
+
/content/TensorRT/build/plugin/common/kernels/CMakeFiles/list_install_components.dir
|
| 434 |
+
/content/TensorRT/build/plugin/common/kernels/CMakeFiles/install.dir
|
| 435 |
+
/content/TensorRT/build/plugin/common/kernels/CMakeFiles/install/local.dir
|
| 436 |
+
/content/TensorRT/build/plugin/common/kernels/CMakeFiles/install/strip.dir
|
| 437 |
+
/content/TensorRT/build/parsers/CMakeFiles/parsers.dir
|
| 438 |
+
/content/TensorRT/build/parsers/CMakeFiles/package.dir
|
| 439 |
+
/content/TensorRT/build/parsers/CMakeFiles/package_source.dir
|
| 440 |
+
/content/TensorRT/build/parsers/CMakeFiles/edit_cache.dir
|
| 441 |
+
/content/TensorRT/build/parsers/CMakeFiles/rebuild_cache.dir
|
| 442 |
+
/content/TensorRT/build/parsers/CMakeFiles/list_install_components.dir
|
| 443 |
+
/content/TensorRT/build/parsers/CMakeFiles/install.dir
|
| 444 |
+
/content/TensorRT/build/parsers/CMakeFiles/install/local.dir
|
| 445 |
+
/content/TensorRT/build/parsers/CMakeFiles/install/strip.dir
|
| 446 |
+
/content/TensorRT/build/parsers/caffe/CMakeFiles/caffe_proto.dir
|
| 447 |
+
/content/TensorRT/build/parsers/caffe/CMakeFiles/nvcaffeparserlibs.dir
|
| 448 |
+
/content/TensorRT/build/parsers/caffe/CMakeFiles/nvcaffeparser.dir
|
| 449 |
+
/content/TensorRT/build/parsers/caffe/CMakeFiles/nvcaffeparser_static.dir
|
| 450 |
+
/content/TensorRT/build/parsers/caffe/CMakeFiles/package.dir
|
| 451 |
+
/content/TensorRT/build/parsers/caffe/CMakeFiles/package_source.dir
|
| 452 |
+
/content/TensorRT/build/parsers/caffe/CMakeFiles/edit_cache.dir
|
| 453 |
+
/content/TensorRT/build/parsers/caffe/CMakeFiles/rebuild_cache.dir
|
| 454 |
+
/content/TensorRT/build/parsers/caffe/CMakeFiles/list_install_components.dir
|
| 455 |
+
/content/TensorRT/build/parsers/caffe/CMakeFiles/install.dir
|
| 456 |
+
/content/TensorRT/build/parsers/caffe/CMakeFiles/install/local.dir
|
| 457 |
+
/content/TensorRT/build/parsers/caffe/CMakeFiles/install/strip.dir
|
| 458 |
+
/content/TensorRT/build/parsers/onnx/CMakeFiles/nvonnxparser.dir
|
| 459 |
+
/content/TensorRT/build/parsers/onnx/CMakeFiles/nvonnxparser_static.dir
|
| 460 |
+
/content/TensorRT/build/parsers/onnx/CMakeFiles/getSupportedAPITest.dir
|
| 461 |
+
/content/TensorRT/build/parsers/onnx/CMakeFiles/package.dir
|
| 462 |
+
/content/TensorRT/build/parsers/onnx/CMakeFiles/package_source.dir
|
| 463 |
+
/content/TensorRT/build/parsers/onnx/CMakeFiles/edit_cache.dir
|
| 464 |
+
/content/TensorRT/build/parsers/onnx/CMakeFiles/rebuild_cache.dir
|
| 465 |
+
/content/TensorRT/build/parsers/onnx/CMakeFiles/list_install_components.dir
|
| 466 |
+
/content/TensorRT/build/parsers/onnx/CMakeFiles/install.dir
|
| 467 |
+
/content/TensorRT/build/parsers/onnx/CMakeFiles/install/local.dir
|
| 468 |
+
/content/TensorRT/build/parsers/onnx/CMakeFiles/install/strip.dir
|
| 469 |
+
/content/TensorRT/build/parsers/onnx/third_party/onnx/CMakeFiles/gen_onnx_proto.dir
|
| 470 |
+
/content/TensorRT/build/parsers/onnx/third_party/onnx/CMakeFiles/gen_onnx_operators_proto.dir
|
| 471 |
+
/content/TensorRT/build/parsers/onnx/third_party/onnx/CMakeFiles/gen_onnx_data_proto.dir
|
| 472 |
+
/content/TensorRT/build/parsers/onnx/third_party/onnx/CMakeFiles/onnx_proto.dir
|
| 473 |
+
/content/TensorRT/build/parsers/onnx/third_party/onnx/CMakeFiles/onnx.dir
|
| 474 |
+
/content/TensorRT/build/parsers/onnx/third_party/onnx/CMakeFiles/onnxifi_loader.dir
|
| 475 |
+
/content/TensorRT/build/parsers/onnx/third_party/onnx/CMakeFiles/onnxifi_wrapper.dir
|
| 476 |
+
/content/TensorRT/build/parsers/onnx/third_party/onnx/CMakeFiles/onnxifi_dummy.dir
|
| 477 |
+
/content/TensorRT/build/parsers/onnx/third_party/onnx/CMakeFiles/package.dir
|
| 478 |
+
/content/TensorRT/build/parsers/onnx/third_party/onnx/CMakeFiles/package_source.dir
|
| 479 |
+
/content/TensorRT/build/parsers/onnx/third_party/onnx/CMakeFiles/edit_cache.dir
|
| 480 |
+
/content/TensorRT/build/parsers/onnx/third_party/onnx/CMakeFiles/rebuild_cache.dir
|
| 481 |
+
/content/TensorRT/build/parsers/onnx/third_party/onnx/CMakeFiles/list_install_components.dir
|
| 482 |
+
/content/TensorRT/build/parsers/onnx/third_party/onnx/CMakeFiles/install.dir
|
| 483 |
+
/content/TensorRT/build/parsers/onnx/third_party/onnx/CMakeFiles/install/local.dir
|
| 484 |
+
/content/TensorRT/build/parsers/onnx/third_party/onnx/CMakeFiles/install/strip.dir
|
| 485 |
+
/content/TensorRT/build/samples/CMakeFiles/samples.dir
|
| 486 |
+
/content/TensorRT/build/samples/CMakeFiles/package.dir
|
| 487 |
+
/content/TensorRT/build/samples/CMakeFiles/package_source.dir
|
| 488 |
+
/content/TensorRT/build/samples/CMakeFiles/edit_cache.dir
|
| 489 |
+
/content/TensorRT/build/samples/CMakeFiles/rebuild_cache.dir
|
| 490 |
+
/content/TensorRT/build/samples/CMakeFiles/list_install_components.dir
|
| 491 |
+
/content/TensorRT/build/samples/CMakeFiles/install.dir
|
| 492 |
+
/content/TensorRT/build/samples/CMakeFiles/install/local.dir
|
| 493 |
+
/content/TensorRT/build/samples/CMakeFiles/install/strip.dir
|
| 494 |
+
/content/TensorRT/build/samples/sampleAlgorithmSelector/CMakeFiles/sample_algorithm_selector.dir
|
| 495 |
+
/content/TensorRT/build/samples/sampleAlgorithmSelector/CMakeFiles/package.dir
|
| 496 |
+
/content/TensorRT/build/samples/sampleAlgorithmSelector/CMakeFiles/package_source.dir
|
| 497 |
+
/content/TensorRT/build/samples/sampleAlgorithmSelector/CMakeFiles/edit_cache.dir
|
| 498 |
+
/content/TensorRT/build/samples/sampleAlgorithmSelector/CMakeFiles/rebuild_cache.dir
|
| 499 |
+
/content/TensorRT/build/samples/sampleAlgorithmSelector/CMakeFiles/list_install_components.dir
|
| 500 |
+
/content/TensorRT/build/samples/sampleAlgorithmSelector/CMakeFiles/install.dir
|
| 501 |
+
/content/TensorRT/build/samples/sampleAlgorithmSelector/CMakeFiles/install/local.dir
|
| 502 |
+
/content/TensorRT/build/samples/sampleAlgorithmSelector/CMakeFiles/install/strip.dir
|
| 503 |
+
/content/TensorRT/build/samples/sampleCharRNN/CMakeFiles/sample_char_rnn.dir
|
| 504 |
+
/content/TensorRT/build/samples/sampleCharRNN/CMakeFiles/package.dir
|
| 505 |
+
/content/TensorRT/build/samples/sampleCharRNN/CMakeFiles/package_source.dir
|
| 506 |
+
/content/TensorRT/build/samples/sampleCharRNN/CMakeFiles/edit_cache.dir
|
| 507 |
+
/content/TensorRT/build/samples/sampleCharRNN/CMakeFiles/rebuild_cache.dir
|
| 508 |
+
/content/TensorRT/build/samples/sampleCharRNN/CMakeFiles/list_install_components.dir
|
| 509 |
+
/content/TensorRT/build/samples/sampleCharRNN/CMakeFiles/install.dir
|
| 510 |
+
/content/TensorRT/build/samples/sampleCharRNN/CMakeFiles/install/local.dir
|
| 511 |
+
/content/TensorRT/build/samples/sampleCharRNN/CMakeFiles/install/strip.dir
|
| 512 |
+
/content/TensorRT/build/samples/sampleDynamicReshape/CMakeFiles/sample_dynamic_reshape.dir
|
| 513 |
+
/content/TensorRT/build/samples/sampleDynamicReshape/CMakeFiles/package.dir
|
| 514 |
+
/content/TensorRT/build/samples/sampleDynamicReshape/CMakeFiles/package_source.dir
|
| 515 |
+
/content/TensorRT/build/samples/sampleDynamicReshape/CMakeFiles/edit_cache.dir
|
| 516 |
+
/content/TensorRT/build/samples/sampleDynamicReshape/CMakeFiles/rebuild_cache.dir
|
| 517 |
+
/content/TensorRT/build/samples/sampleDynamicReshape/CMakeFiles/list_install_components.dir
|
| 518 |
+
/content/TensorRT/build/samples/sampleDynamicReshape/CMakeFiles/install.dir
|
| 519 |
+
/content/TensorRT/build/samples/sampleDynamicReshape/CMakeFiles/install/local.dir
|
| 520 |
+
/content/TensorRT/build/samples/sampleDynamicReshape/CMakeFiles/install/strip.dir
|
| 521 |
+
/content/TensorRT/build/samples/sampleINT8API/CMakeFiles/sample_int8_api.dir
|
| 522 |
+
/content/TensorRT/build/samples/sampleINT8API/CMakeFiles/package.dir
|
| 523 |
+
/content/TensorRT/build/samples/sampleINT8API/CMakeFiles/package_source.dir
|
| 524 |
+
/content/TensorRT/build/samples/sampleINT8API/CMakeFiles/edit_cache.dir
|
| 525 |
+
/content/TensorRT/build/samples/sampleINT8API/CMakeFiles/rebuild_cache.dir
|
| 526 |
+
/content/TensorRT/build/samples/sampleINT8API/CMakeFiles/list_install_components.dir
|
| 527 |
+
/content/TensorRT/build/samples/sampleINT8API/CMakeFiles/install.dir
|
| 528 |
+
/content/TensorRT/build/samples/sampleINT8API/CMakeFiles/install/local.dir
|
| 529 |
+
/content/TensorRT/build/samples/sampleINT8API/CMakeFiles/install/strip.dir
|
| 530 |
+
/content/TensorRT/build/samples/sampleOnnxMNIST/CMakeFiles/sample_onnx_mnist.dir
|
| 531 |
+
/content/TensorRT/build/samples/sampleOnnxMNIST/CMakeFiles/package.dir
|
| 532 |
+
/content/TensorRT/build/samples/sampleOnnxMNIST/CMakeFiles/package_source.dir
|
| 533 |
+
/content/TensorRT/build/samples/sampleOnnxMNIST/CMakeFiles/edit_cache.dir
|
| 534 |
+
/content/TensorRT/build/samples/sampleOnnxMNIST/CMakeFiles/rebuild_cache.dir
|
| 535 |
+
/content/TensorRT/build/samples/sampleOnnxMNIST/CMakeFiles/list_install_components.dir
|
| 536 |
+
/content/TensorRT/build/samples/sampleOnnxMNIST/CMakeFiles/install.dir
|
| 537 |
+
/content/TensorRT/build/samples/sampleOnnxMNIST/CMakeFiles/install/local.dir
|
| 538 |
+
/content/TensorRT/build/samples/sampleOnnxMNIST/CMakeFiles/install/strip.dir
|
| 539 |
+
/content/TensorRT/build/samples/sampleIOFormats/CMakeFiles/sample_io_formats.dir
|
| 540 |
+
/content/TensorRT/build/samples/sampleIOFormats/CMakeFiles/package.dir
|
| 541 |
+
/content/TensorRT/build/samples/sampleIOFormats/CMakeFiles/package_source.dir
|
| 542 |
+
/content/TensorRT/build/samples/sampleIOFormats/CMakeFiles/edit_cache.dir
|
| 543 |
+
/content/TensorRT/build/samples/sampleIOFormats/CMakeFiles/rebuild_cache.dir
|
| 544 |
+
/content/TensorRT/build/samples/sampleIOFormats/CMakeFiles/list_install_components.dir
|
| 545 |
+
/content/TensorRT/build/samples/sampleIOFormats/CMakeFiles/install.dir
|
| 546 |
+
/content/TensorRT/build/samples/sampleIOFormats/CMakeFiles/install/local.dir
|
| 547 |
+
/content/TensorRT/build/samples/sampleIOFormats/CMakeFiles/install/strip.dir
|
| 548 |
+
/content/TensorRT/build/samples/sampleOnnxMnistCoordConvAC/CMakeFiles/sample_onnx_mnist_coord_conv_ac.dir
|
| 549 |
+
/content/TensorRT/build/samples/sampleOnnxMnistCoordConvAC/CMakeFiles/package.dir
|
| 550 |
+
/content/TensorRT/build/samples/sampleOnnxMnistCoordConvAC/CMakeFiles/package_source.dir
|
| 551 |
+
/content/TensorRT/build/samples/sampleOnnxMnistCoordConvAC/CMakeFiles/edit_cache.dir
|
| 552 |
+
/content/TensorRT/build/samples/sampleOnnxMnistCoordConvAC/CMakeFiles/rebuild_cache.dir
|
| 553 |
+
/content/TensorRT/build/samples/sampleOnnxMnistCoordConvAC/CMakeFiles/list_install_components.dir
|
| 554 |
+
/content/TensorRT/build/samples/sampleOnnxMnistCoordConvAC/CMakeFiles/install.dir
|
| 555 |
+
/content/TensorRT/build/samples/sampleOnnxMnistCoordConvAC/CMakeFiles/install/local.dir
|
| 556 |
+
/content/TensorRT/build/samples/sampleOnnxMnistCoordConvAC/CMakeFiles/install/strip.dir
|
| 557 |
+
/content/TensorRT/build/samples/trtexec/CMakeFiles/trtexec.dir
|
| 558 |
+
/content/TensorRT/build/samples/trtexec/CMakeFiles/package.dir
|
| 559 |
+
/content/TensorRT/build/samples/trtexec/CMakeFiles/package_source.dir
|
| 560 |
+
/content/TensorRT/build/samples/trtexec/CMakeFiles/edit_cache.dir
|
| 561 |
+
/content/TensorRT/build/samples/trtexec/CMakeFiles/rebuild_cache.dir
|
| 562 |
+
/content/TensorRT/build/samples/trtexec/CMakeFiles/list_install_components.dir
|
| 563 |
+
/content/TensorRT/build/samples/trtexec/CMakeFiles/install.dir
|
| 564 |
+
/content/TensorRT/build/samples/trtexec/CMakeFiles/install/local.dir
|
| 565 |
+
/content/TensorRT/build/samples/trtexec/CMakeFiles/install/strip.dir
|
CMakeFiles/cmake.check_cache
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
# This file is generated by cmake for dependency checking of the CMakeCache.txt file
|
CMakeFiles/progress.marks
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
94
|
CMakeFiles/third_party.protobuf.dir/DependInfo.cmake
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
# Consider dependencies only in project.
|
| 3 |
+
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
|
| 4 |
+
|
| 5 |
+
# The set of languages for which implicit dependencies are needed:
|
| 6 |
+
set(CMAKE_DEPENDS_LANGUAGES
|
| 7 |
+
)
|
| 8 |
+
|
| 9 |
+
# The set of dependency files which are needed:
|
| 10 |
+
set(CMAKE_DEPENDS_DEPENDENCY_FILES
|
| 11 |
+
)
|
| 12 |
+
|
| 13 |
+
# Targets to which this target links.
|
| 14 |
+
set(CMAKE_TARGET_LINKED_INFO_FILES
|
| 15 |
+
)
|
| 16 |
+
|
| 17 |
+
# Fortran module output directory.
|
| 18 |
+
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
CMakeFiles/third_party.protobuf.dir/Labels.json
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"sources" :
|
| 3 |
+
[
|
| 4 |
+
{
|
| 5 |
+
"file" : "/content/TensorRT/build/CMakeFiles/third_party.protobuf"
|
| 6 |
+
},
|
| 7 |
+
{
|
| 8 |
+
"file" : "/content/TensorRT/build/CMakeFiles/third_party.protobuf.rule"
|
| 9 |
+
},
|
| 10 |
+
{
|
| 11 |
+
"file" : "/content/TensorRT/build/CMakeFiles/third_party.protobuf-complete.rule"
|
| 12 |
+
},
|
| 13 |
+
{
|
| 14 |
+
"file" : "/content/TensorRT/build/third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-build.rule"
|
| 15 |
+
},
|
| 16 |
+
{
|
| 17 |
+
"file" : "/content/TensorRT/build/third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-configure.rule"
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"file" : "/content/TensorRT/build/third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-download.rule"
|
| 21 |
+
},
|
| 22 |
+
{
|
| 23 |
+
"file" : "/content/TensorRT/build/third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-install.rule"
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"file" : "/content/TensorRT/build/third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-mkdir.rule"
|
| 27 |
+
},
|
| 28 |
+
{
|
| 29 |
+
"file" : "/content/TensorRT/build/third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-patch.rule"
|
| 30 |
+
},
|
| 31 |
+
{
|
| 32 |
+
"file" : "/content/TensorRT/build/third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-update.rule"
|
| 33 |
+
}
|
| 34 |
+
],
|
| 35 |
+
"target" :
|
| 36 |
+
{
|
| 37 |
+
"labels" :
|
| 38 |
+
[
|
| 39 |
+
"third_party.protobuf"
|
| 40 |
+
],
|
| 41 |
+
"name" : "third_party.protobuf"
|
| 42 |
+
}
|
| 43 |
+
}
|
CMakeFiles/third_party.protobuf.dir/Labels.txt
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Target labels
|
| 2 |
+
third_party.protobuf
|
| 3 |
+
# Source files and their labels
|
| 4 |
+
/content/TensorRT/build/CMakeFiles/third_party.protobuf
|
| 5 |
+
/content/TensorRT/build/CMakeFiles/third_party.protobuf.rule
|
| 6 |
+
/content/TensorRT/build/CMakeFiles/third_party.protobuf-complete.rule
|
| 7 |
+
/content/TensorRT/build/third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-build.rule
|
| 8 |
+
/content/TensorRT/build/third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-configure.rule
|
| 9 |
+
/content/TensorRT/build/third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-download.rule
|
| 10 |
+
/content/TensorRT/build/third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-install.rule
|
| 11 |
+
/content/TensorRT/build/third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-mkdir.rule
|
| 12 |
+
/content/TensorRT/build/third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-patch.rule
|
| 13 |
+
/content/TensorRT/build/third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-update.rule
|
CMakeFiles/third_party.protobuf.dir/build.make
ADDED
|
@@ -0,0 +1,147 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# CMAKE generated file: DO NOT EDIT!
|
| 2 |
+
# Generated by "Unix Makefiles" Generator, CMake Version 3.24
|
| 3 |
+
|
| 4 |
+
# Delete rule output on recipe failure.
|
| 5 |
+
.DELETE_ON_ERROR:
|
| 6 |
+
|
| 7 |
+
#=============================================================================
|
| 8 |
+
# Special targets provided by cmake.
|
| 9 |
+
|
| 10 |
+
# Disable implicit rules so canonical targets will work.
|
| 11 |
+
.SUFFIXES:
|
| 12 |
+
|
| 13 |
+
# Disable VCS-based implicit rules.
|
| 14 |
+
% : %,v
|
| 15 |
+
|
| 16 |
+
# Disable VCS-based implicit rules.
|
| 17 |
+
% : RCS/%
|
| 18 |
+
|
| 19 |
+
# Disable VCS-based implicit rules.
|
| 20 |
+
% : RCS/%,v
|
| 21 |
+
|
| 22 |
+
# Disable VCS-based implicit rules.
|
| 23 |
+
% : SCCS/s.%
|
| 24 |
+
|
| 25 |
+
# Disable VCS-based implicit rules.
|
| 26 |
+
% : s.%
|
| 27 |
+
|
| 28 |
+
.SUFFIXES: .hpux_make_needs_suffix_list
|
| 29 |
+
|
| 30 |
+
# Command-line flag to silence nested $(MAKE).
|
| 31 |
+
$(VERBOSE)MAKESILENT = -s
|
| 32 |
+
|
| 33 |
+
#Suppress display of executed commands.
|
| 34 |
+
$(VERBOSE).SILENT:
|
| 35 |
+
|
| 36 |
+
# A target that is always out of date.
|
| 37 |
+
cmake_force:
|
| 38 |
+
.PHONY : cmake_force
|
| 39 |
+
|
| 40 |
+
#=============================================================================
|
| 41 |
+
# Set environment variables for the build.
|
| 42 |
+
|
| 43 |
+
# The shell in which to execute make rules.
|
| 44 |
+
SHELL = /bin/sh
|
| 45 |
+
|
| 46 |
+
# The CMake executable.
|
| 47 |
+
CMAKE_COMMAND = /usr/local/bin/cmake
|
| 48 |
+
|
| 49 |
+
# The command to remove a file.
|
| 50 |
+
RM = /usr/local/bin/cmake -E rm -f
|
| 51 |
+
|
| 52 |
+
# Escaping for special characters.
|
| 53 |
+
EQUALS = =
|
| 54 |
+
|
| 55 |
+
# The top-level source directory on which CMake was run.
|
| 56 |
+
CMAKE_SOURCE_DIR = /content/TensorRT
|
| 57 |
+
|
| 58 |
+
# The top-level build directory on which CMake was run.
|
| 59 |
+
CMAKE_BINARY_DIR = /content/TensorRT/build
|
| 60 |
+
|
| 61 |
+
# Utility rule file for third_party.protobuf.
|
| 62 |
+
|
| 63 |
+
# Include any custom commands dependencies for this target.
|
| 64 |
+
include CMakeFiles/third_party.protobuf.dir/compiler_depend.make
|
| 65 |
+
|
| 66 |
+
# Include the progress variables for this target.
|
| 67 |
+
include CMakeFiles/third_party.protobuf.dir/progress.make
|
| 68 |
+
|
| 69 |
+
CMakeFiles/third_party.protobuf: CMakeFiles/third_party.protobuf-complete
|
| 70 |
+
|
| 71 |
+
CMakeFiles/third_party.protobuf-complete: third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-install
|
| 72 |
+
CMakeFiles/third_party.protobuf-complete: third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-mkdir
|
| 73 |
+
CMakeFiles/third_party.protobuf-complete: third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-download
|
| 74 |
+
CMakeFiles/third_party.protobuf-complete: third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-update
|
| 75 |
+
CMakeFiles/third_party.protobuf-complete: third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-patch
|
| 76 |
+
CMakeFiles/third_party.protobuf-complete: third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-configure
|
| 77 |
+
CMakeFiles/third_party.protobuf-complete: third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-build
|
| 78 |
+
CMakeFiles/third_party.protobuf-complete: third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-install
|
| 79 |
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/content/TensorRT/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Completed 'third_party.protobuf'"
|
| 80 |
+
/usr/local/bin/cmake -E make_directory /content/TensorRT/build/CMakeFiles
|
| 81 |
+
/usr/local/bin/cmake -E touch /content/TensorRT/build/CMakeFiles/third_party.protobuf-complete
|
| 82 |
+
/usr/local/bin/cmake -E touch /content/TensorRT/build/third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-done
|
| 83 |
+
|
| 84 |
+
third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-build: third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-configure
|
| 85 |
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/content/TensorRT/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Performing build step for 'third_party.protobuf'"
|
| 86 |
+
cd /content/TensorRT/build/third_party.protobuf/src/third_party.protobuf && $(MAKE)
|
| 87 |
+
cd /content/TensorRT/build/third_party.protobuf/src/third_party.protobuf && /usr/local/bin/cmake -E touch /content/TensorRT/build/third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-build
|
| 88 |
+
|
| 89 |
+
third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-configure: third_party.protobuf/tmp/third_party.protobuf-cfgcmd.txt
|
| 90 |
+
third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-configure: third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-patch
|
| 91 |
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/content/TensorRT/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Performing configure step for 'third_party.protobuf'"
|
| 92 |
+
cd /content/TensorRT/build/third_party.protobuf/src/third_party.protobuf && /usr/local/bin/cmake /content/TensorRT/build/third_party.protobuf/src/third_party.protobuf/cmake "-GUnix Makefiles" -DCMAKE_BUILD_TYPE= -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DCMAKE_C_COMPILER:FILEPATH=/usr/bin/gcc -DCMAKE_CXX_COMPILER:FILEPATH=/usr/bin/g++ -DCMAKE_C_FLAGS=-Dgoogle=google_private -DCMAKE_CXX_FLAGS=-Dgoogle=google_private -DCMAKE_INSTALL_PREFIX=/content/TensorRT/build/third_party.protobuf -Dprotobuf_BUILD_TESTS=OFF
|
| 93 |
+
cd /content/TensorRT/build/third_party.protobuf/src/third_party.protobuf && /usr/local/bin/cmake -E touch /content/TensorRT/build/third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-configure
|
| 94 |
+
|
| 95 |
+
third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-download: third_party.protobuf/src/third_party.protobuf-stamp/download-third_party.protobuf.cmake
|
| 96 |
+
third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-download: third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-urlinfo.txt
|
| 97 |
+
third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-download: third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-mkdir
|
| 98 |
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/content/TensorRT/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Performing download step (download, verify and extract) for 'third_party.protobuf'"
|
| 99 |
+
cd /content/TensorRT/build/third_party.protobuf/src && /usr/local/bin/cmake -P /content/TensorRT/build/third_party.protobuf/src/third_party.protobuf-stamp/download-third_party.protobuf.cmake
|
| 100 |
+
cd /content/TensorRT/build/third_party.protobuf/src && /usr/local/bin/cmake -P /content/TensorRT/build/third_party.protobuf/src/third_party.protobuf-stamp/verify-third_party.protobuf.cmake
|
| 101 |
+
cd /content/TensorRT/build/third_party.protobuf/src && /usr/local/bin/cmake -P /content/TensorRT/build/third_party.protobuf/src/third_party.protobuf-stamp/extract-third_party.protobuf.cmake
|
| 102 |
+
cd /content/TensorRT/build/third_party.protobuf/src && /usr/local/bin/cmake -E touch /content/TensorRT/build/third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-download
|
| 103 |
+
|
| 104 |
+
third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-install: third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-build
|
| 105 |
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/content/TensorRT/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Performing install step for 'third_party.protobuf'"
|
| 106 |
+
cd /content/TensorRT/build/third_party.protobuf/src/third_party.protobuf && $(MAKE) install
|
| 107 |
+
cd /content/TensorRT/build/third_party.protobuf/src/third_party.protobuf && /usr/local/bin/cmake -E touch /content/TensorRT/build/third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-install
|
| 108 |
+
|
| 109 |
+
third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-mkdir:
|
| 110 |
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/content/TensorRT/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Creating directories for 'third_party.protobuf'"
|
| 111 |
+
/usr/local/bin/cmake -Dcfgdir= -P /content/TensorRT/build/third_party.protobuf/tmp/third_party.protobuf-mkdirs.cmake
|
| 112 |
+
/usr/local/bin/cmake -E touch /content/TensorRT/build/third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-mkdir
|
| 113 |
+
|
| 114 |
+
third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-patch: third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-update
|
| 115 |
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/content/TensorRT/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "No patch step for 'third_party.protobuf'"
|
| 116 |
+
/usr/local/bin/cmake -E echo_append
|
| 117 |
+
/usr/local/bin/cmake -E touch /content/TensorRT/build/third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-patch
|
| 118 |
+
|
| 119 |
+
third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-update: third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-download
|
| 120 |
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/content/TensorRT/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "No update step for 'third_party.protobuf'"
|
| 121 |
+
cd /content/TensorRT/build/third_party.protobuf/src/third_party.protobuf && /usr/local/bin/cmake -E echo_append
|
| 122 |
+
cd /content/TensorRT/build/third_party.protobuf/src/third_party.protobuf && /usr/local/bin/cmake -E touch /content/TensorRT/build/third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-update
|
| 123 |
+
|
| 124 |
+
third_party.protobuf: CMakeFiles/third_party.protobuf
|
| 125 |
+
third_party.protobuf: CMakeFiles/third_party.protobuf-complete
|
| 126 |
+
third_party.protobuf: third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-build
|
| 127 |
+
third_party.protobuf: third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-configure
|
| 128 |
+
third_party.protobuf: third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-download
|
| 129 |
+
third_party.protobuf: third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-install
|
| 130 |
+
third_party.protobuf: third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-mkdir
|
| 131 |
+
third_party.protobuf: third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-patch
|
| 132 |
+
third_party.protobuf: third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-update
|
| 133 |
+
third_party.protobuf: CMakeFiles/third_party.protobuf.dir/build.make
|
| 134 |
+
.PHONY : third_party.protobuf
|
| 135 |
+
|
| 136 |
+
# Rule to build all files generated by this target.
|
| 137 |
+
CMakeFiles/third_party.protobuf.dir/build: third_party.protobuf
|
| 138 |
+
.PHONY : CMakeFiles/third_party.protobuf.dir/build
|
| 139 |
+
|
| 140 |
+
CMakeFiles/third_party.protobuf.dir/clean:
|
| 141 |
+
$(CMAKE_COMMAND) -P CMakeFiles/third_party.protobuf.dir/cmake_clean.cmake
|
| 142 |
+
.PHONY : CMakeFiles/third_party.protobuf.dir/clean
|
| 143 |
+
|
| 144 |
+
CMakeFiles/third_party.protobuf.dir/depend:
|
| 145 |
+
cd /content/TensorRT/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /content/TensorRT /content/TensorRT /content/TensorRT/build /content/TensorRT/build /content/TensorRT/build/CMakeFiles/third_party.protobuf.dir/DependInfo.cmake --color=$(COLOR)
|
| 146 |
+
.PHONY : CMakeFiles/third_party.protobuf.dir/depend
|
| 147 |
+
|
CMakeFiles/third_party.protobuf.dir/cmake_clean.cmake
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
file(REMOVE_RECURSE
|
| 2 |
+
"CMakeFiles/third_party.protobuf"
|
| 3 |
+
"CMakeFiles/third_party.protobuf-complete"
|
| 4 |
+
"third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-build"
|
| 5 |
+
"third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-configure"
|
| 6 |
+
"third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-download"
|
| 7 |
+
"third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-install"
|
| 8 |
+
"third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-mkdir"
|
| 9 |
+
"third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-patch"
|
| 10 |
+
"third_party.protobuf/src/third_party.protobuf-stamp/third_party.protobuf-update"
|
| 11 |
+
)
|
| 12 |
+
|
| 13 |
+
# Per-language clean rules from dependency scanning.
|
| 14 |
+
foreach(lang )
|
| 15 |
+
include(CMakeFiles/third_party.protobuf.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
| 16 |
+
endforeach()
|
CMakeFiles/third_party.protobuf.dir/compiler_depend.make
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Empty custom commands generated dependencies file for third_party.protobuf.
|
| 2 |
+
# This may be replaced when dependencies are built.
|
CMakeFiles/third_party.protobuf.dir/compiler_depend.ts
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# CMAKE generated file: DO NOT EDIT!
|
| 2 |
+
# Timestamp file for custom commands dependencies management for third_party.protobuf.
|
CMakeFiles/third_party.protobuf.dir/progress.make
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
CMAKE_PROGRESS_1 = 98
|
| 2 |
+
CMAKE_PROGRESS_2 =
|
| 3 |
+
CMAKE_PROGRESS_3 =
|
| 4 |
+
CMAKE_PROGRESS_4 =
|
| 5 |
+
CMAKE_PROGRESS_5 =
|
| 6 |
+
CMAKE_PROGRESS_6 =
|
| 7 |
+
CMAKE_PROGRESS_7 =
|
| 8 |
+
CMAKE_PROGRESS_8 =
|
| 9 |
+
|