HIP icon indicating copy to clipboard operation
HIP copied to clipboard

HIP: C++ Heterogeneous-Compute Interface for Portability

Results 379 HIP issues
Sort by recently updated
recently updated
newest added

@gargrahul created a new PR as requested.

- Add simple test that waits for an event - Unit_hipStreamWaitEvent_Default - Add negative test when stream is uninitialized - Unit_hipStreamWaitEvent_WithUninitializedStream - Minor modification of Unit_hipStreamWaitEvent_DifferentStreams

HIP_CLANG_TARGET should contain the target triple for library path generation.

- Remove -use_fast_math in hipcc because it doesn't provide any functionality in hipcc - deprecate a couple of hipcc only options (--amdgpu-target, --amdhsa-code-object-version, --hipcc-func-supp) in favor of equivalent options in...

Don't pass the --enable-new-dtags flag to clang, just the LLVM's default Change-Id: I2bd06181c490e1c0fec3241a404b546de3ebe970

hello,everyone. I would like to ask a question about hipMemcpy.I hope someone can help me with this. The question are as follows: I want to copy a table to the...

Part 4: Add unit test of wall_clock64() Change-Id: I52cbba6d67d21cde6da19c5ab533159f426a9bf7

- Implement negative test for hipStreamValue when stream is uninitialized - Add section for hipStreamWriteValue negative test when flag is invalid - Implement negative test for hipStreamSynchronize when stream is...