Maneesh Gupta
|
8b93cd67a6
|
[dtests] Fix nvcc path build errors in hipFuncGetAttributes.tst
Change-Id: I000bed69162897f7b6edd733ed6e9acc93beb0ed
|
2018-05-30 11:26:11 +05:30 |
|
Maneesh Gupta
|
df3bb9fc32
|
Merge pull request #445 from ROCm-Developer-Tools/feature_func_attributes
Add support for the hipFuncGetAttributes interface.
|
2018-05-22 09:37:41 +05:30 |
|
Alex Voicu
|
13274ce559
|
Add support for the hipFuncGetAttributes interface.
|
2018-05-11 03:35:10 +01:00 |
|
Rahul Garg
|
da302c3e93
|
Added hipMemset3D
|
2018-05-07 10:24:30 +05:30 |
|
Rahul Garg
|
3cfb9c0d40
|
Added hipMemset2DAsync support
|
2018-04-17 18:27:27 +05:30 |
|
Maneesh Gupta
|
1ba06f63c4
|
Apply .clangformat to all repo source files
Change-Id: I7e79c6058f0303f9a98911e3b7dd2e8596079344
|
2018-03-12 11:29:03 +05:30 |
|
Alex Voicu
|
baf50a5311
|
Re-sync with upstream.
|
2018-02-12 20:20:24 +00:00 |
|
Maneesh Gupta
|
f421f2fe0a
|
Merge pull request #299 from mangupta/hipStreamAddCallback
Implement hipStreamAddCallback
|
2018-02-02 08:32:41 +05:30 |
|
Maneesh Gupta
|
e0b91d32dd
|
hipStreamAddCallback.cpp: Replace unistd sleep with sleep_for
Change-Id: I7a5d40a1acd8be76a0f175bcfa731ad89fb88d81
|
2018-01-31 10:48:17 +05:30 |
|
Maneesh Gupta
|
5bce9ea5ef
|
Fix hipStreamAddCallback testcase for nvcc
Change-Id: Ieec4b8d7933d8d68394d21d27132da206111efc8
|
2018-01-30 12:32:46 +05:30 |
|
Alex Voicu
|
ed75522ba5
|
Merge branch 'master' of https://github.com/ROCm-Developer-Tools/HIP into feature_purge_genco
|
2018-01-17 14:02:19 +00:00 |
|
Phaneendr-kumar Lanka
|
e9f9456166
|
[nvcc] Enable hipGetDeviceAttribute
|
2018-01-10 10:51:01 +05:30 |
|
Maneesh Gupta
|
cebb070d30
|
Implement hipStreamAddCallback
Change-Id: Ib851e4d86ba9c8406ca37b88162ea483ccbc9d36
|
2017-12-19 16:06:14 +05:30 |
|
Phaneendr-kumar Lanka
|
7cceebd9ed
|
[nvccTests] Resubmit hipMemcpyDtoD & inline_asm_vadd
|
2017-12-18 14:46:19 +05:30 |
|
Alex Voicu
|
e14ac87474
|
Merge branch 'master' of https://github.com/ROCm-Developer-Tools/HIP into feature_purge_genco
|
2017-12-14 13:50:49 +00:00 |
|
Phaneendr-kumar Lanka
|
eea7d495c7
|
[nvccWarnings] Fix warnings seen with dtests on nvcc path
|
2017-12-14 14:10:37 +05:30 |
|
Alex Voicu
|
b842394957
|
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.
|
2017-12-08 04:22:57 +00:00 |
|
Rahul Garg
|
0782c52271
|
Fix hipGetDeviceAttribute dtest for HIP/NVCC
|
2017-12-06 15:49:06 +05:30 |
|
Ben Sander
|
62cbe22d50
|
Temporarily disable a couple tests pending some HCC work
|
2017-12-01 21:46:28 +00:00 |
|
Alex Voicu
|
32e11e7dc6
|
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
|
2017-11-29 21:49:10 +00:00 |
|
Alex Voicu
|
fbaf729f88
|
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
|
2017-11-29 21:36:29 +00:00 |
|
Alex Voicu
|
c5f2b22d0d
|
Re-sync with upstream.
|
2017-11-20 15:34:50 +00:00 |
|
Ben Sander
|
5a7a28ad29
|
Merge branch 'feature_natural_indexing' of https://github.com/AlexVlx/HIP
|
2017-11-19 15:25:17 -06:00 |
|
Ben Sander
|
e0c3f684ae
|
Temporarily disable P2P on nvidia (fails on dual GPU)
|
2017-11-19 15:21:37 -06:00 |
|
Alex Voicu
|
cffd0e14eb
|
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.
|
2017-11-19 01:54:12 +00:00 |
|
Alex Voicu
|
bd78459690
|
Update new tests so as to make them work with new variadic based launch mechanisms.
|
2017-11-10 00:14:34 +00:00 |
|
Alex Voicu
|
3d248927e4
|
Merge remote-tracking branch 'origin/master' into feature_use_module_based_dispatch_instead_of_pfe
# Conflicts:
# tests/src/runtimeApi/stream/hipStreamSync2.cpp
|
2017-11-08 10:26:30 +00:00 |
|
Alex Voicu
|
d8e323d4b5
|
Clean up trailing whitespace so as to reduce noise in #246.
|
2017-11-08 00:08:55 +00:00 |
|
Phaneendr-kumar Lanka
|
e06c546283
|
identation change in hipPeekAtLastError
|
2017-11-07 09:51:32 +05:30 |
|
Alex Voicu
|
adaf6b8dff
|
Merge remote-tracking branch 'origin/master' into feature_use_module_based_dispatch_instead_of_pfe
|
2017-11-07 00:01:22 +00:00 |
|
Phaneendr-kumar Lanka
|
9ee330451a
|
Modified tests as per review
|
2017-11-06 15:13:36 +05:30 |
|
Phaneendr-kumar Lanka
|
093279b10b
|
More tests for memory,stream & error APIs
|
2017-11-06 11:31:52 +05:30 |
|
Maneesh Gupta
|
2f4e1983e2
|
Merge pull request #239 from phani544/newTests
[newTests]Adding tests for device APIs
|
2017-11-06 07:22:13 +05:30 |
|
Phaneendr-kumar Lanka
|
0599d13b0d
|
[newTests]modified the test
|
2017-11-03 14:52:19 +05:30 |
|
Phaneendr-kumar Lanka
|
a764a0980d
|
[newTests]Modified the test as per review comments
|
2017-11-03 10:39:47 +05:30 |
|
Alex Voicu
|
c2482d1255
|
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.
|
2017-11-01 15:09:59 +00:00 |
|
Phaneendr-kumar Lanka
|
511de63bcb
|
[newTests]Adding tests for device APIs
|
2017-10-30 14:34:24 +05:30 |
|
Ben Sander
|
ca1230300a
|
Clean up test to address review feedback.
|
2017-10-25 16:08:16 -05:00 |
|
Ben Sander
|
8e04b33c95
|
Test cleanup.
|
2017-10-07 07:54:10 -07:00 |
|
Ben Sander
|
54d5b52d05
|
Add copy_coherency test
Test cache managemenent and synchronization between kernel and copy commands
in separate queues.
|
2017-10-07 07:54:10 -07:00 |
|
Ben Sander
|
882dab4536
|
Refactor hipStreamWaitEvent
- Null streams use same flow as non-null.
- Add HIP_SYNC_STREAM_WAIT
- Resolve null stream.
|
2017-08-31 03:00:14 +00:00 |
|
Rahul Garg
|
4b98572f47
|
Enable hipStreamSync2 and record_event dtests
|
2017-08-24 15:51:58 +05:30 |
|
Rahul Garg
|
9441f3a50e
|
PCI Bus ID related dtests
|
2017-08-22 15:41:16 +05:30 |
|
Rahul Garg
|
2f617bac6d
|
Disable failing test p2p_copy_coherency
|
2017-08-02 14:47:13 +05:30 |
|
Maneesh Gupta
|
b3a9e202b1
|
[dt] temporarily disable broken tests
Change-Id: I3ce23e410dc36e06d460263d768412f8368a6699
|
2017-07-18 11:17:02 +05:30 |
|
Ben Sander
|
7912e61502
|
Clean up old USE_* and RELEASE.md notes.
|
2017-06-23 18:05:30 -05:00 |
|
Rahul Garg
|
a9449533a1
|
Update P2P test for using memcpy and kernel tests
Change-Id: Ib0f8fc9425e6e85fd11d7d02395c52bc713dcb37
|
2017-06-12 11:53:25 +05:30 |
|
Maneesh Gupta
|
1c93d8592e
|
hipMemcpy-size test: reduce max size to make it work correctly on nvcc path
Change-Id: I9ce9f5a9e141ffd8ddf961269010b33358e02771
|
2017-06-07 15:25:54 +05:30 |
|
Maneesh Gupta
|
1efb6ce994
|
p2p_copy_coherency test: gracefully handle single gpu case
Change-Id: I216663f67ef58c673136332635dab8b57079b909
|
2017-06-07 15:23:37 +05:30 |
|
Ben Sander
|
39c18e5e5f
|
Fix HIP_SYNC_NULL_STREAM=0 mode.
- Fix null-stream sync
- hipStreamDestroy of null stream returns hipErrorInvalidResourceHandle
- Update documentation.
- Add tests for null stream sync, hipEventElapsedTime.
- Rename internal enum hipEventStatusRecorded to hipEventStatusComplete
- refactor hipStreamWaitEvent to streamline control-flow
|
2017-06-05 08:50:22 -05:00 |
|