Skip to content

Commit 664024a

Browse files
yifeizh2dchigarev
andauthored
Update llvm commit (#357)
* Update llvm and imex commit * add missing 'is-usm-args=false' parameter to 'gpu-runner/mlp.mlir' test Signed-off-by: dchigarev <[email protected]> --------- Signed-off-by: dchigarev <[email protected]> Co-authored-by: dchigarev <[email protected]>
1 parent 6e13abe commit 664024a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

cmake/imex-version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20f2eef4f6c10fcbd68d358591c8b3ef4d1b97d2
1+
8209807be6148d81fda6f439a01b77696986dd3e

cmake/llvm-version-imex.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
f06563a5c0d239a6b98f74db522681613254ad08
1+
3191587666aa3d1e53966bc8876614c7197fac4f

cmake/llvm-version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
f06563a5c0d239a6b98f74db522681613254ad08
1+
3191587666aa3d1e53966bc8876614c7197fac4f

test/mlir/test/gc/gpu-runner/mlp.mlir

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// 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
1+
// 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
22
#map0 = affine_map<(d0, d1) -> (d1)>
33
#map1 = affine_map<(d0, d1) -> (d0, d1)>
44
#map2 = affine_map<(d0, d1, d2) -> (d0, d2)>

0 commit comments

Comments
 (0)