diff --git a/test/Integration/Dialect/XeTile/xetile-to-func-vc-optimize-transpose.pp b/test/Integration/Dialect/XeTile/xetile-to-func-vc-optimize-transpose.pp index 1fb130f81..5797fde0c 100644 --- a/test/Integration/Dialect/XeTile/xetile-to-func-vc-optimize-transpose.pp +++ b/test/Integration/Dialect/XeTile/xetile-to-func-vc-optimize-transpose.pp @@ -16,8 +16,6 @@ gpu.module(convert-xegpu-to-vc) reconcile-unrealized-casts bf16-to-gpu - gpu.module(convert-func-to-spirv) - gpu.module(convert-vector-to-spirv) imex-convert-gpu-to-spirv spirv.module(spirv-lower-abi-attrs spirv-update-vce) diff --git a/test/Integration/Dialect/XeTile/xetile-to-func-vc.pp b/test/Integration/Dialect/XeTile/xetile-to-func-vc.pp index 23981f880..60e5785b2 100644 --- a/test/Integration/Dialect/XeTile/xetile-to-func-vc.pp +++ b/test/Integration/Dialect/XeTile/xetile-to-func-vc.pp @@ -13,8 +13,6 @@ gpu.module(convert-xegpu-to-vc) reconcile-unrealized-casts bf16-to-gpu - gpu.module(convert-func-to-spirv) - gpu.module(convert-vector-to-spirv) imex-convert-gpu-to-spirv spirv.module(spirv-lower-abi-attrs spirv-update-vce) diff --git a/test/Integration/Dialect/XeTile/xetile-wg-to-func-vc.pp b/test/Integration/Dialect/XeTile/xetile-wg-to-func-vc.pp index 924bdd2c9..94078a267 100644 --- a/test/Integration/Dialect/XeTile/xetile-wg-to-func-vc.pp +++ b/test/Integration/Dialect/XeTile/xetile-wg-to-func-vc.pp @@ -13,8 +13,6 @@ gpu.module(convert-xegpu-to-vc) reconcile-unrealized-casts bf16-to-gpu - gpu.module(convert-func-to-spirv) - gpu.module(convert-vector-to-spirv) imex-convert-gpu-to-spirv spirv.module(spirv-lower-abi-attrs spirv-update-vce)