File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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} )" )
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments