28 Commits

Author SHA1 Message Date
Leo Germond
5031fce6bf Makefile pre: BB runtime and GNAT dirs 2023-09-07 13:50:10 +00:00
Ronan Desplanques
8f3c0190b9 Remove unused make target
This patch removes a target that didn't do anything useful from the
main Makefile.
2023-08-31 17:58:08 +02:00
Ronan Desplanques
9c074794c8 Isolate building of cuda-gcc
Building cuda-gcc does not require a CUDA installation. This patch
extracts the generation of cuda-gcc to a separate Makefile that
does not check for a CUDA installation like the main Makefile does.

TN: W220-014
2023-03-21 12:23:11 +01:00
Léo Germond
b6b227dbd7 fix casing 2023-02-20 11:13:41 +01:00
Leo Germond
3267ac3ea1 fix Makefile 2023-02-20 11:13:41 +01:00
Quentin Ochem
02fce539a3 Fixed source timesamps, VC22-018 2022-12-22 07:22:07 -05:00
Quentin Ochem
2a32ec2b80 Continued work on cleanup.
Wrapper now only selects -v to ptxas when set in verbose mode itself.
Various fixes in project files and Makefiles.
Added parameter to setup.sh to select GPU architecture.
2022-10-27 16:21:00 -04:00
QuentinOchem
7e59b915b1 creating cuda-gnatbind by copying llvm-gnatbind 2022-09-15 15:07:13 -04:00
Léo Germond
c0547d2352 Makefile: local export PATH add CUDA_ROOT/bin 2022-07-29 09:33:53 +02:00
Leo Germond
45b713de8c Makefile: fail early on CUDA and LLVM path errors 2022-07-25 12:15:32 +02:00
Leo Germond
9df3afbb0c Makefile: shell cannot use sh internal command 2022-07-25 12:14:40 +02:00
Leo Germond
dbd357a4ab replace which by command -v, fix assign 2022-07-20 17:10:27 +02:00
olivier henley
cb78a41eaf Merge pull request #54 from AdaCore/small_workflow_fixes
small workflow fixes
2022-07-07 17:12:02 -04:00
ohenley
aaaebb0a72 small workflow fixes 2022-07-07 10:49:29 -04:00
Leo Germond
5c6f6394ee remove unexisting install target 2022-07-07 11:06:24 +02:00
Leo Germond
665f7a0c8f Makefile: use .PHONY for runtime and wrapper 2022-07-07 11:06:07 +02:00
QuentinOchem
1fb646b675 minor output fixes 2022-07-05 08:09:55 -04:00
QuentinOchem
8c62a2eec6 fix build errors 2022-07-05 08:07:51 -04:00
QuentinOchem
c1c88deb02 improved project setup and installation scripts 2022-06-25 08:04:51 -04:00
ohenley
6d5b5f6d1c add missing rt files, fix build sources, fix examples 2022-06-17 14:25:47 -04:00
ohenley
31bb0446fa random fixes 2022-06-14 08:23:43 -04:00
ohenley
2f12a6e547 add option host-target option in gnatcuda_wrapper (cuda_gcc) 2022-06-03 14:05:36 -04:00
ohenley
b8d9332891 makefile for out of env. repo 2022-05-13 09:33:14 -04:00
Ghjuvan Lacambre
c184fcda04 Fix vectorSqrt example 2022-02-28 12:11:06 +01:00
Ghjuvan Lacambre
bbbbeb5387 Makefile: update gen-rts-sources.py call for new runtime naming scheme 2021-09-10 17:56:43 +02:00