aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/mlir-cuda-runner
AgeCommit message (Expand)AuthorFilesLines
2021-03-03[mlir] Move cuda testsChristian Sigg13-665/+0
2021-02-24[mlir] Specify cuda-runner pass pipeline as command line options.Christian Sigg12-1/+28
2021-02-03[mlir] Add gpu async integration test.Christian Sigg1-0/+66
2021-01-28[mlir] NFC: split --shared-libs option into multiple lines.Christian Sigg11-11/+22
2021-01-21Revert [mlir] Link mlir_runner_utils statically into cuda/rocm-runtime-wrappe...Christian Sigg11-11/+11
2021-01-20Fix cuda-runner tests.Christian Sigg11-11/+11
2021-01-20[mlir] Link mlir_runner_utils statically into cuda/rocm-runtime-wrappers.Christian Sigg11-11/+44
2020-11-16[MLIR] Extend Symbol verification to reject public symbol declarations.Rahul Joshi11-11/+11
2020-08-10[MLIR] Adding gpu.host_register op and lower it to a runtime call.Christian Sigg11-31/+20
2020-08-02Remove debug flags from test (NFC)Mehdi Amini1-1/+1
2020-07-27[MLIR] NFC: Rename mcuMemHostRegister* to mgpuMemHostRegister* to make it con...Christian Sigg11-29/+29
2020-06-10[MLIR][Standard] Make the `dim` operation index an operand.Frederik Gossen5-9/+15
2020-05-19Unrank mcuMemHostRegister tensor argument.Christian Sigg11-71/+58
2020-04-16[MLIR] Allow for multiple gpu modules during translation.Stephan Herhut1-0/+28
2020-03-23Fix all-reduce int tests by host-registering memrefs.Christian Sigg6-12/+54
2020-03-19[MLIR] Add test for multiple gpu.all_reduce in the same kernel when lowering ...Valentin Clement1-0/+64
2020-03-11[MLIR] Add `and`, `or`, `xor`, `min`, `max` too gpu.all_reduce and the nvvm l...Valentin Clement5-0/+292
2020-03-11Revert "[MLIR] Add `and`, `or`, `xor`, `min`, `max` too gpu.all_reduce and th...Stephan Herhut5-292/+0
2020-03-10[MLIR] Add `and`, `or`, `xor`, `min`, `max` too gpu.all_reduce and the nvvm l...Stephan Herhut5-0/+292
2020-02-10[mlir] use unpacked memref descriptors at function boundariesAlex Zinenko1-3/+4
2020-02-03[MLIR] Make gpu.launch implicitly capture uses of values defined above.Stephan Herhut4-12/+8
2020-01-30Add 'gpu.terminator' operation.Stephan Herhut4-4/+4
2019-12-20Add gpu.shuffle op.Christian Sigg1-0/+32
2019-12-05Add UnrankedMemRef Typenmostafa2-4/+6
2019-11-26Automated rollback of commit d60133f89bb08341718bb3132b19bc891f7d4f4dNicolas Vasilache3-3/+3
2019-11-25Changing directory shortcut for CPU/GPU runner utils.Christian Sigg3-3/+3
2019-11-21Change CUDA tests to use print_memref.Christian Sigg3-18/+18
2019-11-19Make type and rank explicit in mcuMemHostRegister function.Christian Sigg3-9/+6
2019-10-16Support custom accumulator provided as region to gpu.all_reduce.Christian Sigg2-1/+30
2019-10-07Support reduction of partial warps.Christian Sigg1-3/+3
2019-10-01Change all_reduce lowering to support 2D and 3D blocks.Christian Sigg1-12/+18
2019-09-26Add AllReduceOp to GPU dialect with lowering to NVVM.Christian Sigg1-0/+25
2019-08-20JitRunner: support entry functions returning voidAlex Zinenko1-1/+1
2019-07-04Add an mlir-cuda-runner tool.Stephan Herhut2-0/+32