misos1

Results 60 comments of misos1

Maybe I could create multiple accelerator views and run independent kernels on different views but seems there is some strange limit in HCC max 20 accelerator views per accelerator hardwired...

Structs are working normally and must work in other case hc::array_view and hc::index would not work as they are structs. Struct containing simple C++ array with few elements is not...

There is bug in compiler. It should not crash. I do not see any reason why they should not be supported. Imagine array with 20 elements instead of 5. Then...

Here is the problem. For some wavefronts within workgroup EXEC at top will be zero so branch BB0_7 is taken and only one s_branch is executed but some with non...

@nartmada > please check latest ROCm6.0.0 and see if your issue has been resolved. Please close the ticket if your issue has been resolved. Thanks. So can you please specify...

This workaround does not work when trying to use rocm 5.3 clang++ directly: ``` $ /opt/rocm/llvm/bin/clang++ -x hip -M -MM -MP -MF test.d test.cpp -MT test.d -MT test.o /opt/rocm/llvm/bin/clang-offload-bundler: error:...

Ok thanks. Will this be fixed?

Just to note it worked with hcc (at least it did not require any additional flags).

Seems this was fixed so why was it closed as "not planned"?