File tree 3 files changed +21
-3
lines changed
test/Microsoft.ML.CpuMath.UnitTests.netcoreapp
3 files changed +21
-3
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,15 @@ phases:
31
31
parameters :
32
32
name : Centos
33
33
buildScript : ./build.sh
34
+ customMatrixes :
35
+ Build_Debug_Intrinsics :
36
+ _configuration : Debug-Intrinsics
37
+ _config_short : DI
38
+ _includeBenchmarkData : false
39
+ Build_Release :
40
+ _configuration : Release
41
+ _config_short : R
42
+ _includeBenchmarkData : true
34
43
queue :
35
44
name : Hosted Ubuntu 1604
36
45
container : CentosContainer
@@ -39,6 +48,15 @@ phases:
39
48
parameters :
40
49
name : Ubuntu
41
50
buildScript : ./build.sh
51
+ customMatrixes :
52
+ Build_Debug :
53
+ _configuration : Debug
54
+ _config_short : D
55
+ _includeBenchmarkData : false
56
+ Build_Release_Intrinsics :
57
+ _configuration : Release-Intrinsics
58
+ _config_short : RI
59
+ _includeBenchmarkData : true
42
60
queue :
43
61
name : Hosted Ubuntu 1604
44
62
container : UbuntuContainer
Original file line number Diff line number Diff line change 1
- 3.0.0-preview1-03129 -01
1
+ 3.0.0-preview1-03721 -01
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ public class CpuMathUtilsUnitTests
25
25
#if NETCOREAPP3_0
26
26
private static Dictionary < string , string > DisableAvxEnvironmentVariables ;
27
27
private static Dictionary < string , string > DisableAvxAndSseEnvironmentVariables ;
28
- private static readonly string disableAvx = "COMPlus_EnableAvx " ;
29
- private static readonly string disableSse = "COMPlus_EnableSse " ;
28
+ private static readonly string disableAvx = "COMPlus_EnableAVX " ;
29
+ private static readonly string disableSse = "COMPlus_EnableSSE " ;
30
30
private static readonly string disableAvxAndSse = "COMPlus_EnableHWIntrinsic" ;
31
31
#endif
32
32
You can’t perform that action at this time.
0 commit comments