Maneesh Gupta
57b69adc8b
bump version to 3.1 ( #1756 )
...
* Bump version to 3.1
* [ci] Enable tests on ROCm 3.0
[ROCm/clr commit: 86e590ad62 ]
2019-12-20 12:10:25 -08:00
Maneesh Gupta
ca9eb34000
Bump version to 3.0 ( #1648 )
...
Change-Id: Id1e6eb222080a339af938212e74a52c39c305eab
[ROCm/clr commit: 0a2682625f ]
2019-11-10 20:23:58 -08:00
srinivamd
ad8e82ca0b
remove dependencies on /opt/rocm path ( #1379 )
...
* remove hard coded dependencies on /opt/rocm path
[ROCm/clr commit: 706e4498e3 ]
2019-10-10 19:56:55 +05:30
Maneesh Gupta
078bafd36d
Bump version to 2.10 ( #1483 )
...
Change-Id: I22ac0ae723bc537e027306dbb0f1594552fd33a4
[ROCm/clr commit: 03c1fb1a8f ]
2019-10-01 12:39:08 +05:30
Maneesh Gupta
c6c0b9ef9f
Bump HIP version ( #1311 )
...
- Match HIP version with upcoming ROCm version
- Add githash to version string
[ROCm/clr commit: 1884359940 ]
2019-08-09 12:13:29 +00:00
ansurya
d46e575ec1
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/clr commit: 53b5c917cc ]
2019-07-31 05:02:20 +00:00
Maneesh Gupta
ec494ba628
[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/clr commit: 03adc12474 ]
2019-02-27 14:10:21 +05:30
Wen-Heng (Jack) Chung
03a8e54ed6
Change hipconfig to adopt new location of llc
...
llc is now placed under $HCC_HOME/bin, instead of $HCC_HOME/compiler/bin.
[ROCm/clr commit: 8946001f85 ]
2017-12-06 19:30:10 +00:00
Maneesh Gupta
98ec873ede
Bumped HIP version to 1.5 and updated summary in HIP release notes
...
Change-Id: I4b612da88236674fac2c585ab6891bdd495511b0
[ROCm/clr commit: 2d5e0274ef ]
2017-11-29 13:56:17 +05:30
Maneesh Gupta
2719e8a185
Bump HIP version to 1.4 and update release notes
...
Change-Id: I3570dedb32fe5fec6f60565c587a3282a4c6c709
[ROCm/clr commit: 253c1bf890 ]
2017-10-06 10:26:11 +05:30
Maneesh Gupta
333984302c
Bump HIP version to 1.3 and update release notes
...
Change-Id: I53f89efca03472cb906bd56200a2bf2996453915
[ROCm/clr commit: 809a548bd4 ]
2017-08-16 11:18:51 +05:30
Maneesh Gupta
86f2c1e395
Bump HIP base version to 1.2
...
Change-Id: I8ecc164afed4383f78579ed86a5c8c11a73b0780
[ROCm/clr commit: 4fa2090b78 ]
2017-06-14 09:45:46 +05:30
Maneesh Gupta
e5e1d0ec1d
Bump HIP version to 1.0
...
Change-Id: Ie215a1ad4c1bf9b4a0ce94f750ddacce668bbc63
[ROCm/clr commit: 3b2dbd2a6d ]
2016-10-15 22:42:45 +05:30
Ben Sander
b375932a4b
Add LLVM/LC version info
...
Change-Id: I6d0f49c75777744dbbca255d45681ed663b401c0
[ROCm/clr commit: e5da443535 ]
2016-10-14 23:45:13 -05:00
Maneesh Gupta
561719b913
.buildInfo -> .hipInfo & .version -> .hipVersion
...
Change-Id: I8023f4349621fd81c58615737b7e897649e0f7ca
[ROCm/clr commit: 7e277ef6e5 ]
2016-10-11 11:13:41 +05:30
Maneesh Gupta
2d8b482864
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/clr commit: 85784149fa ]
2016-08-14 16:22:25 +05:30
Maneesh Gupta
dbf39d1c5b
Updates to HIP version string format
...
HIP patch version is now a monotonically increasing number
Change-Id: Ia6e35794b702bbd2018c502564d0a65997819687
[ROCm/clr commit: 346ae7bc42 ]
2016-08-12 23:21:37 +05:30
Maneesh Gupta
0b97390948
Bump HIP version to 0.92.00
...
Change-Id: I4d653213dcf3ddf7d09d36433afe31e21d17a7ee
[ROCm/clr commit: 8c4cd59903 ]
2016-07-21 09:52:08 +05:30
Maneesh Gupta
ab99447c73
Move hip version information to hipconfig
...
Change-Id: I2892a9eb9356ac5310b89a433d858c1c3eb986ee
[ROCm/clr commit: 1b184c8527 ]
2016-07-11 16:38:41 +05:30
Ben Sander
f000ced85c
add hostname
...
[ROCm/clr commit: 31f41ba52a ]
2016-04-25 15:13:23 -05:00
Maneesh Gupta
1293709fc0
Replace /opt/hcc -> /opt/rocm/hcc and /opt/hsa -> /opt/rocm/hsa
...
[ROCm/clr commit: cf4c3b0913 ]
2016-04-15 12:56:31 +05:30
Ben Sander
8cf3f24d5c
Improve automated platform detection.
...
If AMD GPU is installed and detected by driver, default
HIP_PLATFORM to hcc.
[ROCm/clr commit: 6d9eafa18a ]
2016-03-25 17:08:34 -05:00
Ben Sander
ecd13f750d
report linux distro if possible
...
[ROCm/clr commit: 120d45b0dc ]
2016-03-24 22:12:41 -05:00
Ben Sander
57cb962823
add check for hip platform configuration
...
[ROCm/clr commit: 73013ef358 ]
2016-02-28 21:08:53 -06:00
Ben Sander
62bae97cf7
touchup
...
[ROCm/clr commit: be0d3510f5 ]
2016-02-28 21:08:53 -06:00
Ben Sander
7d1955ed1d
Add PATH and LD_LIBRARY_FLAGS
...
[ROCm/clr commit: 67e96e983f ]
2016-02-25 23:07:18 -06:00
Ben Sander
f8d9017103
Tweak full formatting
...
[ROCm/clr commit: d75279c8eb ]
2016-02-17 21:22:31 -06:00
Maneesh Gupta
4df8743f84
which_hip -> hipconfig
...
[ROCm/clr commit: f8bfc7f54c ]
2016-02-09 11:51:26 +05:30
Ben Sander
3ce8ed9f4c
Add hcc-config info to --full
...
[ROCm/clr commit: 39c5f0f610 ]
2016-02-08 21:44:55 -06:00
Ben Sander
c94c562f26
iScript cleanup, add --full
...
[ROCm/clr commit: fdeb477822 ]
2016-02-08 21:44:55 -06:00
Ben Sander
28f87a0428
Initial commit for GPUOpen Launch
...
[ROCm/clr commit: 304171c1a2 ]
2016-01-26 20:14:33 -06:00