Commit-Graf

16 Incheckningar

Upphovsman SHA1 Meddelande Datum
Rahul Garg 5baee1fd78 SWDEV-415029 - [ABI Break] Remove hcc symbols
This reverts commit 0bf6186614.

Reason for revert: Bring back original change

Change-Id: I9326076d0f6006573bf995784292f64f6d6e03a0
2023-10-16 07:34:37 -04:00
Rakesh Roy 0bf6186614 SWDEV-425967, SWDEV-425968 - Revert "SWDEV-415029 - [ABI Break] Remove hcc symbols"
This reverts commit 5dcfb26c3e.

Reason for revert: This causes build failure in hipBLASLt & hipSPARSELt

Change-Id: If4932a630391ddce5cdff247163fbadb9b9d31ef
2023-10-09 06:27:39 -04:00
taosang2 5dcfb26c3e SWDEV-415029 - [ABI Break] Remove hcc symbols
Change-Id: Ic0082d3960aadbb7ac559111b6e84bd29a75b5ce
2023-10-04 19:12:21 -04:00
ROCm CI Service Account 50c3fa35d6 SWDEV-405437 - Update hiprtc header on return sections (#3266)
Change-Id: Ib2104bd925ac9267424852880b1878aa0842739c
2023-06-28 21:54:06 +05:30
ROCm CI Service Account e57414a7ba SWDEV-385970 - Adding doxygen on hiprtc/ext APIs (#3189)
Change-Id: I737d5c8706422051851c5eaa93f1c369e749da3b
2023-03-21 13:05:03 -07:00
ROCm CI Service Account fdc00547cb SWDEV-384013 - Add HIPRTC_JIT_IR_TO_ISA_OPT_EXT header changes (#3176)
Change-Id: Ie466cd02f2aed30e1568c4d76d60c9048af0fe4c
2023-03-06 21:11:39 +05:30
ROCm CI Service Account b5a13dd89e SWDEV-352036 - Move HIPRTC_ERROR_LINKING to the end of the enum. (#2900)
Change-Id: I0b847c3a82d988f4e7de21a2c2842081844b7a9f
2022-09-15 14:24:05 -07:00
ROCm CI Service Account 1342f1c2fd SWDEV-339995 - Adding hiprtcGetBitcode and hiprtcGetBitcodeSize. (#2744)
Change-Id: I90ef8c90418ec3a1bcb596d513c1e77031fe77eb
2022-06-17 10:41:14 +05:30
ROCm CI Service Account bd39e0a008 SWDEV-290384 - Add Linker API support in hiprtc (#2684)
Change-Id: I10a679ea8cc4bbba71eac7ea8f8e9d9ee2ade5fb
2022-05-19 20:00:15 +05:30
Rahul Garg 54e703b17e SWDEV-297563 - Update hip-common declarations
Change-Id: I2545489e3dde55fb9375b9f4cc20ea271fafd3f0
2021-08-02 11:56:28 -04:00
agunashe d529637fbc SWDEV-293742 - Update copyright end year
Change-Id: I2cb7bbd9a6d9da28116ba9dd9cec4e60525444e2
2021-07-07 12:57:23 -04:00
Maneesh Gupta 25ed6bc573 SWDEV-291578 - Fix includes to match filename change
Change-Id: Ie88ff30df6135cf13e86f163ba41dba8ed9d0c87
2021-06-18 02:01:30 -04:00
Rahul Garg ce76ec8b88 SWDEV-288707 - Merge HIP refactored code to staging
These changes move-
- rocclr based implementation inside src/hipamd/src
- platform specific (both nvidia and amd) headers inside
src/hipamd/include/hip

Change-Id: Ia29791a727244952591fe1d813dcef0303b73a9e
2021-06-07 00:07:24 +00:00
Anusha GodavarthySurya 4de1bfafcc SWDEV-282361 - HIP support for NVRTC
Change-Id: I82869af8194b595f9a2fb64ad034630786189335
2021-04-20 09:28:58 -07:00
Tao Sang c2adc70d4d Remove hip-hcc codes: Part three
1.Rename include/hip/hcc_detail/ as include/hip/amd_detail/

2.Rename include/hip/nvcc_detail/ as include/hip/nvidia_detail/

3.Create __HIP_PLATFORM_AMD__ to replace __HIP_PLATFORM_HCC__

4.Create __HIP_PLATFORM_NVIDIA__ to replace __HIP_PLATFORM_NVCC__

After hcc_detail, nvcc_detail, __HIP_PLATFORM_HCC__ and __HIP_PLATFORM_NVCC__
have been removed from upstream, they will be removed from hip runtime.

Change-Id: I1ae457effd739d6c25bca203c1724b026be21fce
2021-01-05 10:39:31 -05:00
Alex Voicu ccfb764a59 Add HIPRTC, glorious ersatz for NVRTC (#1097)
* Add ersatz for NVRTC.

* Fix extraneous paren and use correct namespace.

* Use lowerCamelCase (yuck, yuck) consistently.

* Link against FS when building hiprtc lib.

* Correctly mark Manipulators. Fix dual compile.

* Add unit tests. Extend HIT to accept linker options.

* Make sure the HIPRTC library is installed.

* Better logging. Try to auto-detect the target.

* Stop specifying the target explicitly.

* Add missing flavour of `hipModuleLaunchKernel`.

* Program was already destroyed.

* Don't use `--genco`. Fix mangled name trimming.

* Fix HIPRTC breakage due to upstream noise.

* [dtests] Replace RUN -> TEST in hiprtc tests

Change-Id: Ie499e92dfe4e5c94634b1c2b76cf52d241bcfea3

* [hit] Set HIP_PATH to HIP_ROOT_DIR for all tests

Change-Id: Ib0ad1f99bc71c03e363e055dd508a7a4a210680a
2019-05-16 18:28:54 +05:30