jingxu9x

Results 2 comments of jingxu9x

Sorry, with addition Errors, using `#if defined(__clang__) && defined(__HIP__) && !defined(__GNUC__)` is a bad idea. a smaller change works better. code is: ``` #if defined(__clang__) && defined(__HIP__) #if !__CLANG_HIP_RUNTIME_WRAPPER_INCLUDED__ #define...

@uygnef Can you explain in detail what the certain step did? do eval?