560 کامیت‌ها

مولف SHA1 پیام تاریخ
ROCm CI Service Account f61e70964e SWDEV-378007 - Remove hipcc/hipconfig perl scripts (#3216)
These scripts are being moved to hipcc project.

Change-Id: I895d0c50082d9c578b69698af23e5b5c59fa5636


[ROCm/hip commit: e3636ca1f5]
2023-06-06 15:11:24 -07:00
Maneesh Gupta e1b3842f91 Bump HIP version to 5.7
Change-Id: Ied6da4723a04edb8dd433c966545b3b4abcd4ef0


[ROCm/hip commit: 3aad3723f2]
2023-05-29 09:09:47 +00:00
ROCm CI Service Account dd539e475d SWDEV-385406 - [hipcc] Pass HIP_PATH to clang (#3174)
The HIP_PATH env var has been broken by an earlier patch to change the
linking to the HIP runtime with --hip-link in hipcc.  We need to detect
when the HIP_PATH env var is defined, we have to pass that to the clang.

Change-Id: Iea939893844cce426d4bc4ace3539fc241363ff3


[ROCm/hip commit: 3fb0920a55]
2023-03-07 11:38:53 -08:00
ROCm CI Service Account cdccbaec32 SWDEV-379927 - ignore --rocm-path option on nvidia platform (#3156)
Change-Id: I5e9ff0378c14dc0894a07d71aff4261c155ec1af


[ROCm/hip commit: f6f82b86da]
2023-02-17 10:34:51 -08:00
searlmc1 f7197b12a5 Tweak print msg (#3147)
Add newline
Fix grammatical error

[ROCm/hip commit: 58008d8f65]
2023-02-08 12:10:22 -08:00
ROCm CI Service Account 8532d86a09 SWDEV-380238 - hipcc passes incorrect device lib path to clang on windows (#3150)
hipcc should not pass --hip-device-lib-path to clang by default so that clang
decicde device lib path by itself.

hipcc only passes --hip-device-lib-path to clang if env var DEVICE_LIB_PATH
is specified.

DEVICE_LIB_PATH should be depricated in the future and users should use
--hip-device-lib-path instead.

Change-Id: I1ada35fb438643cbe68da777e3881aaa935162fa


[ROCm/hip commit: e18cbe64c1]
2023-01-31 23:45:01 -08:00
Siu Chi Chan 366445410e SWDEV-355608 - deprecate/cleanup hipcc link flags (#3128)
- deprecate -use-staticlib, -use-sharedlib which no longer provide any
functional values
- use --hip-link instead of specifying the HIP runtime by name when
linking
- fix linker option bug in HIT test's cmake
- update build options for unit tests requiring pthread or rt

Change-Id: Ib49978773c80fb40c71dc52b050ce921943ee3e4

[ROCm/hip commit: a388eb1e6f]
2023-01-23 22:42:52 -08:00
ROCm CI Service Account 5447c21572 SWDEV-359882 - hipcc compiler does not work when installation path contains spaces (#3117)
Change-Id: I35fb67091f1d65ad9474e80f71826a3031c9654e


[ROCm/hip commit: d2555768ac]
2022-12-21 12:38:04 -08:00
ROCm CI Service Account eecad085de SWDEV-372006 - Removed HSA_PATH variable from hipconfig.pl (#3120)
HSA_PATH is not required in hipcc and removed from hipvars and hipcc.pl as part of SWDEV-345870.
The incomplete removal is causing build failure in pytorch due to invalid hip version
Removing HSA_PATH from hipconfig.pl, so that hipconfig will provide the hip version without any warning

Depends-On: Ia461cb4da2c0e0967703033f5c2c79b67732f5b5
Change-Id: I8f18b27f40f4080b68a936450ba6e092f997ec47

[ROCm/hip commit: e1bbdf5750]
2022-12-20 09:35:27 +05:30
ROCm CI Service Account 20dfbb084f SWDEV-344620 - hipcc fails to parse version of clang in some cases (#3119)
Change-Id: I46f716c82a7500b9a2bcaf5f9ff4ad8a8f982770



[ROCm/hip commit: 0c443d1201]
2022-12-19 17:21:12 -08:00
ROCm CI Service Account 182f2af04f 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

[ROCm/hip commit: 165843e94b]
2022-11-30 13:20:38 +05:30
ROCm CI Service Account 31676c0c06 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

[ROCm/hip commit: 388432384f]
2022-11-24 09:33:05 +05:30
Maneesh Gupta 0a9dccc536 Bump HIP version to 5.5
[ROCm/hip commit: 647d09eee5]
2022-11-04 15:48:24 +05:30
searlmc1 0e3113e570 Use llvm-readelf rather than readelf (#2941)
[ROCm/hip commit: 361e0de646]
2022-11-02 10:44:04 +05:30
ROCm CI Service Account 0c00c63145 SWDEV-355608 - Remove clang include path (#2996)
Clang doesn't need to be told where to find the clang headers

Change-Id: I175781731c43647676d91eedc8a915124f2479ab

[ROCm/hip commit: 154009d64a]
2022-10-14 16:02:40 +05:30
ROCm CI Service Account cd09126130 SWDEV-357797 - Windows: hipcc to take in args with spaces inside quotes (#2990)
Avoids
"--offload-arch=gfx1034 --offload-arch=gfx1030"
from becoming
"--offload-arch=gfx1034\ --offload-arch=gfx1030"

Change-Id: I4ef0ffeaf5454c274ec4cfb0fe897e5fbc86d3c5

[ROCm/hip commit: 005fd991cc]
2022-10-13 10:56:40 -07:00
ROCm CI Service Account 618185c951 SWDEV-343493 - hipcc ignores --rocm-path if env var such as ROCM_PATH is set (#2974)
Change-Id: I5723694158f35b73dc0c93e9dd9ee6666df1ca72

[ROCm/hip commit: 825225b232]
2022-10-10 15:25:37 +05:30
ROCm CI Service Account 659e4bf7bb SWDEV-329802 - Move PCH script hip_embed_pch.sh to hipamd (#2829)
Change-Id: If8e52a95a8766bd4b4a696e0b32bb874bebe28d7

[ROCm/hip commit: ee5e2a692e]
2022-09-27 10:33:45 +05:30
Janek van Oirschot b33788a477 Prevent chomp return from overriding HIP_CLANG_TARGET triple information (#2958)
[ROCm/hip commit: 3a9866730d]
2022-09-27 07:46:29 +05:30
Siu Chi Chan 6d1409b61f 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

[ROCm/hip commit: 5e7b7e11a5]
2022-09-27 07:46:06 +05:30
ROCm CI Service Account d24745cdc0 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

[ROCm/hip commit: cb084f4072]
2022-09-27 07:45:11 +05:30
ROCm CI Service Account 4a0fbb5b98 SWDEV-355608 - deprecate a few hipcc-only options (#2962)
Change-Id: I0a57e4afebbad9c4b93b70331869c22c39f1b38e


[ROCm/hip commit: 924db1d9e9]
2022-09-26 16:41:34 -07:00
ROCm CI Service Account fd667babba SWDEV-320512 - setup for enabling hipcc.bin by default (#2930)
Change-Id: I6436b79b370434abc1250da560462c6d3398529d


[ROCm/hip commit: 2e7d9a894d]
2022-09-20 12:18:46 -07:00
Maneesh Gupta 98497b0e35 Bump HIP version to 5.4
[ROCm/hip commit: 389ac90f69]
2022-09-06 13:29:56 +05:30
searlmc1 02c0f2cd1d SWDEV-347383 - Remove code that sets -std and -fms-* flags (#2820)
[ROCm/hip commit: 15575466ac]
2022-07-26 10:47:06 +05:30
ROCm CI Service Account 21ad1e70e7 SWDEV-335967 - hipcc fixes for return value and blocking call (#2752)
Change-Id: I8caade13dac2c3cfd540bd683bd46eafb91111c2

[ROCm/hip commit: 9af24c0aed]
2022-06-21 21:12:16 -07:00
ROCm CI Service Account ce427588d0 SWDEV-341955 - Windows hipcc perl to handle quoted args (#2746)
example -
hipcc.pl -DGREETING=\"Hello\" hello.cpp

Change-Id: Ib7192d46226563a44c87f3fbe2c22ef2ab84ac3e

[ROCm/hip commit: 4900ce120e]
2022-06-17 11:02:17 +05:30
Maneesh Gupta 04b71d01a9 Bump HIP version to 5.3
[ROCm/hip commit: 4f8106dac2]
2022-05-26 21:58:09 +05:30
ROCm CI Service Account 710e9220b5 SWDEV-335125 - Windows: path for lld-link (#2681)
Change-Id: I499ef11e2b6811d97c06bc804d65fac9fc2429b2


[ROCm/hip commit: 5e6f4ba06d]
2022-05-17 14:54:10 -07:00
ROCm CI Service Account fea2e9a25a SWDEV-335125 - to use clang lld-link inplace of dk link or MSVC link (#2671)
Change-Id: Iad217e1fe06827ac3a5a6fad4f3fe61a49ff96b7


[ROCm/hip commit: 0e9f6ac717]
2022-05-06 10:14:38 -07:00
agunashe e92502c471 Revert "SWDEV-326661 - hipcc/hipconfig to use return value from pl scripts, disabling deviceLib. (#2584)" (#2625)
This reverts commit cc9c81184f.

[ROCm/hip commit: 042c5ee5e6]
2022-04-14 12:14:35 +05:30
ROCm CI Service Account 9fe86a1f3b SWDEV-314946 - Windows: adding properties to hip tests exe (#2620)
Change-Id: I3bac668345e3168f8a2b2772bf8ca422430803d8


[ROCm/hip commit: 7b8ac4cc7a]
2022-04-13 10:26:25 -07:00
ROCm CI Service Account cc9c81184f SWDEV-326661 - hipcc/hipconfig to use return value from pl scripts. (#2584)
On Windows build failures were ignored becasue hipcc script ignored the output of hipcc.pl
Also disables catch2 deviceLib testset on Windows due to linking issue.
This makes sure that we have a baseline of no build failures on Windows

Change-Id: I007a2a47e69ce1ae69e5569bbef4c63a636110ee

[ROCm/hip commit: 3cccb105f6]
2022-04-01 05:38:23 +05:30
ROCm CI Service Account 435d824582 SWDEV-291455 - File Reorganization with backward compatibility (#2555)
Related changes for HIP installation in /opt/rocm
Setting HIP_PATH and ROCM_PATH
Setting INTERFACE directories

Depends-On: If70b61020fa3ee85bf49171c842837da05191a48
Change-Id: I30adccf7e6241dae12270156602d4b033ea99d93


[ROCm/hip commit: a296100da7]
2022-03-17 15:35:13 -07:00
ROCm CI Service Account 2c4cb52b79 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

[ROCm/hip commit: cb0a5b3b53]
2022-03-11 15:27:33 +05:30
Maneesh Gupta a82fc65a32 Bump HIP version to 5.2
[ROCm/hip commit: 02c1f8748d]
2022-03-11 10:29:11 +05:30
agunashe 9bbb211ab9 SWDEV-313590 - appending rocmpath at the end of rpath after rebase (#2526)
[ROCm/hip commit: e2ae92502c]
2022-03-08 16:08:25 -08:00
agunashe 8741965765 SWDEV-1 - hipcc/hipconfig path detection in bat file (#2488)
Change-Id: I075148087bc07b5044a3360f1636d07372b16a1d

[ROCm/hip commit: 46d9f76702]
2022-02-24 18:59:18 +05:30
Maneesh Gupta ff8054075a Bump HIP version to 5.1
[ROCm/hip commit: 15cf839904]
2022-02-18 07:24:18 +05:30
Konstantin Zhuravlyov 3ef52cee16 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

[ROCm/hip commit: c447b392d7]
2022-02-10 09:33:01 -08:00
agunashe f8746b1982 SWDEV-273235 - hip change to build catch tests on Windows (#2472)
* SWDEV-273235 - hip change to build catch tests on Windows

Change-Id: I96de305694609c669cb81480f3572d987ce87d98

* SWDEV-1 - skip failing hipStreamPerThread_DeviceReset_1 test on Linux

[ROCm/hip commit: ffe3f9cf81]
2022-02-09 08:17:45 -08:00
Maneesh Gupta 6bf79c91be SWDEV-320978 - Revert "SWDEV-296926 - warning message for hipcc/hipconfig pl deprecation (#2438)" (#2469)
This reverts commit ed7cd9b7e1.

[ROCm/hip commit: ee16f95c77]
2022-02-04 09:52:41 -08:00
agunashe ed7cd9b7e1 SWDEV-296926 - warning message for hipcc/hipconfig pl deprecation (#2438)
Change-Id: I9bd339b1cbeac54b9905a00a71849a441694d0ff

[ROCm/hip commit: 9799a0278a]
2022-01-13 10:03:58 +05:30
Maneesh Gupta 4f37400363 Bump HIP version to 5.0 (#2435)
[ROCm/hip commit: df2e7fa198]
2021-12-13 13:56:55 +05:30
Maneesh Gupta 9602e94c5b SWDEV-314299 - chomp HIP_CLANG_TARGET
HIP_CLANG_TARGET can contain newline. chomp it to avoid warnings since we use the result in file stat

[ROCm/hip commit: cddb52549b]
2021-12-08 17:02:31 +05:30
agunashe 9374492ff9 SWDEV-309909 - gitbash windows detection (#2415)
Change-Id: I5cca12c25b9a1b4a8b7b077f586715c4a4feb5e9

[ROCm/hip commit: 0cd18226a6]
2021-11-26 04:49:12 +05:30
Aakanksha Patil da389e1486 SWDEV-309659 - Delete duplicate files - hipify-perl and helper scripts (#2403)
* Delete duplicate files - hipify-perl and helper scripts
* Update link for hipconvertinplace-perl.sh references
* Remove remaining references to hipify-clang and contents of its package
* Hyperlink hipexamine-perl.sh in docs/markdown/hip_porting_guide.md

[ROCm/hip commit: 6902f11835]
2021-11-25 15:12:09 +05:30
Sarbojit2019 f7635df775 SWDEV-304211 - Removed known targets from hipcc (#2388)
[ROCm/hip commit: a6f49b27db]
2021-11-25 15:09:36 +05:30
Jatin Chaudhary c02f8be0ac SWDEV-303745 - Add new path of clangrt lib (#2385)
Change-Id: I3bfe28ac5c50884653187d733a466e661ff32f7d

[ROCm/hip commit: 5d57c55c4a]
2021-11-25 15:09:00 +05:30
Maneesh Gupta dc6003da81 Revert HIP version back to 4.4.0
[ROCm/hip commit: 26dc58d72a]
2021-11-24 11:06:31 +05:30