Skip to content

Commit cbcf123

Browse files
authored
Update LKG WARP version to 1.0.19 (#1111)
This PR updates the last-known-good WARP version to 1.0.19 and removes XFAILs from tests that now pass after the update.
1 parent 5744c0e commit cbcf123

3 files changed

Lines changed: 1 addition & 7 deletions

File tree

cmake/modules/Warp.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function(setup_warp version)
2424
guess_nuget_arch(NUGET_ARCH)
2525

2626
if (version STREQUAL "LKG")
27-
set(version "1.0.18")
27+
set(version "1.0.19")
2828
set(version_description "Latest Known Good for ${NUGET_ARCH} (${version})")
2929
else ()
3030
set(version_description "Custom (${version})")

test/WaveOps/QuadReadAcrossY.fp64.test

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,6 @@ DescriptorSets:
128128
# Bug: https://github.com/llvm/offload-test-suite/issues/986
129129
# XFAIL: Intel && Vulkan && DXC
130130

131-
# Bug: https://github.com/llvm/offload-test-suite/issues/1013
132-
# XFAIL: WARP && AVX512
133-
134131
# RUN: split-file %s %t
135132
# RUN: %dxc_target -T cs_6_0 -Fo %t.o %t/source.hlsl
136133
# RUN: %offloader %t/pipeline.yaml %t.o

test/WaveOps/WaveActiveBitXor.convergence.test

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,6 @@ DescriptorSets:
164164
# Bug: https://github.com/llvm/llvm-project/issues/188323
165165
# XFAIL: Vulkan && Clang
166166

167-
# Bug: https://github.com/llvm/offload-test-suite/issues/1022
168-
# XFAIL: WARP
169-
170167
# RUN: split-file %s %t
171168
# RUN: %dxc_target -T cs_6_5 -Fo %t.o %t/source.hlsl
172169
# RUN: %offloader %t/pipeline.yaml %t.o

0 commit comments

Comments
 (0)