diff --git a/cmake/imex-version.txt b/cmake/imex-version.txt index fd08a0b3..5593db87 100644 --- a/cmake/imex-version.txt +++ b/cmake/imex-version.txt @@ -1 +1 @@ -20f2eef4f6c10fcbd68d358591c8b3ef4d1b97d2 +8209807be6148d81fda6f439a01b77696986dd3e \ No newline at end of file diff --git a/cmake/llvm-version-imex.txt b/cmake/llvm-version-imex.txt index 1777e4c1..f12cc87a 100644 --- a/cmake/llvm-version-imex.txt +++ b/cmake/llvm-version-imex.txt @@ -1 +1 @@ -f06563a5c0d239a6b98f74db522681613254ad08 \ No newline at end of file +3191587666aa3d1e53966bc8876614c7197fac4f diff --git a/cmake/llvm-version.txt b/cmake/llvm-version.txt index 1777e4c1..f12cc87a 100644 --- a/cmake/llvm-version.txt +++ b/cmake/llvm-version.txt @@ -1 +1 @@ -f06563a5c0d239a6b98f74db522681613254ad08 \ No newline at end of file +3191587666aa3d1e53966bc8876614c7197fac4f diff --git a/test/mlir/test/gc/gpu-runner/mlp.mlir b/test/mlir/test/gc/gpu-runner/mlp.mlir index 2ce26dee..04565b2d 100644 --- a/test/mlir/test/gc/gpu-runner/mlp.mlir +++ b/test/mlir/test/gc/gpu-runner/mlp.mlir @@ -1,4 +1,4 @@ -// RUN: gc-opt %s --gc-gpu-pipeline | gc-cpu-runner -e main -entry-point-result=void --shared-libs=%mlir_runner_utils,%mlir_c_runner_utils,%opencl_runtime | FileCheck %s +// RUN: gc-opt %s --gc-gpu-pipeline="is-usm-args=false" | gc-cpu-runner -e main -entry-point-result=void --shared-libs=%mlir_runner_utils,%mlir_c_runner_utils,%opencl_runtime | FileCheck %s #map0 = affine_map<(d0, d1) -> (d1)> #map1 = affine_map<(d0, d1) -> (d0, d1)> #map2 = affine_map<(d0, d1, d2) -> (d0, d2)>