···301 # Builds in 2+h with 2 cores, and ~15m with a big-parallel builder.
302 requiredSystemFeatures = [ "big-parallel" ];
30300000304 meta = with lib; {
305 description = "Open source, prototype-to-production deep learning platform";
306 homepage = "https://pytorch.org/";
···301 # Builds in 2+h with 2 cores, and ~15m with a big-parallel builder.
302 requiredSystemFeatures = [ "big-parallel" ];
303304+ passthru = {
305+ inherit cudaSupport;
306+ cudaArchList = final_cudaArchList;
307+ };
308+309 meta = with lib; {
310 description = "Open source, prototype-to-production deep learning platform";
311 homepage = "https://pytorch.org/";