Skip to content

Commit e329499

Browse files
committed
single hip library
1 parent 1c9b6ed commit e329499

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Runtime/LLMLib.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -649,14 +649,13 @@ public static List<string> PossibleArchitectures(bool gpu = false)
649649
{
650650
architectures.Add("cuda-cu12.2.0-full");
651651
architectures.Add("cuda-cu11.7.1-full");
652-
architectures.Add("hip-full");
653652
}
654653
else
655654
{
656655
architectures.Add("cuda-cu12.2.0");
657656
architectures.Add("cuda-cu11.7.1");
658-
architectures.Add("hip");
659657
}
658+
architectures.Add("hip");
660659
architectures.Add("vulkan");
661660
}
662661
if (has_avx512) architectures.Add("avx512");

0 commit comments

Comments
 (0)