Maneesh Gupta
|
02bedf46dc
|
Implement hipStreamAddCallback
Change-Id: Ib851e4d86ba9c8406ca37b88162ea483ccbc9d36
[ROCm/hip commit: cebb070d30]
|
2017-12-19 16:06:14 +05:30 |
|
Phaneendr-kumar Lanka
|
e2487a261e
|
[nvccTests] Resubmit hipMemcpyDtoD & inline_asm_vadd
[ROCm/hip commit: 7cceebd9ed]
|
2017-12-18 14:46:19 +05:30 |
|
Alex Voicu
|
044ae14b92
|
Merge branch 'master' of https://github.com/ROCm-Developer-Tools/HIP into feature_purge_genco
[ROCm/hip commit: e14ac87474]
|
2017-12-14 13:50:49 +00:00 |
|
Phaneendr-kumar Lanka
|
f8d610cf61
|
[nvccWarnings] Fix warnings seen with dtests on nvcc path
[ROCm/hip commit: eea7d495c7]
|
2017-12-14 14:10:37 +05:30 |
|
Maneesh Gupta
|
d25e05ee87
|
Merge pull request #290 from gargrahul/fix_hipPeerToPeer_simple
Fixed hipPeerToPeer_simple test
[ROCm/hip commit: 26764971c5]
|
2017-12-12 12:50:14 +05:30 |
|
Rahul Garg
|
3676c97982
|
Fixed hipPeerToPeer_simple test
- Moved test inside p2p dir
- Updated HIPCHECK to ignore hipErrorPeerAccessAlreadyEnabled
- Added check for mGPUs
[ROCm/hip commit: b32489700c]
|
2017-12-11 15:23:18 +05:30 |
|
Alex Voicu
|
56fd7f129a
|
This introduces LipoProteinLipase (lpl), a simple tool for creating fat binaries. It represents a direct replacement of the creaky hccgenco.sh script, which had various issues. The format it uses is that of a code object bundle, generated by the Clang Offload Bundler. The output is always suffixed with the ".adipose" extension. It is shared with HCC. The hipcc script and associated tests are modified to use lpl. Help can be obtained by invoking lpl --help. A more computer-sciency / corporate friendly name is likely to be beneficial, which is a reason for choosing easily searchable/replaceable names such as lpl or adipose.
[ROCm/hip commit: b842394957]
|
2017-12-08 04:22:57 +00:00 |
|
Rahul Garg
|
89d9f8ae1c
|
Fix hipGetDeviceAttribute dtest for HIP/NVCC
[ROCm/hip commit: 0782c52271]
|
2017-12-06 15:49:06 +05:30 |
|
Ben Sander
|
8ef230eaaf
|
Temporarily disable a couple tests pending some HCC work
[ROCm/hip commit: 62cbe22d50]
|
2017-12-01 21:46:28 +00:00 |
|
Alex Voicu
|
8d51eaafb6
|
Revert "Revert adoption of CUDA indexing in general - this can only work with later versions of the compiler, just like module based dispatch, and thus must be guarded against usage in earlier (e.g. 1.6) versions."
This reverts commit 1c50968
[ROCm/hip commit: 32e11e7dc6]
|
2017-11-29 21:49:10 +00:00 |
|
Alex Voicu
|
fcc42f035e
|
Revert "Revert adoption of CUDA indexing in general - this can only work with later versions of the compiler, just like module based dispatch, and thus must be guarded against usage in earlier (e.g. 1.6) versions."
This reverts commit d2fd1f5
[ROCm/hip commit: fbaf729f88]
|
2017-11-29 21:36:29 +00:00 |
|
Alex Voicu
|
11f7d895f4
|
Merge remote-tracking branch 'origin/master' into feature_use_module_based_dispatch_instead_of_pfe
# Conflicts:
# src/hip_module.cpp
[ROCm/hip commit: dc67ca3feb]
|
2017-11-28 17:29:11 +00:00 |
|
Ben Sander
|
d31ef2b462
|
Merge pull request #256 from gargrahul/texture_driver_api_support
Texture driver APIs support
[ROCm/hip commit: 0da0426f94]
|
2017-11-27 13:52:39 -06:00 |
|
Rahul Garg
|
da1e6b14f5
|
Porting guides update for texture APIs usage
[ROCm/hip commit: 04bc5a1d1f]
|
2017-11-24 12:00:55 +05:30 |
|
Alex Voicu
|
d8db534805
|
Modify the set component of the memcpy test (unclear why there is a memset component to begin with).
[ROCm/hip commit: 4131b47134]
|
2017-11-21 17:52:01 +00:00 |
|
Alex Voicu
|
3c936777aa
|
Re-sync with upstream.
[ROCm/hip commit: c5f2b22d0d]
|
2017-11-20 15:34:50 +00:00 |
|
Maneesh Gupta
|
d807f528e6
|
Merge pull request #266 from gargrahul/fix_half2_gfx900
Fixed half2 issue on gfx900
[ROCm/hip commit: db378fbc9e]
|
2017-11-20 07:28:41 +05:30 |
|
Maneesh Gupta
|
2bb78b3a69
|
Merge pull request #265 from phani544/nvccTests
[nvccTests]Enabled inline_asm_vadd on nvcc
[ROCm/hip commit: 1174534e85]
|
2017-11-20 07:28:29 +05:30 |
|
Ben Sander
|
1ec5bab716
|
Fix test on cuda
[ROCm/hip commit: 59956a57ca]
|
2017-11-19 15:31:02 -06:00 |
|
Ben Sander
|
64a169fd5c
|
Merge branch 'feature_natural_indexing' of https://github.com/AlexVlx/HIP
[ROCm/hip commit: 5a7a28ad29]
|
2017-11-19 15:25:17 -06:00 |
|
Ben Sander
|
dde41ae0aa
|
Temporarily disable P2P on nvidia (fails on dual GPU)
[ROCm/hip commit: e0c3f684ae]
|
2017-11-19 15:21:37 -06:00 |
|
Alex Voicu
|
962bf7bfda
|
This implements the trivial change needed to move back from the hip{Something}_{x, y, z} macros to the natural CUDA syntax of Something.{x, y, z}. This is contained in lines 384-404 in hip_runtime.h. All of the other changes have to do with changing unit tests to use this syntax. The macros are retained for backwards compatibility.
[ROCm/hip commit: cffd0e14eb]
|
2017-11-19 01:54:12 +00:00 |
|
Rahul Garg
|
5de28551c1
|
Fixed test case for GFX900
[ROCm/hip commit: 9af0f9cbc1]
|
2017-11-16 09:34:52 +05:30 |
|
Rahul Garg
|
d0ee6e00fe
|
Fixed half2 issue on gfx900
[ROCm/hip commit: fef496d4f1]
|
2017-11-15 18:52:59 +05:30 |
|
Phaneendr-kumar Lanka
|
65a8021933
|
[nvccTests]Enabled inline_asm_vadd on nvcc
[ROCm/hip commit: 18f6e31d1d]
|
2017-11-14 16:37:59 +05:30 |
|
Alex Voicu
|
7bc5d01aaa
|
Update new tests so as to make them work with new variadic based launch mechanisms.
[ROCm/hip commit: bd78459690]
|
2017-11-10 00:14:34 +00:00 |
|
Alex Voicu
|
4950373967
|
Merge remote-tracking branch 'origin/master' into feature_use_module_based_dispatch_instead_of_pfe
# Conflicts:
# tests/src/runtimeApi/stream/hipStreamSync2.cpp
[ROCm/hip commit: 3d248927e4]
|
2017-11-08 10:26:30 +00:00 |
|
Alex Voicu
|
35d8af2001
|
Clean up trailing whitespace so as to reduce noise in #246.
[ROCm/hip commit: d8e323d4b5]
|
2017-11-08 00:08:55 +00:00 |
|
Phaneendr-kumar Lanka
|
6fd3d9fda5
|
identation change in hipPeekAtLastError
[ROCm/hip commit: e06c546283]
|
2017-11-07 09:51:32 +05:30 |
|
Alex Voicu
|
c3fdb8ab8e
|
Merge remote-tracking branch 'origin/master' into feature_use_module_based_dispatch_instead_of_pfe
[ROCm/hip commit: adaf6b8dff]
|
2017-11-07 00:01:22 +00:00 |
|
Phaneendr-kumar Lanka
|
2f4b59a9b9
|
Modified tests as per review
[ROCm/hip commit: 9ee330451a]
|
2017-11-06 15:13:36 +05:30 |
|
Phaneendr-kumar Lanka
|
a8da9c1c3b
|
More tests for memory,stream & error APIs
[ROCm/hip commit: 093279b10b]
|
2017-11-06 11:31:52 +05:30 |
|
Maneesh Gupta
|
3746211481
|
Merge pull request #239 from phani544/newTests
[newTests]Adding tests for device APIs
[ROCm/hip commit: 2f4e1983e2]
|
2017-11-06 07:22:13 +05:30 |
|
Phaneendr-kumar Lanka
|
9d7c904529
|
[newTests]modified the test
[ROCm/hip commit: 0599d13b0d]
|
2017-11-03 14:52:19 +05:30 |
|
Phaneendr-kumar Lanka
|
0026b0a3d9
|
[newTests]Modified the test as per review comments
[ROCm/hip commit: a764a0980d]
|
2017-11-03 10:39:47 +05:30 |
|
Alex Voicu
|
b8a81d2b75
|
This corrects some interesting choices that were present in the HIP
unit tests such as e.g. de-allocating memory allocated with new[] using
free. All of these were identified via cppcheck.
[ROCm/hip commit: a619ac6f92]
|
2017-11-01 22:51:22 +00:00 |
|
Alex Voicu
|
70a41e7dac
|
This switches HIP from its currently convoluted macro + pfe based dispatch mechanism to a more natural one partially based on the existing module API. The basic idea is that HCC will always correctly emit __global__ functions: as empty-bodied stubs, on host, and as kernels, on device. It then becomes trivial to obtain the mangled name on host, at dispatch, from the function's address, and then to use the mangled name to retrieve the kernel. This should address all problems stemming from serialisation, dubious mismatches due to the manufactured functor, macro-isms et al. It also immediately enables support for generalised globals as a consequence of that being available in the module API. Finally, it will make debug much easier, since the actual names of the __global__ functions will automatically be used in traces etc. One detail is that due to how dispatch works now (hipLaunchKernel and hipLaunchKernelGGL are themselves variadic function templates which deduce the function type of the callee), in certain cases it may be necesssary to insert explicit casts to ensure that the variadic argument list selects a viable overload - this can be observed in some unit tests. Eventually we may be able to remove this limitation, but for now it does not appear terribly onerous. The code is not extremely HIPpie, nor is it fully optimised, but rather is intended as a starting point for the HIP team to make its own.
[ROCm/hip commit: c2482d1255]
|
2017-11-01 15:09:59 +00:00 |
|
Maneesh Gupta
|
e6e90e9cfa
|
Merge pull request #197 from bensander/update_coherency_tests
Update coherency tests
[ROCm/hip commit: f27c2c1715]
|
2017-10-31 17:26:50 +05:30 |
|
Phaneendr-kumar Lanka
|
a36c3c6d8b
|
[newTests]Adding tests for device APIs
[ROCm/hip commit: 511de63bcb]
|
2017-10-30 14:34:24 +05:30 |
|
Ben Sander
|
68e571aa82
|
Clean up test to address review feedback.
[ROCm/hip commit: ca1230300a]
|
2017-10-25 16:08:16 -05:00 |
|
Siu Chi Chan
|
76f70bd60e
|
add an unit test for printf
[ROCm/hip commit: b7b00fb281]
|
2017-10-23 18:31:13 -04:00 |
|
Ben Sander
|
05d5dd2d46
|
Test cleanup.
[ROCm/hip commit: 8e04b33c95]
|
2017-10-07 07:54:10 -07:00 |
|
Ben Sander
|
50ef165727
|
Add copy_coherency test
Test cache managemenent and synchronization between kernel and copy commands
in separate queues.
[ROCm/hip commit: 54d5b52d05]
|
2017-10-07 07:54:10 -07:00 |
|
Rahul Garg
|
5c9132056f
|
Added HIT block
[ROCm/hip commit: ce13e4afbf]
|
2017-09-26 11:39:09 +05:30 |
|
Rahul Garg
|
990f85120a
|
Added Texture 2D object and reference APIs tests
[ROCm/hip commit: 3b7a8fab5b]
|
2017-09-26 11:33:23 +05:30 |
|
Ben Sander
|
2a23d6dbe7
|
Refactor hipStreamWaitEvent
- Null streams use same flow as non-null.
- Add HIP_SYNC_STREAM_WAIT
- Resolve null stream.
[ROCm/hip commit: 882dab4536]
|
2017-08-31 03:00:14 +00:00 |
|
Rahul Garg
|
1d4213af20
|
Enable hipStreamSync2 and record_event dtests
[ROCm/hip commit: 4b98572f47]
|
2017-08-24 15:51:58 +05:30 |
|
Rahul Garg
|
82970c4dc1
|
PCI Bus ID related dtests
[ROCm/hip commit: 9441f3a50e]
|
2017-08-22 15:41:16 +05:30 |
|
Maneesh Gupta
|
52a97377ac
|
[dtests] Fix hip_threadfence_system test's BUILD command
Change-Id: I037c523369e4bddd7a386ffe117fe97a178900fd
[ROCm/hip commit: 4bcb3372b5]
|
2017-08-11 14:49:17 +05:30 |
|
Siu Chi Chan
|
588ca89c92
|
add C++11 compilation flags and minor bug fixes
[ROCm/hip commit: 9a04c5cdd4]
|
2017-08-10 17:58:36 +00:00 |
|