You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 28, 2023. It is now read-only.
I noticed that in some cases the first statement after variable definitions in the kernel is a __syncthreads(); which if I am not mistaken makes no sense.
For example, in GroupNormalizationSingleKernel with input sizes C=1024, G=4, N=32, H=4, W=41 and options:
I noticed that in some cases the first statement after variable definitions in the kernel is a
__syncthreads();
which if I am not mistaken makes no sense.For example, in
GroupNormalizationSingleKernel
with input sizesC=1024, G=4, N=32, H=4, W=41
and options:The generated code is:
I've also observed this with grouped convolution.
The text was updated successfully, but these errors were encountered: