Matthias Werner
ab8e3c2504
Fixes build-name bug due to reversed string() arguments in cmake.
...
[ROCm/hip commit: bbfda64813 ]
2018-08-27 17:51:12 +02:00
Maneesh Gupta
24f1302090
Merge pull request #588 from Jorghi12/patch-10
...
Fixing a HIP bug that causes DEBUG symbols to be dropped.
[ROCm/hip commit: 56126838cc ]
2018-08-03 08:48:56 +05:30
Maneesh Gupta
92eaeabe99
[FindHIP] Remove rdynamic from CMAKE_SHARED_LIBRARY_LINK_HIP_FLAGS
...
CMAKE_SHARED_LIBRARY_LINK_CXX_FLAGS contains -rdynamic which does not go
well with nvcc
Change-Id: I10e6d21553de0e43c6a7ae5fb3ec2418087959ff
[ROCm/hip commit: 36c7670293 ]
2018-07-25 15:32:14 +05:30
Jorghi12
54bf67ff22
Fixing a HIP bug that causes DEBUG symbols to be dropped.
...
I've noticed that in the generated makefiles, we'd have
if(NOT build_configuration)
set(build_configuration Debug)
endif()
However, only definitions with all capitals are provided.
e.g.
set(HIP_HCC_FLAGS_DEBUG -g)
This is because of lines 442 to 448. We capitalize the configuration ${config_upper}.
This PR fixes this bug.
[ROCm/hip commit: 865b015410 ]
2018-07-23 18:16:00 -04:00
Maneesh Gupta
d8ef72da10
Fix typo in FindHIP.cmake
...
[ROCm/hip commit: 9e2d33c866 ]
2018-07-23 10:39:45 +05:30
Jorghi12
11cfca95ab
Update FindHIP.cmake
...
Using Bool expression to handle empty case.
[ROCm/hip commit: 2b6a736318 ]
2018-07-18 23:02:11 -04:00
Jorghi12
6c0d113bba
Update FindHIP.cmake
...
Adding another flag.
[ROCm/hip commit: 584e61b9f3 ]
2018-07-12 14:17:21 -04:00
Jorghi12
25b5ce36c9
Update FindHIP.cmake
...
Updating placement.
[ROCm/hip commit: 341c7c4019 ]
2018-07-12 13:56:08 -04:00
Jorg Doku
e68dc0ccbd
Support INCLUDE_DIRECTORIES & COMPILE_DEFINITIONS
...
[ROCm/hip commit: bfb03ca86c ]
2018-07-11 16:13:07 -04:00
pradeepisro
4c9fad371f
added option HIP_BUILD_VERBOSE to enable verbosity in HIP build
...
[ROCm/hip commit: f6938961b9 ]
2018-06-19 13:50:24 +05:30
pradeepisro
1eb91f1bab
added changes to FindHIP.cmake which would allow us to build using ninja #467
...
[ROCm/hip commit: 4f0aefbd63 ]
2018-06-19 12:26:18 +05:30
Junjie Bai
53a09e7bb8
Properly handle (empty) cmake generator expression
...
[ROCm/hip commit: 03d3c6eaed ]
2018-06-12 23:53:18 -07:00
Yifan Sun
8db7ef071d
Allow hip cmake to link libraries
...
[ROCm/hip commit: 0aaa800109 ]
2017-07-27 11:46:18 -04:00
Maneesh Gupta
bed0375e99
Merge branch 'amd-develop' into amd-master
...
Change-Id: I312fb9d1181733ef5160d1e993e2ae57ced0f6b3
(cherry picked from commit f884e55aca )
[ROCm/hip commit: 5433d17e2e ]
2017-04-25 00:01:30 -04:00
Maneesh Gupta
d898444c44
FindHIP: better handling for custom HCC_HOME
...
Change-Id: Ica267de11cde58d1e759cd1fd053b699649ea76a
[ROCm/hip commit: 12e8d635aa ]
2017-03-07 14:40:04 +05:30
Maneesh Gupta
09da9ae434
FindHIP: added new macro HIP_RESET_FLAGS
...
Change-Id: I0af491f6689abf1c1b5691261fe1f3e61a5d916d
[ROCm/hip commit: 470dd2fbcf ]
2017-02-27 13:11:11 +05:30
Maneesh Gupta
e66fad9e3d
FindHIP: Fix bug in parsing source files and options
...
Change-Id: Ib1c793dd19d61b387da3f5894c4e37c66f02b753
[ROCm/hip commit: 067ea6cc4c ]
2016-09-20 20:46:49 +05:30
Maneesh Gupta
a6967b58a2
FindHIP: Fix bug in handling HIP_SOURCE_PROPERTY_FORMAT
...
Change-Id: I6f19c487b222039e2653a8de1930c02da64318ed
[ROCm/hip commit: 80f75f4677 ]
2016-09-20 14:03:51 +05:30
Maneesh Gupta
60a81dddfb
FindHIP: Fix formatting issues
...
Change-Id: I169266fe34fec1d0619b299733e9997eddc16d90
[ROCm/hip commit: 1793a7160c ]
2016-09-20 12:53:55 +05:30
Maneesh Gupta
bce29635c2
FindHIP: Initial support for HIP_ADD_LIBRARY
...
Change-Id: Ic8b93c2a9daff2dddb3a94b62981d3a1f03afd5c
[ROCm/hip commit: a4c4be2020 ]
2016-09-16 10:17:27 +05:30
Maneesh Gupta
2afa7480fb
FindHIP: determine HIP_PLATFORM at build time instead of compile time
...
Change-Id: Icb99d23f2874c4c15771641d7e3e91bb5c918f27
[ROCm/hip commit: 2674204ade ]
2016-09-16 10:16:34 +05:30
Maneesh Gupta
67d6f9a803
FindHIP: don't clobber CXX linker and fix some typos
...
Change-Id: Ie92e9d7c212491ce54f0709d291fafaeb1c479de
[ROCm/hip commit: c4735224df ]
2016-09-07 12:38:25 +05:30
Ben Sander
37c626b4dc
Doc update.
...
- Add link to new driver porting guide.
- small typo
Change-Id: Ia8e25e371e17f8b4207b99e3fdfb575e59c2ebf2
[ROCm/hip commit: 75af21952c ]
2016-09-05 09:30:16 -05:00
Maneesh Gupta
df654fa623
FindHIP: First version of re-implementation
...
Change-Id: I84332a0f7d89271bf9370dbcd19d893119e738f9
[ROCm/hip commit: b0621a4794 ]
2016-09-02 15:07:33 +05:30
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
97cf8b8ac9
Initial commit for GPUOpen Launch
...
[ROCm/hip commit: f38e63ff18 ]
2016-01-26 20:14:33 -06:00