ROCm-OpenCL-Driver icon indicating copy to clipboard operation
ROCm-OpenCL-Driver copied to clipboard

ROCm OpenCL Compiler Tool Driver

Results 8 ROCm-OpenCL-Driver issues
Sort by recently updated
recently updated
newest added

@wkwchau;@nhaustov;@kasaurov;@amdgerritcr We are going to enforce two factor authentication in (https://github.com/RadeonOpenCompute/) organization on 7th April , 2022 . Since we identified you as outside collaborator for this organization, you need...

Clang "-load" and "-fplugin" options are ignored when using the driver with "in-process" configuration. Attempt to load plugins in "PrepareCompiler".

feature

The following change that only does code refectoring of the GROMACS OpenCL kernels causes the OpenCL compiler to crash: https://gerrit.gromacs.org/#/c/7810/19/src/gromacs/mdlib/nbnxn_ocl/nbnxn_ocl_kernel_utils.clh The culprit has been isolated to the linked changes on...

Multiple clFFT tests fail on both Vega10 and Fiji with ROCm 1.9. Repro ingredients ROCm 1.9 ``` $ dpkg -l | grep rocm-opencl ii rocm-opencl 1.2.0-2018090737 amd64 OpenCL/ROCm ii rocm-opencl-dev...

The `rocm-opencl` package should be split into two packages, the ICD loader (`libOpenCL.so`) and the ICD itself. Otherwise, it is likely that an already present system-wide ICD loader will be...

When compiling with `-cl-opt-disable`, I get the following errors (one for each kernel function): ``` : error: can't create dynamic relocation R_AMDGPU_REL32_LO against symbol: norm2 in readonly segment; recompile object...

If using AMD_OCL_IN_PROCESS=0, I don't see the output from the compiler (e.g., -Wb,-print-after-all). Evgeniy looked into it and agreed that something is amiss. # Using an internal OpenCL build #...

bug

Hi, I synced this repo along with RadeonOpenCompute/llvm, RadeonOpenCompute/clang and RadeonOpenCompute/lld, and built clang as well as this compiler, hoping that I can use it to compile opencl source code...

help wanted
question