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

The return value of the following device property is zero. Thanks for your comments/suggestions. hipDeviceProp_t deviceProp; hipGetDeviceProperties(&deviceProp, 0); size = deviceProp.sharedMemPerBlockOptin; printf("%zu\n", size); HIP version is 6.0.3

Under Investigation

Added syntax highlighting for one of the code examples

Bumps [rocm-docs-core[api_reference]](https://github.com/ROCm/rocm-docs-core) from 1.1.1 to 1.4.0. Release notes Sourced from rocm-docs-core[api_reference]'s releases. v1.4.0 (2024-06-06) Feat Add google site verification content to theme context Add template for google site verification content...

dependencies
ci:docs-only
documentation

### Problem Description MI100 how to close or bypass L1 cache ### Operating System ubuntu 18.04 ### CPU AMD EPYC 7452 32-Core Processor ### GPU AMD Instinct MI100 ### ROCm...

### Problem Description It is my understanding that by passing `hipExtAnyOrderLaunch` as the last argument to this entry point: [hipExtModuleLaunchKernel](https://rocm.docs.amd.com/projects/HIP/en/latest/doxygen/html/group___module.html#ga73d0c5f72869e258aa4899a829d9645c), I could achieve asynchronous execution of the kernels that I'm...

`hipLaunchHostFunc` does not appear in the [HIP API documentation](https://rocm-developer-tools.github.io/HIP/index.html) . After reviewing the header `HIP/include/hip_runtime_api.h` description, I request a clarification be added. `hipError_t hipLaunchHostFunc(hipStream_t stream, hipHostFn_t fn, void* userData);` **Does...

documentation
Under Investigation

I'm trying load a shared library containing HIP code at runtime via `dlopen`. Doing so crashes the application with a "Cannot register Static Global Var" Error from the HIP runtime....

`HIP_PLATFORM_AMD` or `__HIP_PLATFORM_AMD__` ? `HIP_PLATFORM_NVIDIA` or `__HIP_PLATFORM_NVIDIA__` ? The paragraph [Identifying HIP Target Platform](https://github.com/ROCm-Developer-Tools/HIP/blob/develop/docs/markdown/hip_porting_guide.md#identifying-hip-target-platform) should be more explicit in use of "is defined". If talking about a preprocessor macro definition,...

documentation
Under Investigation

Hello I was reading the OLCF documentation of Frontier/Crusher systems and got confused by section "HSA_XNACK=0 Automatic Page Migration Disabled" on page https://docs.olcf.ornl.gov/systems/crusher_quick_start_guide.html#notable-differences-between-summit-and-crusher Second line of the table says that...

documentation
Under Investigation

Function `hipInit` is declared in hip_runtime_api.h HIP API documentation for hipInit autogenerates for this function. The resulting documentation provides no description for the purpose of the `unsigned int flags` input...

documentation
Under Investigation