1{ 2 version, 3 fetchFromGitLab, 4 fetchFromGitHub, 5 runCommand, 6}: 7assert version == "2.6.0"; 8(rec { 9 src_asmjit = fetchFromGitHub { 10 owner = "asmjit"; 11 repo = "asmjit"; 12 rev = "d3fbf7c9bc7c1d1365a94a45614b91c5a3706b81"; 13 hash = "sha256-0Wv9dxrh9GfajTFb+NpguqqSWH0mqJAj03bxFVJbft8="; 14 }; 15 src_benchmark = fetchFromGitHub { 16 owner = "google"; 17 repo = "benchmark"; 18 rev = "0d98dba29d66e93259db7daa53a9327df767a415"; 19 hash = "sha256-yUiFxi80FWBmTZgqmqTMf9oqcBeg3o4I4vKd4djyRWY="; 20 }; 21 src_benchmark_opentelemetry-cpp = fetchFromGitHub { 22 owner = "google"; 23 repo = "benchmark"; 24 rev = "d572f4777349d43653b21d6c2fc63020ab326db2"; 25 hash = "sha256-gg3g/0Ki29FnGqKv9lDTs5oA9NjH23qQ+hTdVtSU+zo="; 26 }; 27 src_benchmark_protobuf = fetchFromGitHub { 28 owner = "google"; 29 repo = "benchmark"; 30 rev = "5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8"; 31 hash = "sha256-iFRgjLkftuszAqBnmS9GXU8BwYnabmwMAQyw19sfjb4="; 32 }; 33 src_civetweb = fetchFromGitHub { 34 owner = "civetweb"; 35 repo = "civetweb"; 36 rev = "eefb26f82b233268fc98577d265352720d477ba4"; 37 hash = "sha256-Qh6BGPk7a01YzCeX42+Og9M+fjXRs7kzNUCyT4mYab4="; 38 }; 39 src_clang-cindex-python3 = fetchFromGitHub { 40 owner = "wjakob"; 41 repo = "clang-cindex-python3"; 42 rev = "6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5"; 43 hash = "sha256-IDUIuAvgCzWaHoTJUZrH15bqoVcP8bZk+Gs1Ae6/CpY="; 44 }; 45 src_composable_kernel = fetchFromGitHub { 46 owner = "ROCm"; 47 repo = "composable_kernel"; 48 rev = "50ee4267e27b875d149e642f4cebd47be1dc3b57"; 49 hash = "sha256-COkyf+FZzX6OdOPCHkP2bXsVvSXK9UR9s7RHWRtIXUE="; 50 }; 51 src_cpp-httplib = fetchFromGitHub { 52 owner = "yhirose"; 53 repo = "cpp-httplib"; 54 rev = "3b6597bba913d51161383657829b7e644e59c006"; 55 hash = "sha256-dd9NckF1mGhQOyV1LO07QyP51l1kSpYQOH0GkG4v2eE="; 56 }; 57 src_cpr = fetchFromGitHub { 58 owner = "libcpr"; 59 repo = "cpr"; 60 rev = "871ed52d350214a034f6ef8a3b8f51c5ce1bd400"; 61 hash = "sha256-TxoDCIa7pS+nfI8hNiGIRQKpYNrKSd1yCXPfVXPcRW8="; 62 }; 63 src_cpuinfo = fetchFromGitHub { 64 owner = "pytorch"; 65 repo = "cpuinfo"; 66 rev = "1e83a2fdd3102f65c6f1fb602c1b320486218a99"; 67 hash = "sha256-28cFACca+NYE8oKlP5aWXNCLeEjhWqJ6gRnFI+VxDvg="; 68 }; 69 src_cpuinfo_fbgemm = fetchFromGitHub { 70 owner = "pytorch"; 71 repo = "cpuinfo"; 72 rev = "ed8b86a253800bafdb7b25c5c399f91bff9cb1f3"; 73 hash = "sha256-YRqBU83AjxbSE5zquhi4iIiJna/qFWA0jo2GBifqzi8="; 74 }; 75 src_cudnn-frontend = fetchFromGitHub { 76 owner = "NVIDIA"; 77 repo = "cudnn-frontend"; 78 rev = "936021bfed8c91dc416af1588b2c4eca631a9e45"; 79 hash = "sha256-hKqIWGxVco1qkKxDZjc+pUisIcYJwFjZobJZg1WgDvY="; 80 }; 81 src_cutlass = fetchFromGitHub { 82 owner = "NVIDIA"; 83 repo = "cutlass"; 84 rev = "bbe579a9e3beb6ea6626d9227ec32d0dae119a49"; 85 hash = "sha256-81O80F3MMOn22N9UaXLU6/9DTVWenYvKhLTHoxw8EEU="; 86 }; 87 src_cutlass_fbgemm = fetchFromGitHub { 88 owner = "NVIDIA"; 89 repo = "cutlass"; 90 rev = "fc9ebc645b63f3a6bc80aaefde5c063fb72110d6"; 91 hash = "sha256-e2SwXNNwjl/1fV64b+mOJvwGDYeO1LFcqZGbNten37U="; 92 }; 93 src_DCGM = fetchFromGitHub { 94 owner = "NVIDIA"; 95 repo = "DCGM"; 96 rev = "ffde4e54bc7249a6039a5e6b45b395141e1217f9"; 97 hash = "sha256-jlnq25byEep7wRF3luOIGaiaYjqSVaTBx02N6gE/ox8="; 98 }; 99 src_dynolog = fetchFromGitHub { 100 owner = "facebookincubator"; 101 repo = "dynolog"; 102 rev = "7d04a0053a845370ae06ce317a22a48e9edcc74e"; 103 hash = "sha256-Je6wAz+uJ/AiAnSZVQ4+pGajZ8DymS0qI9ekB8fGYOo="; 104 }; 105 src_eigen = fetchFromGitLab { 106 domain = "gitlab.com"; 107 owner = "libeigen"; 108 repo = "eigen"; 109 rev = "3147391d946bb4b6c68edd901f2add6ac1f31f8c"; 110 hash = "sha256-1/4xMetKMDOgZgzz3WMxfHUEpmdAm52RqZvz6i0mLEw="; 111 }; 112 src_fbgemm = fetchFromGitHub { 113 owner = "pytorch"; 114 repo = "fbgemm"; 115 rev = "dbc3157bf256f1339b3fa1fef2be89ac4078be0e"; 116 hash = "sha256-PJiFtLnPA6IgxZ2sXIcyyjFRGtb+sG5y2hiWEwFuBOU="; 117 }; 118 src_fbjni = fetchFromGitHub { 119 owner = "facebookincubator"; 120 repo = "fbjni"; 121 rev = "7e1e1fe3858c63c251c637ae41a20de425dde96f"; 122 hash = "sha256-PsgUHtCE3dNR2QdUnRjrXb0ZKZNGwFkA8RWYkZEklEY="; 123 }; 124 src_flatbuffers = fetchFromGitHub { 125 owner = "google"; 126 repo = "flatbuffers"; 127 rev = "01834de25e4bf3975a9a00e816292b1ad0fe184b"; 128 hash = "sha256-h0lF7jf1cDVVyqhUCi7D0NoZ3b4X/vWXsFplND80lGs="; 129 }; 130 src_fmt = fetchFromGitHub { 131 owner = "fmtlib"; 132 repo = "fmt"; 133 rev = "0c9fce2ffefecfdce794e1859584e25877b7b592"; 134 hash = "sha256-IKNt4xUoVi750zBti5iJJcCk3zivTt7nU12RIf8pM+0="; 135 }; 136 src_fmt_dynolog = fetchFromGitHub { 137 owner = "fmtlib"; 138 repo = "fmt"; 139 rev = "cd4af11efc9c622896a3e4cb599fa28668ca3d05"; 140 hash = "sha256-Ks3UG3V0Pz6qkKYFhy71ZYlZ9CPijO6GBrfMqX5zAp8="; 141 }; 142 src_fmt_kineto = fetchFromGitHub { 143 owner = "fmtlib"; 144 repo = "fmt"; 145 rev = "0041a40c1350ba702d475b9c4ad62da77caea164"; 146 hash = "sha256-PtzSB2mekUT7bjhXC/+F5UpSUvcdIkXTWnIz+jkAUuU="; 147 }; 148 src_FP16 = fetchFromGitHub { 149 owner = "Maratyszcza"; 150 repo = "FP16"; 151 rev = "4dfe081cf6bcd15db339cf2680b9281b8451eeb3"; 152 hash = "sha256-B27LtVnL52niaFgPW0pp5Uulub/Q3NvtSDkJNahrSBk="; 153 }; 154 src_FXdiv = fetchFromGitHub { 155 owner = "Maratyszcza"; 156 repo = "FXdiv"; 157 rev = "b408327ac2a15ec3e43352421954f5b1967701d1"; 158 hash = "sha256-BEjscsejYVhRxDAmah5DT3+bglp8G5wUTTYL7+HjWds="; 159 }; 160 src_gemmlowp = fetchFromGitHub { 161 owner = "google"; 162 repo = "gemmlowp"; 163 rev = "3fb5c176c17c765a3492cd2f0321b0dab712f350"; 164 hash = "sha256-G3PAf9j7Tb4dUoaV9Tmxkkfu3v+w0uFbZ+MWS68tlRw="; 165 }; 166 src_gflags = fetchFromGitHub { 167 owner = "gflags"; 168 repo = "gflags"; 169 rev = "e171aa2d15ed9eb17054558e0b3a6a413bb01067"; 170 hash = "sha256-4NLd/p72H7ZiFCCVjTfM/rDvZ8CVPMxYpnJ2O1od8ZA="; 171 }; 172 src_gflags_gflags = fetchFromGitHub { 173 owner = "gflags"; 174 repo = "gflags"; 175 rev = "8411df715cf522606e3b1aca386ddfc0b63d34b4"; 176 hash = "sha256-Bb4g64u5a0QRWwDl1ryNXmht6NKFWPW9bAF07yYRJ6I="; 177 }; 178 src_glog = fetchFromGitHub { 179 owner = "google"; 180 repo = "glog"; 181 rev = "b33e3bad4c46c8a6345525fd822af355e5ef9446"; 182 hash = "sha256-xqRp9vaauBkKz2CXbh/Z4TWqhaUtqfbsSlbYZR/kW9s="; 183 }; 184 src_gloo = fetchFromGitHub { 185 owner = "facebookincubator"; 186 repo = "gloo"; 187 rev = "5354032ea08eadd7fc4456477f7f7c6308818509"; 188 hash = "sha256-JMLtxyQz7jechJ5DmMq0guOfL9leI6khdI9g/5Ckgfc="; 189 }; 190 src_googletest = fetchFromGitHub { 191 owner = "google"; 192 repo = "googletest"; 193 rev = "b514bdc898e2951020cbdca1304b75f5950d1f59"; 194 hash = "sha256-1OJ2SeSscRBNr7zZ/a8bJGIqAnhkg45re0j3DtPfcXM="; 195 }; 196 src_googletest_dynolog = fetchFromGitHub { 197 owner = "google"; 198 repo = "googletest"; 199 rev = "58d77fa8070e8cec2dc1ed015d66b454c8d78850"; 200 hash = "sha256-W+OxRTVtemt2esw4P7IyGWXOonUN5ZuscjvzqkYvZbM="; 201 }; 202 src_googletest_fbgemm = fetchFromGitHub { 203 owner = "google"; 204 repo = "googletest"; 205 rev = "cbf019de22c8dd37b2108da35b2748fd702d1796"; 206 hash = "sha256-G6NihPly7czG2NOX66kFfcf5ya+XRrUWt4SP1Y9JPzs="; 207 }; 208 src_googletest_kineto = fetchFromGitHub { 209 owner = "google"; 210 repo = "googletest"; 211 rev = "7aca84427f224eeed3144123d5230d5871e93347"; 212 hash = "sha256-ML144v86Kb9KSyxpqn8+XdKeU8r53PiMyh2ZzNYDyZU="; 213 }; 214 src_googletest_opentelemetry-cpp = fetchFromGitHub { 215 owner = "google"; 216 repo = "googletest"; 217 rev = "b796f7d44681514f58a683a3a71ff17c94edb0c1"; 218 hash = "sha256-LVLEn+e7c8013pwiLzJiiIObyrlbBHYaioO/SWbItPQ="; 219 }; 220 src_googletest_prometheus-cpp = fetchFromGitHub { 221 owner = "google"; 222 repo = "googletest"; 223 rev = "e2239ee6043f73722e7aa812a459f54a28552929"; 224 hash = "sha256-SjlJxushfry13RGA7BCjYC9oZqV4z6x8dOiHfl/wpF0="; 225 }; 226 src_googletest_protobuf = fetchFromGitHub { 227 owner = "google"; 228 repo = "googletest"; 229 rev = "5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081"; 230 hash = "sha256-Zh7t6kOabEZxIuTwREerNSgbZLPnGWv78h0wQQAIuT4="; 231 }; 232 src_googletest_tensorpipe = fetchFromGitHub { 233 owner = "google"; 234 repo = "googletest"; 235 rev = "aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e"; 236 hash = "sha256-L2HR+QTQmagk92JiuW3TRx47so33xQvewdeYL1ipUPs="; 237 }; 238 src_GSL = fetchFromGitHub { 239 owner = "microsoft"; 240 repo = "GSL"; 241 rev = "6f4529395c5b7c2d661812257cd6780c67e54afa"; 242 hash = "sha256-sNTDH1ohz+rcnBvA5KkarHKdRMQPW0c2LeSVPdEYx6Q="; 243 }; 244 src_hipify_torch = fetchFromGitHub { 245 owner = "ROCmSoftwarePlatform"; 246 repo = "hipify_torch"; 247 rev = "23f53b025b466d8ec3c45d52290d3442f7fbe6b1"; 248 hash = "sha256-ohbGKy0sxa5pQy9EwsZk2UWmjveCZaJu/PEK2MLbjII="; 249 }; 250 src_ideep = fetchFromGitHub { 251 owner = "intel"; 252 repo = "ideep"; 253 rev = "c7ccd5bdbe5434ba156f4e856dcef0601637334b"; 254 hash = "sha256-/u3wJQl49tBw/QNVDBXL+eNSRCuvltso7g1+siIhlXM="; 255 }; 256 src_ittapi = fetchFromGitHub { 257 owner = "intel"; 258 repo = "ittapi"; 259 rev = "5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42"; 260 hash = "sha256-VxJky2TF3RcIMqjNaAK/mvpC0afkwpAsY0cD6Ergkls="; 261 }; 262 src_json = fetchFromGitHub { 263 owner = "nlohmann"; 264 repo = "json"; 265 rev = "87cda1d6646592ac5866dc703c8e1839046a6806"; 266 hash = "sha256-lXYJGWwLyQPqvxnDRWoDLXdjiD81r1eNHi7vRdbIuJ0="; 267 }; 268 src_json_dynolog = fetchFromGitHub { 269 owner = "nlohmann"; 270 repo = "json"; 271 rev = "4f8fba14066156b73f1189a2b8bd568bde5284c5"; 272 hash = "sha256-DTsZrdB9GcaNkx7ZKxcgCA3A9ShM5icSF0xyGguJNbk="; 273 }; 274 src_json_opentelemetry-cpp = fetchFromGitHub { 275 owner = "nlohmann"; 276 repo = "json"; 277 rev = "bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d"; 278 hash = "sha256-SUdhIV7tjtacf5DkoWk9cnkfyMlrkg8ZU7XnPZd22Tw="; 279 }; 280 src_kineto = fetchFromGitHub { 281 owner = "pytorch"; 282 repo = "kineto"; 283 rev = "338140f58a28d599da3434ced4fd2d75dd1a213d"; 284 hash = "sha256-ydHUYB2m7dbbqBtLordZUCraewU0Q4m/ohBXNKtqHnw="; 285 }; 286 src_libnop = fetchFromGitHub { 287 owner = "google"; 288 repo = "libnop"; 289 rev = "910b55815be16109f04f4180e9adee14fb4ce281"; 290 hash = "sha256-AsPZt+ylfdGpytQ1RoQljKeXE2uGkGONCaWzLK2sZhA="; 291 }; 292 src_libuv = fetchFromGitHub { 293 owner = "libuv"; 294 repo = "libuv"; 295 rev = "1dff88e5161cba5c59276d2070d2e304e4dcb242"; 296 hash = "sha256-i6AYD1Ony0L2+3yWK6bxOfwoZEvd9qCg33QSqA7bRXI="; 297 }; 298 src_mimalloc = fetchFromGitHub { 299 owner = "microsoft"; 300 repo = "mimalloc"; 301 rev = "b66e3214d8a104669c2ec05ae91ebc26a8f5ab78"; 302 hash = "sha256-uwuqln08Hx1d2l7GNn8/8hzOA1Pmzob5g17XgFb+blg="; 303 }; 304 src_mkl-dnn = fetchFromGitHub { 305 owner = "intel"; 306 repo = "mkl-dnn"; 307 rev = "66f0cb9eb66affd2da3bf5f8d897376f04aae6af"; 308 hash = "sha256-/ERkk6bgGEKoJEVdnBxMFEzB8pii71t3zQZNtyg+TdQ="; 309 }; 310 src_nccl = fetchFromGitHub { 311 owner = "NVIDIA"; 312 repo = "nccl"; 313 rev = "ab2b89c4c339bd7f816fbc114a4b05d386b66290"; 314 hash = "sha256-IF2tILwW8XnzSmfn7N1CO7jXL95gUp02guIW5n1eaig="; 315 }; 316 src_NNPACK = fetchFromGitHub { 317 owner = "Maratyszcza"; 318 repo = "NNPACK"; 319 rev = "c07e3a0400713d546e0dea2d5466dd22ea389c73"; 320 hash = "sha256-GzF53u1ELtmEH3WbBzGBemlQhjj3EIKB+37wMtSYE2g="; 321 }; 322 src_NVTX = fetchFromGitHub { 323 owner = "NVIDIA"; 324 repo = "NVTX"; 325 rev = "e170594ac7cf1dac584da473d4ca9301087090c1"; 326 hash = "sha256-n34BPxRnAW301ba1lXqSlGh7jaPqNjpp45GnJ+yDapI="; 327 }; 328 src_onnx = fetchFromGitHub { 329 owner = "onnx"; 330 repo = "onnx"; 331 rev = "b8baa8446686496da4cc8fda09f2b6fe65c2a02c"; 332 hash = "sha256-9oORW0YlQ6SphqfbjcYb0dTlHc+1gzy9quH/Lj6By8Q="; 333 }; 334 src_opentelemetry-cpp = fetchFromGitHub { 335 owner = "open-telemetry"; 336 repo = "opentelemetry-cpp"; 337 rev = "a799f4aed9c94b765dcdaabaeab7d5e7e2310878"; 338 hash = "sha256-jLRUpB9aDvxsc7B42b08vN2rygN/ycgOyt78i2Hms0Q="; 339 }; 340 src_opentelemetry-proto = fetchFromGitHub { 341 owner = "open-telemetry"; 342 repo = "opentelemetry-proto"; 343 rev = "4ca4f0335c63cda7ab31ea7ed70d6553aee14dce"; 344 hash = "sha256-A14YrqvBAEBBPzvxcNVY2sJok+54/mHKNQPRaf9QLzs="; 345 }; 346 src_opentracing-cpp = fetchFromGitHub { 347 owner = "opentracing"; 348 repo = "opentracing-cpp"; 349 rev = "06b57f48ded1fa3bdd3d4346f6ef29e40e08eaf5"; 350 hash = "sha256-XlQi26ynXKDwA86DwsDw+hhKR8bcdnrtFH1CpAzVlLs="; 351 }; 352 src_PeachPy = fetchFromGitHub { 353 owner = "malfet"; 354 repo = "PeachPy"; 355 rev = "f45429b087dd7d5bc78bb40dc7cf06425c252d67"; 356 hash = "sha256-eyhfnOOZPtsJwjkF6ybv3F77fyjaV6wzgu+LxadZVw0="; 357 }; 358 src_pfs = fetchFromGitHub { 359 owner = "dtrugman"; 360 repo = "pfs"; 361 rev = "f68a2fa8ea36c783bdd760371411fcb495aa3150"; 362 hash = "sha256-VB7/7hi4vZKgpjpgir+CyWIMwoNLHGRIXPJvVOn8Pq4="; 363 }; 364 src_pocketfft = fetchFromGitHub { 365 owner = "mreineck"; 366 repo = "pocketfft"; 367 rev = "9d3ab05a7fffbc71a492bc6a17be034e83e8f0fe"; 368 hash = "sha256-RSbimayr8Np7YP0aUo1MNusFmhi9jjDfgGXbiISR+/8="; 369 }; 370 src_prometheus-cpp = fetchFromGitHub { 371 owner = "jupp0r"; 372 repo = "prometheus-cpp"; 373 rev = "c9ffcdda9086ffd9e1283ea7a0276d831f3c8a8d"; 374 hash = "sha256-qx6oBxd0YrUyFq+7ArnKBqOwrl5X8RS9nErhRDUJ7+8="; 375 }; 376 src_protobuf = fetchFromGitHub { 377 owner = "protocolbuffers"; 378 repo = "protobuf"; 379 rev = "d1eca4e4b421cd2997495c4b4e65cea6be4e9b8a"; 380 hash = "sha256-InCW/Sb4E7dQeg3VHgpCtm91qqfh0Qpmu4ZzKffacOQ="; 381 }; 382 src_psimd = fetchFromGitHub { 383 owner = "Maratyszcza"; 384 repo = "psimd"; 385 rev = "072586a71b55b7f8c584153d223e95687148a900"; 386 hash = "sha256-lV+VZi2b4SQlRYrhKx9Dxc6HlDEFz3newvcBjTekupo="; 387 }; 388 src_pthreadpool = fetchFromGitHub { 389 owner = "google"; 390 repo = "pthreadpool"; 391 rev = "b92447772365661680f486e39a91dfe6675adafc"; 392 hash = "sha256-lRY+5sYv/KOuVngsrODRa4/yj1CDmZBW2HuKEbjsY+0="; 393 }; 394 src_pybind11 = fetchFromGitHub { 395 owner = "pybind"; 396 repo = "pybind11"; 397 rev = "a2e59f0e7065404b44dfe92a28aca47ba1378dc4"; 398 hash = "sha256-SNLdtrOjaC3lGHN9MAqTf51U9EzNKQLyTMNPe0GcdrU="; 399 }; 400 src_pybind11_onnx = fetchFromGitHub { 401 owner = "pybind"; 402 repo = "pybind11"; 403 rev = "3e9dfa2866941655c56877882565e7577de6fc7b"; 404 hash = "sha256-DVkI5NxM5uME9m3PFYVpJOOa2j+yjL6AJn76fCTv2nE="; 405 }; 406 src_pybind11_tensorpipe = fetchFromGitHub { 407 owner = "pybind"; 408 repo = "pybind11"; 409 rev = "a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef"; 410 hash = "sha256-3TALLHJAeWCSf88oBgLyyUoI/HyWGasAcAy4fGOQt04="; 411 }; 412 src_pytorch = fetchFromGitHub { 413 owner = "pytorch"; 414 repo = "pytorch"; 415 rev = "v2.6.0"; 416 hash = "sha256-X58OPtnPplEFtzOrQzyYRwdTmaoWEOGWWF5v6y+vaWo="; 417 }; 418 src_sleef = fetchFromGitHub { 419 owner = "shibatch"; 420 repo = "sleef"; 421 rev = "60e76d2bce17d278b439d9da17177c8f957a9e9b"; 422 hash = "sha256-JfARLkdt4je8ll+oqPGJqzUCQbsXoJ0bbX3jf0aHd0o="; 423 }; 424 src_tensorpipe = fetchFromGitHub { 425 owner = "pytorch"; 426 repo = "tensorpipe"; 427 rev = "52791a2fd214b2a9dc5759d36725909c1daa7f2e"; 428 hash = "sha256-i+CtjNFPDUzFCPxP0//jMLJDrQoorg0On9NfoVaMUxI="; 429 }; 430 src_vcpkg = fetchFromGitHub { 431 owner = "Microsoft"; 432 repo = "vcpkg"; 433 rev = "8eb57355a4ffb410a2e94c07b4dca2dffbee8e50"; 434 hash = "sha256-u+4vyOphnowoaZgfkCbzF7Q4tuz2GN1bHylaKw352Lc="; 435 }; 436 src_VulkanMemoryAllocator = fetchFromGitHub { 437 owner = "GPUOpen-LibrariesAndSDKs"; 438 repo = "VulkanMemoryAllocator"; 439 rev = "a6bfc237255a6bac1513f7c1ebde6d8aed6b5191"; 440 hash = "sha256-urUebQaPTgCECmm4Espri1HqYGy0ueAqTBu/VSiX/8I="; 441 }; 442 src_XNNPACK = fetchFromGitHub { 443 owner = "google"; 444 repo = "XNNPACK"; 445 rev = "4ea82e595b36106653175dcb04b2aa532660d0d8"; 446 hash = "sha256-5IubxhCW5E6xzrOLfJzWPrPeftaxXApTx09p6B3NPgo="; 447 }; 448 src_asmjit_recursive = src_asmjit; 449 src_benchmark_recursive = src_benchmark; 450 src_benchmark_opentelemetry-cpp_recursive = src_benchmark_opentelemetry-cpp; 451 src_benchmark_protobuf_recursive = src_benchmark_protobuf; 452 src_civetweb_recursive = src_civetweb; 453 src_clang-cindex-python3_recursive = src_clang-cindex-python3; 454 src_composable_kernel_recursive = src_composable_kernel; 455 src_cpp-httplib_recursive = src_cpp-httplib; 456 src_cpr_recursive = src_cpr; 457 src_cpuinfo_recursive = src_cpuinfo; 458 src_cpuinfo_fbgemm_recursive = src_cpuinfo_fbgemm; 459 src_cudnn-frontend_recursive = src_cudnn-frontend; 460 src_cutlass_recursive = src_cutlass; 461 src_cutlass_fbgemm_recursive = src_cutlass_fbgemm; 462 src_DCGM_recursive = src_DCGM; 463 src_dynolog_recursive = runCommand "dynolog" { } '' 464 cp -r ${src_dynolog} $out 465 chmod u+w $out/third_party/cpr 466 cp -r ${src_cpr_recursive}/* $out/third_party/cpr 467 chmod u+w $out/third_party/DCGM 468 cp -r ${src_DCGM_recursive}/* $out/third_party/DCGM 469 chmod u+w $out/third_party/fmt 470 cp -r ${src_fmt_dynolog_recursive}/* $out/third_party/fmt 471 chmod u+w $out/third_party/gflags 472 cp -r ${src_gflags_recursive}/* $out/third_party/gflags 473 chmod u+w $out/third_party/glog 474 cp -r ${src_glog_recursive}/* $out/third_party/glog 475 chmod u+w $out/third_party/googletest 476 cp -r ${src_googletest_dynolog_recursive}/* $out/third_party/googletest 477 chmod u+w $out/third_party/json 478 cp -r ${src_json_dynolog_recursive}/* $out/third_party/json 479 chmod u+w $out/third_party/pfs 480 cp -r ${src_pfs_recursive}/* $out/third_party/pfs 481 ''; 482 src_eigen_recursive = src_eigen; 483 src_fbgemm_recursive = runCommand "fbgemm" { } '' 484 cp -r ${src_fbgemm} $out 485 chmod u+w $out/third_party/asmjit 486 cp -r ${src_asmjit_recursive}/* $out/third_party/asmjit 487 chmod u+w $out/third_party/cpuinfo 488 cp -r ${src_cpuinfo_fbgemm_recursive}/* $out/third_party/cpuinfo 489 chmod u+w $out/third_party/cutlass 490 cp -r ${src_cutlass_fbgemm_recursive}/* $out/third_party/cutlass 491 chmod u+w $out/third_party/googletest 492 cp -r ${src_googletest_fbgemm_recursive}/* $out/third_party/googletest 493 chmod u+w $out/third_party/hipify_torch 494 cp -r ${src_hipify_torch_recursive}/* $out/third_party/hipify_torch 495 ''; 496 src_fbjni_recursive = src_fbjni; 497 src_flatbuffers_recursive = src_flatbuffers; 498 src_fmt_recursive = src_fmt; 499 src_fmt_dynolog_recursive = src_fmt_dynolog; 500 src_fmt_kineto_recursive = src_fmt_kineto; 501 src_FP16_recursive = src_FP16; 502 src_FXdiv_recursive = src_FXdiv; 503 src_gemmlowp_recursive = src_gemmlowp; 504 src_gflags_recursive = runCommand "gflags" { } '' 505 cp -r ${src_gflags} $out 506 chmod u+w $out/doc 507 cp -r ${src_gflags_gflags_recursive}/* $out/doc 508 ''; 509 src_gflags_gflags_recursive = src_gflags_gflags; 510 src_glog_recursive = src_glog; 511 src_gloo_recursive = src_gloo; 512 src_googletest_recursive = src_googletest; 513 src_googletest_dynolog_recursive = src_googletest_dynolog; 514 src_googletest_fbgemm_recursive = src_googletest_fbgemm; 515 src_googletest_kineto_recursive = src_googletest_kineto; 516 src_googletest_opentelemetry-cpp_recursive = src_googletest_opentelemetry-cpp; 517 src_googletest_prometheus-cpp_recursive = src_googletest_prometheus-cpp; 518 src_googletest_protobuf_recursive = src_googletest_protobuf; 519 src_googletest_tensorpipe_recursive = src_googletest_tensorpipe; 520 src_GSL_recursive = src_GSL; 521 src_hipify_torch_recursive = src_hipify_torch; 522 src_ideep_recursive = runCommand "ideep" { } '' 523 cp -r ${src_ideep} $out 524 chmod u+w $out/mkl-dnn 525 cp -r ${src_mkl-dnn_recursive}/* $out/mkl-dnn 526 ''; 527 src_ittapi_recursive = src_ittapi; 528 src_json_recursive = src_json; 529 src_json_dynolog_recursive = src_json_dynolog; 530 src_json_opentelemetry-cpp_recursive = src_json_opentelemetry-cpp; 531 src_kineto_recursive = runCommand "kineto" { } '' 532 cp -r ${src_kineto} $out 533 chmod u+w $out/libkineto/third_party/dynolog 534 cp -r ${src_dynolog_recursive}/* $out/libkineto/third_party/dynolog 535 chmod u+w $out/libkineto/third_party/fmt 536 cp -r ${src_fmt_kineto_recursive}/* $out/libkineto/third_party/fmt 537 chmod u+w $out/libkineto/third_party/googletest 538 cp -r ${src_googletest_kineto_recursive}/* $out/libkineto/third_party/googletest 539 ''; 540 src_libnop_recursive = src_libnop; 541 src_libuv_recursive = src_libuv; 542 src_mimalloc_recursive = src_mimalloc; 543 src_mkl-dnn_recursive = src_mkl-dnn; 544 src_nccl_recursive = src_nccl; 545 src_NNPACK_recursive = src_NNPACK; 546 src_NVTX_recursive = src_NVTX; 547 src_onnx_recursive = runCommand "onnx" { } '' 548 cp -r ${src_onnx} $out 549 chmod u+w $out/third_party/pybind11 550 cp -r ${src_pybind11_onnx_recursive}/* $out/third_party/pybind11 551 ''; 552 src_opentelemetry-cpp_recursive = runCommand "opentelemetry-cpp" { } '' 553 cp -r ${src_opentelemetry-cpp} $out 554 chmod u+w $out/third_party/benchmark 555 cp -r ${src_benchmark_opentelemetry-cpp_recursive}/* $out/third_party/benchmark 556 chmod u+w $out/third_party/googletest 557 cp -r ${src_googletest_opentelemetry-cpp_recursive}/* $out/third_party/googletest 558 chmod u+w $out/third_party/ms-gsl 559 cp -r ${src_GSL_recursive}/* $out/third_party/ms-gsl 560 chmod u+w $out/third_party/nlohmann-json 561 cp -r ${src_json_opentelemetry-cpp_recursive}/* $out/third_party/nlohmann-json 562 chmod u+w $out/third_party/opentelemetry-proto 563 cp -r ${src_opentelemetry-proto_recursive}/* $out/third_party/opentelemetry-proto 564 chmod u+w $out/third_party/opentracing-cpp 565 cp -r ${src_opentracing-cpp_recursive}/* $out/third_party/opentracing-cpp 566 chmod u+w $out/third_party/prometheus-cpp 567 cp -r ${src_prometheus-cpp_recursive}/* $out/third_party/prometheus-cpp 568 chmod u+w $out/tools/vcpkg 569 cp -r ${src_vcpkg_recursive}/* $out/tools/vcpkg 570 ''; 571 src_opentelemetry-proto_recursive = src_opentelemetry-proto; 572 src_opentracing-cpp_recursive = src_opentracing-cpp; 573 src_PeachPy_recursive = src_PeachPy; 574 src_pfs_recursive = src_pfs; 575 src_pocketfft_recursive = src_pocketfft; 576 src_prometheus-cpp_recursive = runCommand "prometheus-cpp" { } '' 577 cp -r ${src_prometheus-cpp} $out 578 chmod u+w $out/3rdparty/civetweb 579 cp -r ${src_civetweb_recursive}/* $out/3rdparty/civetweb 580 chmod u+w $out/3rdparty/googletest 581 cp -r ${src_googletest_prometheus-cpp_recursive}/* $out/3rdparty/googletest 582 ''; 583 src_protobuf_recursive = runCommand "protobuf" { } '' 584 cp -r ${src_protobuf} $out 585 chmod u+w $out/third_party/benchmark 586 cp -r ${src_benchmark_protobuf_recursive}/* $out/third_party/benchmark 587 chmod u+w $out/third_party/googletest 588 cp -r ${src_googletest_protobuf_recursive}/* $out/third_party/googletest 589 ''; 590 src_psimd_recursive = src_psimd; 591 src_pthreadpool_recursive = src_pthreadpool; 592 src_pybind11_recursive = src_pybind11; 593 src_pybind11_onnx_recursive = src_pybind11_onnx; 594 src_pybind11_tensorpipe_recursive = runCommand "pybind11_tensorpipe" { } '' 595 cp -r ${src_pybind11_tensorpipe} $out 596 chmod u+w $out/tools/clang 597 cp -r ${src_clang-cindex-python3_recursive}/* $out/tools/clang 598 ''; 599 src_pytorch_recursive = runCommand "pytorch" { } '' 600 cp -r ${src_pytorch} $out 601 chmod u+w $out/android/libs/fbjni 602 cp -r ${src_fbjni_recursive}/* $out/android/libs/fbjni 603 chmod u+w $out/third_party/benchmark 604 cp -r ${src_benchmark_recursive}/* $out/third_party/benchmark 605 chmod u+w $out/third_party/composable_kernel 606 cp -r ${src_composable_kernel_recursive}/* $out/third_party/composable_kernel 607 chmod u+w $out/third_party/cpp-httplib 608 cp -r ${src_cpp-httplib_recursive}/* $out/third_party/cpp-httplib 609 chmod u+w $out/third_party/cpuinfo 610 cp -r ${src_cpuinfo_recursive}/* $out/third_party/cpuinfo 611 chmod u+w $out/third_party/cudnn_frontend 612 cp -r ${src_cudnn-frontend_recursive}/* $out/third_party/cudnn_frontend 613 chmod u+w $out/third_party/cutlass 614 cp -r ${src_cutlass_recursive}/* $out/third_party/cutlass 615 chmod u+w $out/third_party/eigen 616 cp -r ${src_eigen_recursive}/* $out/third_party/eigen 617 chmod u+w $out/third_party/fbgemm 618 cp -r ${src_fbgemm_recursive}/* $out/third_party/fbgemm 619 chmod u+w $out/third_party/flatbuffers 620 cp -r ${src_flatbuffers_recursive}/* $out/third_party/flatbuffers 621 chmod u+w $out/third_party/fmt 622 cp -r ${src_fmt_recursive}/* $out/third_party/fmt 623 chmod u+w $out/third_party/FP16 624 cp -r ${src_FP16_recursive}/* $out/third_party/FP16 625 chmod u+w $out/third_party/FXdiv 626 cp -r ${src_FXdiv_recursive}/* $out/third_party/FXdiv 627 chmod u+w $out/third_party/gemmlowp/gemmlowp 628 cp -r ${src_gemmlowp_recursive}/* $out/third_party/gemmlowp/gemmlowp 629 chmod u+w $out/third_party/gloo 630 cp -r ${src_gloo_recursive}/* $out/third_party/gloo 631 chmod u+w $out/third_party/googletest 632 cp -r ${src_googletest_recursive}/* $out/third_party/googletest 633 chmod u+w $out/third_party/ideep 634 cp -r ${src_ideep_recursive}/* $out/third_party/ideep 635 chmod u+w $out/third_party/ittapi 636 cp -r ${src_ittapi_recursive}/* $out/third_party/ittapi 637 chmod u+w $out/third_party/kineto 638 cp -r ${src_kineto_recursive}/* $out/third_party/kineto 639 chmod u+w $out/third_party/mimalloc 640 cp -r ${src_mimalloc_recursive}/* $out/third_party/mimalloc 641 chmod u+w $out/third_party/nccl/nccl 642 cp -r ${src_nccl_recursive}/* $out/third_party/nccl/nccl 643 chmod u+w $out/third_party/nlohmann 644 cp -r ${src_json_recursive}/* $out/third_party/nlohmann 645 chmod u+w $out/third_party/NNPACK 646 cp -r ${src_NNPACK_recursive}/* $out/third_party/NNPACK 647 chmod u+w $out/third_party/NVTX 648 cp -r ${src_NVTX_recursive}/* $out/third_party/NVTX 649 chmod u+w $out/third_party/onnx 650 cp -r ${src_onnx_recursive}/* $out/third_party/onnx 651 chmod u+w $out/third_party/opentelemetry-cpp 652 cp -r ${src_opentelemetry-cpp_recursive}/* $out/third_party/opentelemetry-cpp 653 chmod u+w $out/third_party/pocketfft 654 cp -r ${src_pocketfft_recursive}/* $out/third_party/pocketfft 655 chmod u+w $out/third_party/protobuf 656 cp -r ${src_protobuf_recursive}/* $out/third_party/protobuf 657 chmod u+w $out/third_party/psimd 658 cp -r ${src_psimd_recursive}/* $out/third_party/psimd 659 chmod u+w $out/third_party/pthreadpool 660 cp -r ${src_pthreadpool_recursive}/* $out/third_party/pthreadpool 661 chmod u+w $out/third_party/pybind11 662 cp -r ${src_pybind11_recursive}/* $out/third_party/pybind11 663 chmod u+w $out/third_party/python-peachpy 664 cp -r ${src_PeachPy_recursive}/* $out/third_party/python-peachpy 665 chmod u+w $out/third_party/sleef 666 cp -r ${src_sleef_recursive}/* $out/third_party/sleef 667 chmod u+w $out/third_party/tensorpipe 668 cp -r ${src_tensorpipe_recursive}/* $out/third_party/tensorpipe 669 chmod u+w $out/third_party/VulkanMemoryAllocator 670 cp -r ${src_VulkanMemoryAllocator_recursive}/* $out/third_party/VulkanMemoryAllocator 671 chmod u+w $out/third_party/XNNPACK 672 cp -r ${src_XNNPACK_recursive}/* $out/third_party/XNNPACK 673 ''; 674 src_sleef_recursive = src_sleef; 675 src_tensorpipe_recursive = runCommand "tensorpipe" { } '' 676 cp -r ${src_tensorpipe} $out 677 chmod u+w $out/third_party/googletest 678 cp -r ${src_googletest_tensorpipe_recursive}/* $out/third_party/googletest 679 chmod u+w $out/third_party/libnop 680 cp -r ${src_libnop_recursive}/* $out/third_party/libnop 681 chmod u+w $out/third_party/libuv 682 cp -r ${src_libuv_recursive}/* $out/third_party/libuv 683 chmod u+w $out/third_party/pybind11 684 cp -r ${src_pybind11_tensorpipe_recursive}/* $out/third_party/pybind11 685 ''; 686 src_vcpkg_recursive = src_vcpkg; 687 src_VulkanMemoryAllocator_recursive = src_VulkanMemoryAllocator; 688 src_XNNPACK_recursive = src_XNNPACK; 689}).src_pytorch_recursive 690# Update using: unroll-src [version]