From d8662c0fea2d06971df4cf59ab165288ab5f0640 Mon Sep 17 00:00:00 2001 From: "Zhang, Yifei" Date: Mon, 23 Sep 2024 22:56:19 -0700 Subject: [PATCH 1/2] Update llvm and imex commit --- cmake/imex-version.txt | 2 +- cmake/llvm-version-imex.txt | 2 +- cmake/llvm-version.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cmake/imex-version.txt b/cmake/imex-version.txt index fd08a0b3a..5593db878 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 1777e4c11..f12cc87a1 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 1777e4c11..f12cc87a1 100644 --- a/cmake/llvm-version.txt +++ b/cmake/llvm-version.txt @@ -1 +1 @@ -f06563a5c0d239a6b98f74db522681613254ad08 \ No newline at end of file +3191587666aa3d1e53966bc8876614c7197fac4f From f56eb398fcd08133788067649812619be1f79438 Mon Sep 17 00:00:00 2001 From: dchigarev Date: Thu, 26 Sep 2024 07:49:00 +0000 Subject: [PATCH 2/2] add missing 'is-usm-args=false' parameter to 'gpu-runner/mlp.mlir' test Signed-off-by: dchigarev --- test/mlir/test/gc/gpu-runner/mlp.mlir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/mlir/test/gc/gpu-runner/mlp.mlir b/test/mlir/test/gc/gpu-runner/mlp.mlir index 2ce26deed..04565b2d1 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)>