aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gnat_cuda.adb
AgeCommit message (Expand)AuthorFilesLines
2024-05-16ada: Fix typo in CUDA error messagePiotr Trojanek1-1/+1
2024-05-16ada: Fix casing in error messagesPiotr Trojanek1-1/+1
2024-01-22Update copyright years.Marc Poulhiès1-1/+1
2023-01-09ada: Update copyright noticeArnaud Charlet1-1/+1
2022-07-06[Ada] Incorrect emptying of CUDA global subprogramsJustin Squirek1-3/+6
2022-05-17[Ada] CUDA: remove code performing kernel registrationGhjuvan Lacambre1-490/+0
2022-05-13[Ada] CUDA: use binder to generate kernel-registration codeGhjuvan Lacambre1-5/+0
2022-05-10[Ada] Cleanup detection of No_Elist with No and PresentPiotr Trojanek1-6/+6
2022-01-11[Ada] Update copyright notice and bump Gnatvsn.Current_YearArnaud Charlet1-1/+1
2021-10-04[Ada] Implement CUDA_DeviceGhjuvan Lacambre1-16/+78
2021-10-01[Ada] Empty CUDA_Global procedures when compiling for hostGhjuvan Lacambre1-14/+78
2021-10-01[Ada] Stub CUDA_Device aspectGhjuvan Lacambre1-3/+65
2021-09-20[Ada] Move Build_And_Insert_Cuda_Initialization to Expand_CUDA_PackageGhjuvan Lacambre1-1/+37
2021-05-07[Ada] Minor reformattingsBob Duff1-14/+14
2021-05-07[Ada] Variable-sized node typesBob Duff1-2/+2
2021-05-03[Ada] Update copyright noticeArnaud Charlet1-1/+1
2021-05-03[Ada] Code and style cleanups for CUDAPiotr Trojanek1-21/+20
2020-10-20[Ada] CUDA: build procedure calls instead of function callsRichard Kenner1-9/+9
2020-10-19[Ada] Implement initialization of CUDA runtimeGhjuvan Lacambre1-0/+586