George Markomanolis
George Markomanolis
Yes, this is correct about the example. You could name it different for full compatibility with the behavior until now, if it is an issue. You are right, about the...
No worries, it is ok.
One generic comment, it would be great for all the related to ROCm parts to have same approach about versioning and always name one even if it is the same...
Hi, I was trying to hipify a code and there are a few calls to __shfl_down_sync. The __shfl_down is deprecated, so it can not be used with CUDA 11. What...
> > Hi, I was trying to hipify a code and there are a few calls to __shfl_down_sync. The __shfl_down is deprecated, so it can not be used with CUDA...
> @gmarkomanolis What I do when using `hipify-perl` as part of a build process is include a construction like, > > ``` > #ifdef __HIP_PLATFORM_HCC__ > #define SHFL_DOWN(val, offset) __shfl_down(val,...
Hi, as I was on site for a hackathon and I was talking with @etiennemlb about this and some other requests, please point me to the internal ticket. Thanks.