Ben Sander
db7877320f
remove kalmar_defines.h
2016-04-28 17:40:17 -05:00
Ben Sander
558975c046
remove hacks to disable math or LDG functions.
2016-04-28 14:14:22 -05:00
Ben Sander
9026146951
Properly pair #if/#endif
2016-04-28 13:43:32 -05:00
Ben Sander
efaa278cbf
merge fix
2016-04-28 13:24:40 -05:00
Ben Sander
bae6462e3b
hipcc uses -stdlib=stdlibc++ by default.
...
hipcc switches to -stdlib=libc++ if user requests it.
hack to disable LDG.
2016-04-28 13:17:49 -05:00
bwicakso
3be5239f42
Merge pull request #24 from bwicakso/kernel_synchronization
...
Fix for kernel synchronization
2016-04-28 11:59:11 -05:00
Jack Chung
6756b8f0bc
Fix compilation error in hipSinglePrecisionMathHost test
2016-04-27 17:46:27 -05:00
Aditya Atluri
cac8110a4f
changed to guard from hc.hpp
2016-04-27 17:46:27 -05:00
Ben Sander
0bf3b0bcd4
Doc update
2016-04-27 17:45:14 -05:00
Ben Sander
a7a7817d2d
Add tip on making local HIP (mostly for HIP devs)
2016-04-27 11:55:09 -05:00
Ben Sander
98cd3c04f1
add hostname
2016-04-25 15:13:23 -05:00
bwicakso
77d4b41118
Merge remote-tracking branch 'refs/remotes/origin/privatestaging' into kernel_synchronization
2016-04-25 14:43:28 -05:00
bwicakso
c976e6bcd3
Update with original
2016-04-25 14:42:35 -05:00
bwicakso
f0974e5867
Merge remote-tracking branch 'refs/remotes/origin/privatestaging' into kernel_synchronization
2016-04-25 13:57:28 -05:00
bwicakso
a080650e18
Merge from original
2016-04-25 13:55:44 -05:00
Aditya Atluri
a730d60930
fixed hipmemset to use native ihip api
2016-04-25 11:05:30 -05:00
Aditya Atluri
00b89fc33d
added hcc workweek to ldg test
2016-04-22 09:25:09 -05:00
Aditya Atluri
ec23aba6f9
Fixed git spills
2016-04-22 09:19:05 -05:00
Aditya Atluri
4dac4789ff
added workweek to hip_ldg
2016-04-22 09:14:26 -05:00
Maneesh Gupta
75532471b2
Revert "added full data type support for __ldg"
...
This reverts commit ba59ea87ab .
Conflicts:
include/hcc_detail/hip_ldg.h
2016-04-22 11:12:00 +05:30
Maneesh Gupta
ffdf6ab23b
Merge branch 'release_0.84.00' into privatestaging
...
Conflicts:
include/hcc_detail/hip_runtime.h
src/hip_hcc.cpp
2016-04-22 10:55:58 +05:30
Aditya Atluri
88a883c1a1
added full make_datatype support
2016-04-21 17:25:30 -05:00
Aditya Atluri
9ca8584ec0
reorg make_datatype feature
2016-04-21 14:51:19 -05:00
Aditya Atluri
ba59ea87ab
added full data type support for __ldg
2016-04-21 11:17:26 -05:00
bwicakso
df98fd8531
Fix for kernel synchronization
...
The completion future of a particular kernel is lost if there are
multiple kernels in the stream. This can cause a racing condition where
the signal associated with the unreferenced completion_future might get
released by hcc runtime.
2016-04-20 15:51:39 -05:00
Aditya Atluri
f74b7a3636
added support pinned dma memcpy between host and device
2016-04-20 14:21:22 -05:00
Aditya Atluri
de7952cd06
added copyright for ldg
2016-04-20 12:28:02 -05:00
Aditya Atluri
805b268ad4
added support for __ldg
2016-04-20 12:25:40 -05:00
pensun
883a3fe831
update API trace information for hipLaunchKernel
2016-04-20 09:57:55 -05:00
pensun
2ddade96d7
Merge branch 'release_0.84.00' of https://github.com/AMDComputeLibraries/HIP-privatestaging into release_0.84.00
2016-04-20 09:48:52 -05:00
pensun
7f37fc4ec7
update hipLaunchKernel API trace information
2016-04-20 09:48:35 -05:00
Maneesh Gupta
26c6f9f861
Update doxygen documentation
2016-04-19 22:44:58 +05:30
Ben Sander
148799a371
build hipHostRegister but dont run it
2016-04-19 11:56:12 -05:00
Ben Sander
453615ed57
Fix hipDeviceReset synchronization
2016-04-19 11:56:12 -05:00
Ben Sander
8c97a258de
Set chicken bits to 0.
2016-04-19 11:56:12 -05:00
Jack Chung
07efbcf0d0
Fix compilation error in hipSinglePrecisionMathHost test
2016-04-19 23:17:09 +08:00
Maneesh Gupta
bc4f388b69
Prefix HIP includes with hip/
2016-04-19 15:02:12 +05:30
Ben Sander
30233cd2e0
Add experimental notes around p2p
2016-04-18 23:52:42 -05:00
Ben Sander
3bcefdaa2d
Add USE_HCC_LOCK_API.
...
Default off, if set will compile assuming HCC lock APIs exist.
2016-04-18 23:50:52 -05:00
Ben Sander
22d5738f82
Merge branch 'privatestaging' of https://github.com/AMDComputeLibraries/HIP-privatestaging into privatestaging
2016-04-18 21:51:13 -05:00
Ben Sander
e020d68309
Fixes for P2P and hipDeviceReset
...
- devicereset would lose track of default stream and thus subsequent
synchronization calls might not actually sychronize.
- Also deviceReset now correctly frees streams.
- fix waits in P2P staging copy - first phase (Device0-to-Staging) must
wait for second phase (Staging to Device1) to finish draining the
buffer.
2016-04-18 20:49:33 -05:00
Aditya Atluri
ea647727df
Update hip_hcc.cpp
2016-04-18 11:36:51 -05:00
Maneesh Gupta
72037de79f
Fix bug in hip_hcc uninstall script
2016-04-18 15:08:36 +05:30
Maneesh Gupta
5ec413cf4b
Update RELEASE.md
2016-04-18 13:00:23 +05:30
Maneesh Gupta
3b016cb2f3
Update README.md
...
Improved HIP installation instructions.
2016-04-18 12:49:35 +05:30
Maneesh Gupta
4bdbc7c5b6
Update README.md
...
Some cosmetic changes
2016-04-18 12:34:36 +05:30
Maneesh Gupta
bcaefb81fc
Fix makefiles in samples
2016-04-18 10:15:35 +05:30
Ben Sander
8ec1aad95d
test update
2016-04-17 07:54:39 -05:00
Ben Sander
65abde6626
Move HIP_HCC define to CMake
2016-04-17 07:40:04 -05:00
Ben Sander
74a7dee58f
fix direction of peer enable/disable APIs
...
- Enable(peerId) makes memory physically located on peer visible to
current device.
2016-04-17 07:38:05 -05:00