aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/Conversion/GPUCommon
AgeCommit message (Expand)AuthorFilesLines
2024-06-10[mlir][gpu] Update LaunchFuncOp lowering in GPU to LLVM (#94991)Fabian Mora1-54/+19
2024-05-03[mlir,test] Convert text files from CRLF to LFFangrui Song1-13/+13
2024-01-03[mlir][GPU] Expand LLVM function attribute copies (#76755)Krzysztof Drewniak1-0/+25
2023-12-20Fix what seems to be a silly bug in gpu.set_default_device rewriting. Smoke t...Paul C Fuqua1-0/+10
2023-12-06[mlir][gpu] Support dynamic_shared_memory Op with vector dialect (#74475)Guray Ozen1-0/+20
2023-12-05[mlir][gpu] Add lowering dynamic_shared_memory op for rocdl (#74473)Guray Ozen1-0/+17
2023-11-27[mlir][gpu] Support Cluster of Thread Blocks in `gpu.launch_func` (#72871)Guray Ozen1-0/+38
2023-11-04[MLIR][LLVM] Remove last typed pointer remnants from tests (#71232)Christian Ulmann1-4/+4
2023-11-01[MLIR][GPUToROCDL] Remove typed pointer support (#70908)Christian Ulmann5-5/+5
2023-11-01[MLIR][GPUToNVVM] Remove typed pointer support (#70861)Christian Ulmann5-19/+4
2023-10-31[MLIR][GPUCommon] Remove typed pointer support (#70735)Christian Ulmann9-91/+9
2023-10-25[MLIR] Modify lowering of gpu.alloc op to llvm (#69969)Nishant Patel1-0/+18
2023-09-27[mlir][sparse][gpu] add CSC and BSR format to cuSparse GPU ops (#67509)Aart Bik1-0/+25
2023-09-26[MLIR] Pass hostShared flag in gpu.alloc op to runtime wrappers (#66401)Nishant Patel2-2/+4
2023-09-26[MLIR] Pass count of parameters & gpu binary size to runtime wrappers (#66154)Nishant Patel1-3/+4
2023-09-25[mlir][llvm] Replace NullOp by ZeroOp (#67183)Tobias Gysi1-1/+1
2023-09-11[mlir][GPU] Handle LLVM pointer attributes on memref arguments.stefankoncarevic3-0/+97
2023-08-14[mlir][sparse][gpu] minor code cleanup for sparse gpu opsAart Bik1-2/+2
2023-08-12[mlir][gpu] Add GPU target support to `gpu-to-llvm`.Fabian Mora2-2/+66
2023-08-10[mlir][sparse][gpu] refine sparse gpu round-trip and lowering testAart Bik1-65/+48
2023-08-10[mlir][sparse][gpu] add set csr pointers, remove estimate op, fix bugsAart Bik1-14/+2
2023-08-09[mlir][sparse][gpu] only support default algorithm for SpGEMMAart Bik1-16/+14
2023-08-08[mlir][sparse][gpu] add spgemm operatorKun Wu1-0/+77
2023-08-01[mlir][sparse][gpu] add 2:4 spmm prune_and_check flagKun Wu1-1/+1
2023-06-30[mlir][sparse][gpu] reuse CUDA environment handle throughout instance lifetimeKun Wu2-36/+20
2023-06-19[mlir][sparse][gpu] remove tuple as one of the spmm_buffer_size output typeKun Wu1-1/+1
2023-06-09[mlir][sparse][gpu] unify dnmat and dnvec handle and opsKun Wu2-8/+8
2023-06-08[MLIR][GPU] Add 16-bit version of cudaMemset in cudaRuntimeWrappersNavdeep Katel1-2/+22
2023-06-06[mlir][sparse][gpu] add sm8.0+ tensor core 2:4 sparsity supportKun Wu2-4/+39
2023-06-02[mlir][sparse][gpu] make computeType mandatoryKun Wu1-6/+6
2023-05-27[mlir][gpu][sparse] adding cusparse sddmm supportKun Wu1-0/+30
2023-05-19[mlir][sparse][gpu] add SpMM to GPU ops dialectAart Bik1-1/+31
2023-05-12[mlir][gpu][sparse] add gpu ops for sparse matrix computationsAart Bik1-0/+37
2023-05-03[mlir][GPU] Allow specifying alignment of memory attributionsKrzysztof Drewniak1-0/+31
2023-03-10[mlir][GPUToLLVM] Fix regression introduced with opaque-pointers when generat...Markus Böck1-0/+9
2023-03-03Fix crash in ConvertVectorToLLVM.cpp patternMehdi Amini1-0/+11
2023-02-21[mlir][GPUToLLVM] Add support for emitting opaque pointersMarkus Böck10-47/+118
2023-02-13[mlir][GPU] add required address space cast when lowering to LLVMMarkus Böck2-2/+5
2023-02-09Add generic type attribute mapping infrastructure, use it in GpuToXKrzysztof Drewniak1-0/+48
2023-01-20[mlir] Add "memref::MemRefDialect" as dependentDialects for GpuToLLVMConversi...Xiang Li1-0/+13
2023-01-13[mlir][gpu] Migrate hard-coded address space integers to an enum attribute (g...Christopher Bate1-12/+12
2022-08-01[mlir][flang] Make use of the new `GEPArg` builder of GEP Op to simplify codeMarkus Böck2-10/+5
2022-04-20[mlir][NFC] Update textual references of `func` to `func.func` in Conversion/...River Riddle5-5/+5
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball2-7/+7
2021-10-01[MLIR][GPU] Add GPU launch op support for dynamic shared memoryUday Bondhugula1-3/+5
2021-09-04[mlir] create gpu memset opLoren Maggiore1-0/+19
2021-03-15[MLIR] Create memref dialect and move dialect-specific ops from std.Julian Gross1-7/+7
2021-02-25Pass GPU events instead of streams across async regions.Christian Sigg1-1/+1
2021-02-18Revert "[MLIR] Create memref dialect and move several dialect-specific ops fr...Alexander Belyaev1-7/+7
2021-02-18[MLIR] Create memref dialect and move several dialect-specific ops from std.Julian Gross1-7/+7