Commit Graph

18 Commits

Author SHA1 Message Date
ROCm CI Service Account d2555768ac SWDEV-359882 - hipcc compiler does not work when installation path contains spaces (#3117)
Change-Id: I35fb67091f1d65ad9474e80f71826a3031c9654e
2022-12-21 12:38:04 -08:00
ROCm CI Service Account 0c443d1201 SWDEV-344620 - hipcc fails to parse version of clang in some cases (#3119)
Change-Id: I46f716c82a7500b9a2bcaf5f9ff4ad8a8f982770
2022-12-19 17:21:12 -08:00
ROCm CI Service Account 165843e94b SWDEV-362823 - Duplicate symbol linking (#3105)
hip-clang can handle hip offload-bundles now, so no need to extract them separately in archives (.a) or object files (.o)

Change-Id: I764243c172a4912d64dbfb318470bf36e066756d
2022-11-30 13:20:38 +05:30
ROCm CI Service Account 388432384f SWDEV-345870 - Correct HIP path for new directory layout and removed the usage of HSA_PATH in hipcc (#3065)
With file reorganization, HIP installed in /opt/rocm-ver
Use the install path rather than using backward compatible path.
HSA_PATH is not at all required in hipcc and removed the same

Change-Id: Ia461cb4da2c0e0967703033f5c2c79b67732f5b5
2022-11-24 09:33:05 +05:30
searlmc1 361e0de646 Use llvm-readelf rather than readelf (#2941) 2022-11-02 10:44:04 +05:30
ROCm CI Service Account 154009d64a SWDEV-355608 - Remove clang include path (#2996)
Clang doesn't need to be told where to find the clang headers

Change-Id: I175781731c43647676d91eedc8a915124f2479ab
2022-10-14 16:02:40 +05:30
ROCm CI Service Account 825225b232 SWDEV-343493 - hipcc ignores --rocm-path if env var such as ROCM_PATH is set (#2974)
Change-Id: I5723694158f35b73dc0c93e9dd9ee6666df1ca72
2022-10-10 15:25:37 +05:30
Janek van Oirschot 3a9866730d Prevent chomp return from overriding HIP_CLANG_TARGET triple information (#2958) 2022-09-27 07:46:29 +05:30
Siu Chi Chan 5e7b7e11a5 SWDEV-355588 - [hipcc] remove --enable-new-dtags (#2955)
Don't pass the --enable-new-dtags flag to clang, just the LLVM's default

Change-Id: I2bd06181c490e1c0fec3241a404b546de3ebe970
2022-09-27 07:46:06 +05:30
ROCm CI Service Account cb084f4072 SWDEV-355608 - hipcc: remove -use_fast_math (#2965)
It doesn't seem to provide any functionality, probably leftover from some experimental codes.

Change-Id: I1720ccf29e057d7f2e18a7dfd1adccd3d51fa80c
2022-09-27 07:45:11 +05:30
ROCm CI Service Account 924db1d9e9 SWDEV-355608 - deprecate a few hipcc-only options (#2962)
Change-Id: I0a57e4afebbad9c4b93b70331869c22c39f1b38e
2022-09-26 16:41:34 -07:00
searlmc1 15575466ac SWDEV-347383 - Remove code that sets -std and -fms-* flags (#2820) 2022-07-26 10:47:06 +05:30
ROCm CI Service Account 4900ce120e SWDEV-341955 - Windows hipcc perl to handle quoted args (#2746)
example -
hipcc.pl -DGREETING=\"Hello\" hello.cpp

Change-Id: Ib7192d46226563a44c87f3fbe2c22ef2ab84ac3e
2022-06-17 11:02:17 +05:30
ROCm CI Service Account 5e6f4ba06d SWDEV-335125 - Windows: path for lld-link (#2681)
Change-Id: I499ef11e2b6811d97c06bc804d65fac9fc2429b2
2022-05-17 14:54:10 -07:00
ROCm CI Service Account 0e9f6ac717 SWDEV-335125 - to use clang lld-link inplace of dk link or MSVC link (#2671)
Change-Id: Iad217e1fe06827ac3a5a6fad4f3fe61a49ff96b7
2022-05-06 10:14:38 -07:00
ROCm CI Service Account cb0a5b3b53 SWDEV-324823 - Stop passing -fhip-new-launch-api (#2532)
Stop passing this flag to Clang since it's already the default option

Change-Id: I164f973603dcc2bf02a29939a02af1e0413729b5
2022-03-11 15:27:33 +05:30
agunashe e2ae92502c SWDEV-313590 - appending rocmpath at the end of rpath after rebase (#2526) 2022-03-08 16:08:25 -08:00
Konstantin Zhuravlyov c447b392d7 SWDEV-314372 - Refactor hipcc and hipconfig scripts (#2476)
* SWDEV-314372 - Refactor hipcc and hipconfig scripts

- Rename original hipcc to hipcc.pl
- Rename original hipconfig to hipconfig.pl
- New hipcc to invoke either hipcc.pl or hipcc.bin based on env var
- New hipconfig to invoke either hipconfig.pl or hipconfig.bin based on env var

* SWDEV-314372 - Add executable permissions to hipcc and hipconfig
2022-02-10 09:33:01 -08:00