Unverified Commit 32b9f37d authored by Gavin Zhao's avatar Gavin Zhao
Browse files

rocmPackages.rocblas: do not build for gfx1012, gfx940, and gfx 941 GPU targets



Signed-off-by: default avatarGavin Zhao <git@gzgz.dev>
parent 7bbde175
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@
, tensileSepArch ? false
, tensileLazyLib ? false
, tensileLibFormat ? "msgpack"
, gpuTargets ? [ "all" ]
, gpuTargets ? [ "gfx900;gfx906:xnack-;gfx908:xnack-;gfx90a:xnack+;gfx90a:xnack-;gfx942;gfx1010;gfx1030;gfx1100;gfx1101;gfx1102" ]
}:

stdenv.mkDerivation (finalAttrs: {