Aaron Enye Shi
1a3f036478
Add __HIP_VDI__ to hipconfig host flags for VDI
...
Change-Id: Ia9582f2d51b50cbe151b4866ffbfc9514825f613
[ROCm/hip commit: 43c3c89467 ]
2020-05-04 20:03:07 +00:00
Aaron Enye Shi
d9bb1fd770
Update hipconfig to support HIP-Clang
...
Add support for hipconfig to display details on HIP-Clang compiler and update HIP_COMPILER and HIP_RUNTIME to include clang and rocclr. Also, add hipcc flags --cxxflags and --ldflags to support HCC users who used hccconfig flags.
Change-Id: Ib12d81a4ff59d34fb000626836b1adb10be3ac61
[ROCm/hip commit: afc9b546fb ]
2020-04-27 11:44:53 -04:00
Rahul Garg
6fe5c52518
Bump version to 3.5 ( #1993 )
...
* Switch CI testing from rocm-3.1.x to rocm-3.3.x
* Update hcc workweek for cooperative view
* bump version to 3.5
[ROCm/hip commit: 59afcb1091 ]
2020-04-06 15:39:10 +05:30
Maneesh Gupta
b499822842
bump version to 3.2 ( #1898 )
...
- Bump version to 3.2
- [ci] Enable tests on ROCm 3.1
[ROCm/hip commit: 71e1f87f7e ]
2020-02-27 16:18:31 +05:30
Maneesh Gupta
78dc660cb6
bump version to 3.1 ( #1756 )
...
* Bump version to 3.1
* [ci] Enable tests on ROCm 3.0
[ROCm/hip commit: 18c1003469 ]
2019-12-20 12:10:25 -08:00
Maneesh Gupta
8723218421
Bump version to 3.0 ( #1648 )
...
Change-Id: Id1e6eb222080a339af938212e74a52c39c305eab
[ROCm/hip commit: dae8630592 ]
2019-11-10 20:23:58 -08:00
srinivamd
fe7c030148
remove dependencies on /opt/rocm path ( #1379 )
...
* remove hard coded dependencies on /opt/rocm path
[ROCm/hip commit: 908e14d176 ]
2019-10-10 19:56:55 +05:30
Maneesh Gupta
52f126b557
Bump version to 2.10 ( #1483 )
...
Change-Id: I22ac0ae723bc537e027306dbb0f1594552fd33a4
[ROCm/hip commit: 96cf31547e ]
2019-10-01 12:39:08 +05:30
Maneesh Gupta
b58887c33d
Bump HIP version ( #1311 )
...
- Match HIP version with upcoming ROCm version
- Add githash to version string
[ROCm/hip commit: 3ccddcde25 ]
2019-08-09 12:13:29 +00:00
ansurya
357c361949
Add HSA_PATH to hip_Includes in cmake and hipconfig ( #1260 )
...
* Add HSA_PATH to hip_Includes in cmake and hipconfig
* HSA_PATH to CACHE path,checks for HSA include path
* Removed new lines at EOF
[ROCm/hip commit: 50597e2085 ]
2019-07-31 05:02:20 +00:00
Maneesh Gupta
55da014b79
[hipcofig] Update HIP_PLATFORM detection logic
...
HIP_PLATFORM detection logic relied on finding a working KFD. If it was
found, the platform was set as hcc else as nvcc.
However this logic is flawed since it is possible for the development
system to only have the user mode bits to build HIP application code.
Hence the better logic is to rely on finding a suitable compiler.
The new logic is as follows:
- look for a working HCC. If found, platform is set as hcc.
- else look for a working NVCC. If found, platform is set as nvcc.
- else the platform defaults to hcc for now.
Change-Id: Ifcc42c29a19f722153d5c23c55f1a8765dceaf6b
[ROCm/hip commit: 8b25f7b4cf ]
2019-02-27 14:10:21 +05:30
Wen-Heng (Jack) Chung
2c6d9a7af2
Change hipconfig to adopt new location of llc
...
llc is now placed under $HCC_HOME/bin, instead of $HCC_HOME/compiler/bin.
[ROCm/hip commit: d841bbac59 ]
2017-12-06 19:30:10 +00:00
Maneesh Gupta
0ade69d98f
Bumped HIP version to 1.5 and updated summary in HIP release notes
...
Change-Id: I4b612da88236674fac2c585ab6891bdd495511b0
[ROCm/hip commit: f4187b0f16 ]
2017-11-29 13:56:17 +05:30
Maneesh Gupta
8b580446c4
Bump HIP version to 1.4 and update release notes
...
Change-Id: I3570dedb32fe5fec6f60565c587a3282a4c6c709
[ROCm/hip commit: ca239ab6ef ]
2017-10-06 10:26:11 +05:30
Maneesh Gupta
5a81e6d50d
Bump HIP version to 1.3 and update release notes
...
Change-Id: I53f89efca03472cb906bd56200a2bf2996453915
[ROCm/hip commit: 8c94bc0009 ]
2017-08-16 11:18:51 +05:30
Maneesh Gupta
77804112c6
Bump HIP base version to 1.2
...
Change-Id: I8ecc164afed4383f78579ed86a5c8c11a73b0780
[ROCm/hip commit: 901538da77 ]
2017-06-14 09:45:46 +05:30
Maneesh Gupta
51141f539d
Bump HIP version to 1.0
...
Change-Id: Ie215a1ad4c1bf9b4a0ce94f750ddacce668bbc63
[ROCm/hip commit: 933b8c1dc5 ]
2016-10-15 22:42:45 +05:30
Ben Sander
fc49a6b28f
Add LLVM/LC version info
...
Change-Id: I6d0f49c75777744dbbca255d45681ed663b401c0
[ROCm/hip commit: 165c58c3db ]
2016-10-14 23:45:13 -05:00
Maneesh Gupta
029d09ea57
.buildInfo -> .hipInfo & .version -> .hipVersion
...
Change-Id: I8023f4349621fd81c58615737b7e897649e0f7ca
[ROCm/hip commit: 1329be958a ]
2016-10-11 11:13:41 +05:30
Maneesh Gupta
12dab9cdc0
Several improvements to hipcc, hipconfig and CMakeLists.txt
...
- moved hip base version information back to hipconfig
- fixed bug in hip patch version generation
- renamed .hipconfig to .buildInfo
- HCC_HOME is logged to .buildInfo only when HIP_DEVELOPER environment
- variable is defined
- hipcc and hipconfig require perl 5.10.1 or above
- replaced unless defined with logic-defined or
- added ROCM_TARGET for carrizo
- moved config parsing to a subroutine
- config parsing does not set VALID key anymore
- hipcc honors HCC_HOME environment variable above buildInfo
- hip_base package now bundles .version in bin directory
Change-Id: Iaeea6d7529671220b02e07337946aaee0af90310
[ROCm/hip commit: cd8c8171b7 ]
2016-08-14 16:22:25 +05:30
Maneesh Gupta
2880d1230f
Updates to HIP version string format
...
HIP patch version is now a monotonically increasing number
Change-Id: Ia6e35794b702bbd2018c502564d0a65997819687
[ROCm/hip commit: 0827e44a90 ]
2016-08-12 23:21:37 +05:30
Maneesh Gupta
7e95a3a38e
Bump HIP version to 0.92.00
...
Change-Id: I4d653213dcf3ddf7d09d36433afe31e21d17a7ee
[ROCm/hip commit: b25443b96a ]
2016-07-21 09:52:08 +05:30
Maneesh Gupta
ed40ee2083
Move hip version information to hipconfig
...
Change-Id: I2892a9eb9356ac5310b89a433d858c1c3eb986ee
[ROCm/hip commit: 3cbbcc30f9 ]
2016-07-11 16:38:41 +05:30
Ben Sander
22c5f4733b
add hostname
...
[ROCm/hip commit: 98cd3c04f1 ]
2016-04-25 15:13:23 -05:00
Maneesh Gupta
32e35b671d
Replace /opt/hcc -> /opt/rocm/hcc and /opt/hsa -> /opt/rocm/hsa
...
[ROCm/hip commit: 5a31bad821 ]
2016-04-15 12:56:31 +05:30
Ben Sander
90eb7e1c4e
Improve automated platform detection.
...
If AMD GPU is installed and detected by driver, default
HIP_PLATFORM to hcc.
[ROCm/hip commit: 373251aca0 ]
2016-03-25 17:08:34 -05:00
Ben Sander
1868a6c45e
report linux distro if possible
...
[ROCm/hip commit: 814c3d30fc ]
2016-03-24 22:12:41 -05:00
Ben Sander
02a4720281
add check for hip platform configuration
...
[ROCm/hip commit: 352c056ea6 ]
2016-02-28 21:08:53 -06:00
Ben Sander
cefe65e24a
touchup
...
[ROCm/hip commit: af22d056e0 ]
2016-02-28 21:08:53 -06:00
Ben Sander
2a650be661
Add PATH and LD_LIBRARY_FLAGS
...
[ROCm/hip commit: a30018e166 ]
2016-02-25 23:07:18 -06:00
Ben Sander
16c1d446cf
Tweak full formatting
...
[ROCm/hip commit: dffe573d49 ]
2016-02-17 21:22:31 -06:00
Maneesh Gupta
1803451df7
which_hip -> hipconfig
...
[ROCm/hip commit: 7cc7f88717 ]
2016-02-09 11:51:26 +05:30
Ben Sander
ebf94bcf3a
Add hcc-config info to --full
...
[ROCm/hip commit: 2a33197a06 ]
2016-02-08 21:44:55 -06:00
Ben Sander
ff36d32095
iScript cleanup, add --full
...
[ROCm/hip commit: 7cb5412ff4 ]
2016-02-08 21:44:55 -06:00
Ben Sander
97cf8b8ac9
Initial commit for GPUOpen Launch
...
[ROCm/hip commit: f38e63ff18 ]
2016-01-26 20:14:33 -06:00