File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
mlir/test/Integration/Dialect/SparseTensor/GPU/CUDA Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
//
2
2
// NOTE: this test requires gpu-sm80
3
3
//
4
+ // with RT lib:
5
+ //
6
+ // RUN: mlir-opt %s \
7
+ // RUN: --sparse-compiler="enable-runtime-library=true enable-gpu-libgen gpu-triple=nvptx64-nvidia-cuda gpu-chip=sm_80 gpu-features=+ptx71" \
8
+ // RUN: | mlir-cpu-runner \
9
+ // RUN: --shared-libs=%mlir_cuda_runtime \
10
+ // RUN: --shared-libs=%mlir_c_runner_utils \
11
+ // RUN: --e main --entry-point-result=void \
12
+ // RUN: | FileCheck %s
13
+ //
4
14
// without RT lib:
5
15
//
6
16
// RUN: mlir-opt %s \
7
17
// RUN: --sparse-compiler="enable-runtime-library=false enable-gpu-libgen gpu-triple=nvptx64-nvidia-cuda gpu-chip=sm_80 gpu-features=+ptx71" \
8
18
// RUN: | mlir-cpu-runner \
9
19
// RUN: --shared-libs=%mlir_cuda_runtime \
10
- // RUN: --shared-libs=%mlir_runner_utils \
20
+ // RUN: --shared-libs=%mlir_c_runner_utils \
11
21
// RUN: --e main --entry-point-result=void \
12
22
// RUN: | FileCheck %s
13
23
Original file line number Diff line number Diff line change 23
23
// RUN: %{compile} enable-runtime-library=false gpu-data-transfer-strategy=pinned-dma" | %{run}
24
24
// Tracker #64316
25
25
// RUNNOT: %{compile} enable-runtime-library=false gpu-data-transfer-strategy=zero-copy" | %{run}
26
- //
26
+ //
27
27
28
28
!Filename = !llvm.ptr <i8 >
29
29
You can’t perform that action at this time.
0 commit comments