Skip to content

Commit f2251f9

Browse files
committed
[mlir][gpu] Add mlir_c_runner_utils to fix #99035
This fixes the unit test that is broken in #99035.
1 parent 578c619 commit f2251f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mlir/test/Integration/GPU/CUDA/alloc-host-shared.mlir

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// RUN: | mlir-cpu-runner \
44
// RUN: --shared-libs=%mlir_cuda_runtime \
55
// RUN: --shared-libs=%mlir_runner_utils \
6+
// RUN: --shared-libs=%mlir_c_runner_utils \
67
// RUN: --entry-point-result=void \
78
// RUN: | FileCheck %s
89

0 commit comments

Comments
 (0)