Skip to content

Commit 96dbb6c

Browse files
authored
Update WARP version to 1.0.18 (#769)
This PR just updates the WARP version to 1.0.18. It notably fixes some XFAILS surrounding convergent operations within switch fall throughs. Removes #524 from tests.
1 parent f765c94 commit 96dbb6c

9 files changed

Lines changed: 3 additions & 21 deletions

.github/workflows/windows-amd-clang-warp-preview-d3d12.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
SKU: windows-amd
2121
TestTarget: check-hlsl-clang-warp-d3d12
2222
OffloadTest-branch: ${{ github.ref }}
23-
LLVM-ExtraCMakeArgs: -DCMAKE_C_COMPILER=clang-cl -DCMAKE_CXX_COMPILER=clang-cl -DOFFLOADTEST_USE_CLANG_TIDY=On -DWARP_VERSION=1.0.17
23+
LLVM-ExtraCMakeArgs: -DCMAKE_C_COMPILER=clang-cl -DCMAKE_CXX_COMPILER=clang-cl -DOFFLOADTEST_USE_CLANG_TIDY=On -DWARP_VERSION=1.0.19-preview

.github/workflows/windows-amd-dxc-warp-preview-d3d12.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
BuildType: Debug
2222
TestTarget: check-hlsl-warp-d3d12
2323
OffloadTest-branch: ${{ github.ref }}
24-
LLVM-ExtraCMakeArgs: -DCMAKE_C_COMPILER=clang-cl -DCMAKE_CXX_COMPILER=clang-cl -DWARP_VERSION=1.0.17
24+
LLVM-ExtraCMakeArgs: -DCMAKE_C_COMPILER=clang-cl -DCMAKE_CXX_COMPILER=clang-cl -DWARP_VERSION=1.0.19-preview

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.17")
27+
set(version "1.0.18")
2828
set(version_description "Latest Known Good for ${NUGET_ARCH} (${version})")
2929
else ()
3030
set(version_description "Custom (${version})")

test/WaveOps/WaveActiveSum.fp16.test

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,6 @@ DescriptorSets:
171171
# Bug https://github.com/llvm/llvm-project/issues/156775
172172
# XFAIL: Vulkan && Clang
173173

174-
# Bug https://github.com/llvm/offload-test-suite/issues/524
175-
# XFAIL: WARP && Clang
176-
177174
# Bug https://github.com/llvm/offload-test-suite/issues/525
178175
# XFAIL: NV && Clang && DirectX
179176

test/WaveOps/WaveActiveSum.fp32.test

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,6 @@ DescriptorSets:
171171
# Bug https://github.com/llvm/llvm-project/issues/156775
172172
# XFAIL: Vulkan && Clang
173173

174-
# Bug https://github.com/llvm/offload-test-suite/issues/524
175-
# XFAIL: WARP && Clang
176-
177174
# Bug https://github.com/llvm/offload-test-suite/issues/525
178175
# XFAIL: NV && Clang && DirectX
179176

test/WaveOps/WaveActiveSum.fp64.test

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,6 @@ DescriptorSets:
171171
# Bug https://github.com/llvm/llvm-project/issues/156775
172172
# XFAIL: Vulkan && Clang
173173

174-
# Bug https://github.com/llvm/offload-test-suite/issues/524
175-
# XFAIL: WARP && Clang
176-
177174
# Bug https://github.com/llvm/offload-test-suite/issues/525
178175
# XFAIL: NV && Clang && DirectX
179176

test/WaveOps/WaveActiveSum.int16.test

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -325,9 +325,6 @@ DescriptorSets:
325325
# Bug https://github.com/llvm/llvm-project/issues/156775
326326
# XFAIL: Vulkan && Clang
327327

328-
# Bug https://github.com/llvm/offload-test-suite/issues/524
329-
# XFAIL: WARP && Clang
330-
331328
# Bug https://github.com/llvm/offload-test-suite/issues/525
332329
# XFAIL: NV && Clang && DirectX
333330

test/WaveOps/WaveActiveSum.int32.test

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -326,9 +326,6 @@ DescriptorSets:
326326
# Bug https://github.com/llvm/llvm-project/issues/156775
327327
# XFAIL: Vulkan && Clang
328328

329-
# Bug https://github.com/llvm/offload-test-suite/issues/524
330-
# XFAIL: WARP && Clang
331-
332329
# Bug https://github.com/llvm/offload-test-suite/issues/525
333330
# XFAIL: NV && Clang && DirectX
334331

test/WaveOps/WaveActiveSum.int64.test

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -325,9 +325,6 @@ DescriptorSets:
325325
# Bug https://github.com/llvm/llvm-project/issues/156775
326326
# XFAIL: Vulkan && Clang
327327

328-
# Bug https://github.com/llvm/offload-test-suite/issues/524
329-
# XFAIL: WARP && Clang
330-
331328
# Bug https://github.com/llvm/offload-test-suite/issues/525
332329
# XFAIL: NV && Clang && DirectX
333330

0 commit comments

Comments
 (0)