Back to home page

EIC code displayed by LXR

 
 

    


Warning, /acts/Detray/CMakePresets.json is written in an unsupported language. File is not indexed.

0001 {
0002     "version": 4,
0003     "configurePresets": [
0004         {
0005             "name": "detray-base",
0006             "displayName": "Base Developer Configuration",
0007             "warnings": {
0008                 "deprecated": true
0009             },
0010             "cacheVariables": {
0011                 "CMAKE_BUILD_TYPE": "RelWithDebInfo"
0012             }
0013         },
0014         {
0015             "name": "detray-default-fp64",
0016             "displayName": "FP64 Base Developer Configuration",
0017             "inherits": [
0018                 "detray-base"
0019             ],
0020             "cacheVariables": {
0021                 "DETRAY_CUSTOM_SCALARTYPE": "double"
0022             }
0023         },
0024         {
0025             "name": "detray-default-fp32",
0026             "displayName": "FP32 Base Developer Configuration",
0027             "inherits": [
0028                 "detray-base"
0029             ],
0030             "cacheVariables": {
0031                 "DETRAY_CUSTOM_SCALARTYPE": "float"
0032             }
0033         },
0034         {
0035             "name": "detray-prefetch-fp32",
0036             "displayName": "FP32 Developer Configuration: Pretech/Configure all Dependencies",
0037             "inherits": [
0038                 "detray-default-fp32"
0039             ],
0040             "cacheVariables": {
0041                 "DETRAY_BUILD_TESTING": "TRUE",
0042                 "DETRAY_SETUP_EIGEN3": "TRUE",
0043                 "DETRAY_SETUP_FASTOR": "TRUE",
0044                 "DETRAY_SETUP_VC": "TRUE",
0045                 "DETRAY_SETUP_ACTSVG": "TRUE",
0046                 "DETRAY_SETUP_BENCHMARK": "TRUE",
0047                 "DETRAY_SETUP_COVFIE": "TRUE",
0048                 "DETRAY_SETUP_NLOHMANN": "TRUE"
0049             }
0050         },
0051         {
0052             "name": "detray-prefetch-fp64",
0053             "displayName": "FP64 Developer Configuration: Pretech/Configure all Dependencies",
0054             "inherits": [
0055                 "detray-prefetch-fp32"
0056             ],
0057             "cacheVariables": {
0058                 "DETRAY_CUSTOM_SCALARTYPE": "double"
0059             }
0060         },
0061         {
0062             "name": "detray-dev-fp32",
0063             "displayName": "FP32 Developer Configuration: Build main Components",
0064             "inherits": [
0065                 "detray-default-fp32"
0066             ],
0067             "cacheVariables": {
0068                 "DETRAY_BUILD_TESTING": "TRUE",
0069                 "DETRAY_ARRAY_PLUGIN": "TRUE",
0070                 "DETRAY_BUILD_UNITTESTS": "TRUE",
0071                 "DETRAY_BUILD_INTEGRATIONTESTS": "TRUE",
0072                 "DETRAY_BUILD_TUTORIALS": "TRUE",
0073                 "DETRAY_BUILD_BENCHMARKS": "TRUE",
0074                 "DETRAY_BUILD_CLI_TOOLS": "TRUE"
0075             }
0076         },
0077         {
0078             "name": "detray-dev-fp64",
0079             "displayName": "FP64 Developer Configuration: Build main Components",
0080             "inherits": [
0081                 "detray-dev-fp32"
0082             ],
0083             "cacheVariables": {
0084                 "DETRAY_CUSTOM_SCALARTYPE": "double"
0085             }
0086         },
0087         {
0088             "name": "detray-full-fp32",
0089             "displayName": "FP32 Developer Configuration: Full Build",
0090             "inherits": [
0091                 "detray-default-fp32"
0092             ],
0093             "cacheVariables": {
0094                 "CMAKE_BUILD_TYPE": "RelWithDebInfo",
0095                 "DETRAY_ARRAY_PLUGIN": "TRUE",
0096                 "DETRAY_EIGEN_PLUGIN": "TRUE",
0097                 "DETRAY_FASTOR_PLUGIN": "TRUE",
0098                 "DETRAY_VC_AOS_PLUGIN": "TRUE",
0099                 "DETRAY_VC_SOA_PLUGIN": "TRUE",
0100                 "DETRAY_SMATRIX_PLUGIN": "TRUE",
0101                 "DETRAY_BUILD_UNITTESTS": "TRUE",
0102                 "DETRAY_BUILD_INTEGRATIONTESTS": "TRUE",
0103                 "DETRAY_BUILD_TUTORIALS": "TRUE",
0104                 "DETRAY_BUILD_BENCHMARKS": "TRUE",
0105                 "DETRAY_BUILD_CLI_TOOLS": "TRUE"
0106             }
0107         },
0108         {
0109             "name": "detray-full-fp64",
0110             "displayName": "FP64 Developer Configuration: Full Build",
0111             "inherits": [
0112                 "detray-full-fp32"
0113             ],
0114             "cacheVariables": {
0115                 "DETRAY_CUSTOM_SCALARTYPE": "double"
0116             }
0117         },
0118         {
0119             "name": "detray-cuda",
0120             "displayName": "CUDA Developer Configuration",
0121             "inherits": [
0122                 "detray-dev-fp32"
0123             ],
0124             "cacheVariables": {
0125                 "DETRAY_BUILD_CUDA": "TRUE",
0126                 "DETRAY_FASTOR_PLUGIN": "FALSE",
0127                 "DETRAY_VC_AOS_PLUGIN": "FALSE",
0128                 "DETRAY_VC_SOA_PLUGIN": "FALSE",
0129                 "DETRAY_SMATRIX_PLUGIN": "FALSE"
0130             }
0131         },
0132         {
0133             "name": "detray-sycl",
0134             "displayName": "SYCL Developer Configuration",
0135             "inherits": [
0136                 "detray-dev-fp32"
0137             ],
0138             "cacheVariables": {
0139                 "DETRAY_BUILD_SYCL": "TRUE",
0140                 "DETRAY_FASTOR_PLUGIN": "FALSE",
0141                 "DETRAY_VC_AOS_PLUGIN": "FALSE",
0142                 "DETRAY_VC_SOA_PLUGIN": "FALSE",
0143                 "DETRAY_SMATRIX_PLUGIN": "FALSE"
0144             }
0145         },
0146         {
0147             "name": "detray-hip",
0148             "displayName": "HIP Developer Configuration",
0149             "inherits": [
0150                 "detray-dev-fp32"
0151             ],
0152             "cacheVariables": {
0153                 "DETRAY_BUILD_HIP": "TRUE",
0154                 "DETRAY_FASTOR_PLUGIN": "FALSE",
0155                 "DETRAY_VC_AOS_PLUGIN": "FALSE",
0156                 "DETRAY_VC_SOA_PLUGIN": "FALSE",
0157                 "DETRAY_SMATRIX_PLUGIN": "FALSE"
0158             }
0159         },
0160         {
0161             "name": "detray-smatrix",
0162             "displayName": "SMatrix Developer Configuration",
0163             "inherits": [
0164                 "detray-default-fp64"
0165             ],
0166             "cacheVariables": {
0167                 "DETRAY_SMATRIX_PLUGIN": "TRUE"
0168             }
0169         },
0170         {
0171             "name": "detray-gitlab-cuda-ci",
0172             "displayName": "Gitlab CUDA CI Configuration",
0173             "inherits": [
0174                 "detray-default-fp32",
0175                 "detray-cuda"
0176             ],
0177             "cacheVariables": {
0178                 "CMAKE_CXX_COMPILER_LAUNCHER": "ccache",
0179                 "BUILD_TESTING": "TRUE",
0180                 "DETRAY_BUILD_HOST": "FALSE",
0181                 "DETRAY_BUILD_UNITTESTS": "TRUE",
0182                 "DETRAY_BUILD_INTEGRATIONTESTS": "TRUE",
0183                 "DETRAY_BUILD_CLI_TOOLS": "FALSE",
0184                 "DETRAY_BUILD_BENCHMARKS": "FALSE",
0185                 "DETRAY_BUILD_TUTORIALS": "FALSE",
0186                 "DETRAY_FAIL_ON_WARNINGS": "TRUE",
0187                 "DETRAY_EIGEN_PLUGIN": "TRUE"
0188             }
0189         },
0190         {
0191             "name": "detray-gitlab-sycl-ci",
0192             "displayName": "Gitlab SYCL CI Configuration",
0193             "inherits": [
0194                 "detray-default-fp32",
0195                 "detray-sycl"
0196             ],
0197             "cacheVariables": {
0198                 "CMAKE_CXX_COMPILER_LAUNCHER": "ccache",
0199                 "BUILD_TESTING": "TRUE",
0200                 "DETRAY_BUILD_HOST": "FALSE",
0201                 "DETRAY_BUILD_UNITTESTS": "TRUE",
0202                 "DETRAY_BUILD_INTEGRATIONTESTS": "TRUE",
0203                 "DETRAY_BUILD_CLI_TOOLS": "FALSE",
0204                 "DETRAY_BUILD_BENCHMARKS": "FALSE",
0205                 "DETRAY_BUILD_TUTORIALS": "FALSE",
0206                 "DETRAY_FAIL_ON_WARNINGS": "TRUE",
0207                 "DETRAY_EIGEN_PLUGIN": "TRUE"
0208             }
0209         }
0210     ]
0211 }