summaryrefslogtreecommitdiff
path: root/mlir/test/Dialect/OpenACC
AgeCommit message (Expand)Author
2025-11-09[MLIR] Fix FileCheck annotations and add 32-bit coverage (#167149)Men-cotton
2025-11-06[mlir][acc] Erase empty kernel_environment ops during canonicalization (#166633)Vijay Kandiah
2025-11-06[mlir][acc] Add ACCImplicitData pass for implicit data attributes (#166472)Razvan Lupusoru
2025-11-04[mlir][OpenACC] add unstructured attributes for acc.loop with early exits (#1...jeanPerier
2025-10-29[acc] Expand OpenACCSupport to provide getRecipeName and emitNYI (#165628)Razvan Lupusoru
2025-10-28[acc] Add `acc.kernel_environment` to enable compute decomposition (#165455)Razvan Lupusoru
2025-10-22[mlir][acc] Add mapping operation for firstprivate without counter (#164677)Razvan Lupusoru
2025-10-22[mlir][acc] Add OpenACCSupport for extensible dialect handling (#164510)Razvan Lupusoru
2025-10-20[acc][mlir] Add 'if-condition' to 'atomic' operations. (#164003)Erich Keane
2025-10-16[mlir][acc] Ensure genAllocate uses provided variable name (#163861)Razvan Lupusoru
2025-10-14[mlir][acc] Introduce createAndPopulate for recipe creation (#162917)Razvan Lupusoru
2025-10-08[mlir][acc] Extend PointerLikeType to provide alloc, dealloc, copy (#162328)Razvan Lupusoru
2025-10-03[mlir][acc] Add firstprivate operands to `acc.loop` (#161881)Razvan Lupusoru
2025-09-16[OpenACC] verify acc:DataOp operand not BlockArgument (#159148)Scott Manley
2025-09-15[OpenACC] verify acc::DeclareEnterOp operand not BlockArgument (#158095)Scott Manley
2025-09-03[mlir][acc] Introduce acc data bounds accessors (#156545)Razvan Lupusoru
2025-08-26[mlir][acc] Add destroy region to reduction recipes (#155480)Razvan Lupusoru
2025-06-27[OpenACC][CIR] Implement copyin/copyout/create lowering for compute/c… (#14...Erich Keane
2025-06-24[mlir][acc] Add support for data clause modifiers (#144806)Razvan Lupusoru
2025-06-11[acc] acc.loop verifier now requires parallelism determination flag (#143720)Razvan Lupusoru
2025-05-15[flang][acc] Update assembly formats to include asyncOnly, async, and wait (#...khaki3
2025-05-01[mlir][acc] Add LegalizeDataValues support for DeclareEnterOp (#138008)Susan Tan (ス-ザン タン)
2025-04-30[mlir][acc] Improve acc.loop support as a container (#137887)Razvan Lupusoru
2025-04-14[mlir][acc] Handle OpenACC host_data in LegalizeDataValues (#134767)nvptm
2025-01-27[OpenACC] Add AutomaticAllocationScope to recipe ops (#124337)Scott Manley
2024-12-09[MLIR][acc] Introduce varType to acc data clause operations (#119007)Razvan Lupusoru
2024-11-05[flang][openacc][openmp] Support implicit casting on the atomic interface (#1...khaki3
2024-10-21[acc] Improve LegalizeDataValues pass to handle data constructs (#112990)Razvan Lupusoru
2024-10-09[mlir][openacc] Update verifier to catch missing device type attribute (#111586)Valentin Clement (バレンタイン クレメン)
2024-03-07[acc] Add attribute for combined constructs (#80319)Razvan Lupusoru
2024-02-06[mlir][openacc] Add private/reduction in legalize data pass (#80882)Valentin Clement (バレンタイン クレメン)
2024-02-05[mlir][openacc] Simplify IR with acc.loop control (#80387)Valentin Clement (バレンタイン クレメン)
2024-02-05[mlir][openacc] Add legalize data pass for compute operation (#80351)Valentin Clement
2024-02-05Revert "[mlir][openacc] Add legalize data pass for compute operation (#80351)"Valentin Clement
2024-02-05[mlir][openacc] Add legalize data pass for compute operation (#80351)Valentin Clement
2024-02-05Revert "[mlir][openacc] Add legalize data pass for compute operation" (#80710)Valentin Clement (バレンタイン クレメン)
2024-02-05[mlir][openacc] Add legalize data pass for compute operation (#80351)Valentin Clement (バレンタイン クレメン)
2024-01-28[mlir][openacc][flang] Support wait devnum and clean async/wait IR (#79525)Valentin Clement (バレンタイン クレメン)
2024-01-25[mlir][flang][openacc] Add device_type support for update op (#78764)Valentin Clement (バレンタイン クレメン)
2024-01-22[mlir][openacc] Update acc.loop to be a proper loop like operation (#67355)Valentin Clement (バレンタイン クレメン)
2024-01-22[mlir][openacc] Fix num_gang parser (#78792)Valentin Clement (バレンタイン クレメン)
2024-01-18[mlir][flang][openacc] Device type support on acc routine op (#78375)Valentin Clement (バレンタイン クレメン)
2024-01-11[mlir][openacc][flang] Simplify gang, vector and worker representation (#77667)Valentin Clement (バレンタイン クレメン)
2024-01-04[mlir][flang][openacc] Support device_type on loop construct (#76892)Valentin Clement (バレンタイン クレメン)
2024-01-04[mlir][openacc] Add device_type support for data operation (#76126)Valentin Clement (バレンタイン クレメン)
2023-12-20[mlir][openacc] Add device_type support for compute operations (#75864)Valentin Clement
2023-12-20Revert "[mlir][openacc] Add device_type support for compute operations (#75864)"Valentin Clement
2023-12-20[mlir][openacc] Add device_type support for compute operations (#75864)Valentin Clement (バレンタイン クレメン)
2023-12-06[mlir][openacc] Switch * to `star` which is more MLIR friendly (#74662)Valentin Clement (バレンタイン クレメン)
2023-11-04[MLIR][LLVM] Remove last typed pointer remnants from tests (#71232)Christian Ulmann