Evgeny Mankov
ffcf5d32a0
[HIPIFY] CUDA RT Textures support
2017-07-27 18:39:40 +03:00
Maneesh Gupta
526fcb1223
Merge pull request #116 from bensander/enable_coh_host
...
Make host memory allocations coherent by default.
2017-07-27 10:45:32 +05:30
Ben Sander
4f93b99f23
Merge pull request #100 from weixingzhang/texture
...
HIP Texture Support
2017-07-26 19:28:15 -05:00
Ben Sander
bcdc6681fa
Merge pull request #114 from emankov/master
...
[HIPIFY] CUDA Stream Callback support
2017-07-26 19:27:05 -05:00
Ben Sander
50546c7866
Merge pull request #113 from mangupta/avoid_rebuild_cache
...
[cmake] No longer rebuild cmake cache on each build
2017-07-26 19:24:43 -05:00
Ben Sander
5589c59605
Merge pull request #115 from bensander/README
...
Update release notes.
2017-07-26 19:23:26 -05:00
Ben Sander
8b8e97ff28
Make host memory allocations coherent by default.
...
Associated change is to optimize event recording so it uses
agent-scope releaes (since it was only using system-scope release
to support non-coherent host mem).
Flags and environment variables exist to obtain previous behavior
if desired. Options are documented in new performance guide.
2017-07-26 19:20:34 -05:00
Ben Sander
d9d9a8620f
Update release notes.
2017-07-26 19:03:32 -05:00
Evgeny Mankov
368aebc4bc
[HIPIFY] CUDA Stream Callback support
2017-07-26 19:29:50 +03:00
Maneesh Gupta
e63c8494fd
[cmake] No longer rebuild cmake cache on each build
...
Cmake cache was being rebuilt on each build. This was being done
to update HIP_VERSION, HCC_VERSION, .hipInfo and .hipVersion.
However, rebuilding cache also re-runs HIT parser which is slow.
Removing the cache rebuild should speed up the build. But user
needs to explicitly rebuild the cache in case HIP_VERSION or
HCC_VERSION changes by calling "make rebuild_cache"
Change-Id: Ia5476eb7105aa614239c4dc7968c37f5e6cb0b29
2017-07-26 13:51:32 +05:30
Evgeny Mankov
85e6593a1b
[HIPIFY] Finally finished syncing with CUDA 8.0.61 Driver and Runtime… ( #105 )
...
[hipify-clang] Finally finished syncing with CUDA 8.0.61 Driver and Runtime API (including missing data types, D3D, OpenGL, VDPAU and EGL interop).
+ All the Modules are supported now:
1) 4.1 – 4.31 from CUDA 8.0.61 Driver API
2) CUDA_Driver_API_functions_supported_by_HIP.md updated accordingly
3) 4.1 – 4.31 from CUDA 8.0.61 Runtime API
4) CUDA_Runtime_API_functions_supported_by_HIP.md updated accordingly
+ Typos fixing
+ Annotating
2017-07-26 09:38:03 +05:30
Maneesh Gupta
f420af64d0
Merge pull request #111 from bensander/master
...
Enable HCC_OPT_FLUSH=1 (if HCC compiler new enough)
2017-07-25 12:02:33 +05:30
Ben Sander
67f5d2de3d
Enable HCC_OPT_FLUSH=1 (if HCC compiler new enough)
2017-07-24 18:57:19 -05:00
Maneesh Gupta
bb5128a0ab
Merge pull request #109 from mangupta/disable_failing_tests
...
[ci] Exclude sporadically failing test in CI only
2017-07-24 20:22:45 +05:30
Maneesh Gupta
4b8931f717
[ci] Exclude sporadically failing test in CI only
...
Change-Id: If76bc89d39aa35f5c246cbcd41a997b580832450
2017-07-24 15:16:41 +05:30
Ben Sander
3a57ba989f
Merge pull request #108 from adityaatluri/enum-fix
...
fixed device selection during compilation to use rocm_agent_enumerator
2017-07-21 16:42:48 -05:00
Aditya Atluri
961440b593
fixed device selection during compilation to use rocm_agent_enumerator
...
1. Changed hipcc to use rocm_agent_enumerator
2. Changed square sample test to use device variable
2017-07-21 15:50:12 -05:00
Maneesh Gupta
050629a934
Merge pull request #107 from mangupta/enable_frexp
...
Renable frexp(f) device math function
2017-07-20 14:58:45 +05:30
Maneesh Gupta
7a446dcbc5
Renable frexp(f) device math function
...
Change-Id: I53c022b8ddf38cd17ddb42eba457b9020db66395
2017-07-20 14:41:30 +05:30
Maneesh Gupta
9d5d4f9abb
[dt] hip_texture.h -> hip_texture_types.h
...
Change-Id: If106efa0a2e52105d4025706fdbc291c27352a74
2017-07-19 12:46:18 +05:30
Maneesh Gupta
bd9fa80987
Merge pull request #106 from kknox/repo-fix
...
[ci] Remove repo.radeon.com build-args; HiP CI unit tests running
2017-07-19 10:00:59 +05:30
Maneesh Gupta
419dc78678
Merge pull request #103 from gargrahul/enable_memcpytosymbol_tests
...
Enable memcpytosymbol family functions test
2017-07-18 14:56:01 +05:30
Rahul Garg
039f62213b
Enable memcpytosymbol family functions test
2017-07-18 12:37:37 +05:30
Maneesh Gupta
6329b77ead
Merge pull request #102 from mangupta/disable_broken_tests
...
[dt] temporarily disable broken tests
2017-07-18 11:34:49 +05:30
Maneesh Gupta
719a5fdeb5
Merge pull request #101 from mangupta/issue47
...
Don't crash for hipEventDestroy(NULL)
2017-07-18 11:18:23 +05:30
Maneesh Gupta
b3a9e202b1
[dt] temporarily disable broken tests
...
Change-Id: I3ce23e410dc36e06d460263d768412f8368a6699
2017-07-18 11:17:02 +05:30
Maneesh Gupta
7ddb6b6b76
Don't crash for hipEventDestroy(NULL)
...
Change-Id: I3f4de1ad2712dbe8af81e10c5d3bef16d468c582
2017-07-18 11:01:02 +05:30
Weixing Zhang
e671cec367
HIP Texture Support
2017-07-17 15:16:12 -04:00
Maneesh Gupta
205b98af10
Merge pull request #99 from mangupta/remove_host_erfinv
...
remove unsupported erf(c)inv related host functionality
2017-07-17 12:23:11 +05:30
Kent Knox
ed82afad2e
[ci] Fixes to remove repo.radeon.com build-args
...
HiP docker images should inherit the repo information from the hcc image,
so no need to duplicate in HiP again
2017-07-14 17:28:16 -05:00
Maneesh Gupta
7066ff4478
remove unsupported erf(c)inv related host functionality
...
Change-Id: I665c33616359a0124b5552076359d2f8faa54930
2017-07-14 11:31:40 +05:30
Maneesh Gupta
f3496ac2f0
Merge pull request #98 from whchung/disable_hcc_opt_flush
...
Disable HCC_OPT_FLUSH
2017-07-13 11:16:54 +05:30
Wen-Heng (Jack) Chung
17555eabc0
Temporarily disables HCC_OPT_FLUSH
...
Change-Id: I290791e58dd52ab3823f6c3315e42b0d386e9d64
2017-07-12 16:08:36 +00:00
Wen-Heng (Jack) Chung
35ebfda9d4
Fix hip_db header inclusion path
...
Change-Id: I8a95798301de73887dde3316dc593a1847002712
2017-07-12 16:08:20 +00:00
Maneesh Gupta
31f80182ca
Merge pull request #97 from whchung/remove-address-spaces
...
Remove explicit address spaces declarations
2017-07-11 11:36:53 +05:30
Maneesh Gupta
32c94ba365
Merge pull request #96 from mangupta/fix_ci
...
Update CI docker scripts to use new repo server
2017-07-11 11:36:42 +05:30
Maneesh Gupta
7ba09c4137
[ci] Pass IP for repo.radeon.com as docker buildargs
2017-07-11 11:21:53 +05:30
Wen-Heng (Jack) Chung
30ee797dd4
Remove explicit address spaces declarations
2017-07-07 12:46:29 -05:00
Maneesh Gupta
17a58bdca5
[ci] Use new repo server
2017-07-07 10:36:05 +05:30
Maneesh Gupta
16ba11c9c8
Merge pull request #93 from kknox/jenkins-ci-squash
...
Initial Jenkinsfile and dockerfiles for CI
2017-07-06 12:21:49 +05:30
Maneesh Gupta
68bf31ac5a
Merge branch 'amd-develop'
2017-07-06 12:16:47 +05:30
Maneesh Gupta
85cd86c3bd
ignore build directory
...
Change-Id: I227ac377b6eed3aee1cf2121de00c86f34c12405
2017-07-05 11:45:18 +05:30
Maneesh Gupta
db959e648b
GPUOpen-ProfessionalCompute-Tools -> ROCm-Developer-Tools
...
Change-Id: I9f5b29dd1097385acecb0c672770d8adca2fdcf7
2017-07-05 11:44:44 +05:30
Ben Sander
0459f3db72
Add hipdbPrintMem - wrapper for hcc memory tracker.
2017-07-03 15:05:30 -05:00
Sun, Peng
40d0a203f8
fix typo in hipcc
...
Change-Id: I5f5fb3d8f1e5e8104dca45dc213c13ae9d98a583
2017-07-01 09:43:31 -05:00
Rahul Garg
34fcaa23bb
Fixed build error in hipDeviceGetByPCIBusId
...
Change-Id: I33be362910c4c5dca7435fb9c41f427b54f0e9a7
2017-07-01 07:56:30 +05:30
Ben Sander
626b5191e8
Set default HIP_SYNC_NULL_STREAM=1.
2017-06-30 19:01:14 -05:00
Ben Sander
9c229f7530
Refactor hip_hcc.
...
Don't require setting __HIP_PLATFORM_HCC__ ; Instead check if compiler is HCC.
The functions here use HCC-specific functionality so only work with HCC.
ANd they work regardless of the __HIP_PLATFORM_HCC__ setting so don't
require that.
Also remove the "hcc_detail" extra hierarchy level for hip_hcc.h as
it is not necessary. Remove hcc_detail/hip_hcc.h.
2017-06-30 08:26:15 -05:00
Rahul Garg
65cb024b61
Fixed hipDeviceGetByPCIBusId
...
Change-Id: Ia36bb9425671ef7659541c9aeedae4098456a31b
2017-06-30 10:11:41 +05:30
Maneesh Gupta
9f4ea9255c
Merge branch 'roc-1.6.x' into master
...
Change-Id: I367a3940a0a9e5658abc28a7dc2bfb9cf4167dc8
2017-06-30 09:59:30 +05:30