Skip to content

Use right CMake variable for cu files in GroupNorm#1083

Merged
rajeevsrao merged 1 commit intoNVIDIA:masterfrom
mickaelseznec:master
Mar 19, 2021
Merged

Use right CMake variable for cu files in GroupNorm#1083
rajeevsrao merged 1 commit intoNVIDIA:masterfrom
mickaelseznec:master

Conversation

@mickaelseznec
Copy link
Copy Markdown
Contributor

In groupNormalizationPlugin, the .cu files are not added to
PLUGIN_CU_SOURCES, contrary to other plugins.

This is problematic because the NVCC flags are not set correctly when
compiling those .cu files, e.g. GENCODES.

While this is not a direct issue for this plugin in particular, it
should be fixed as the documentation refers to it for building new
plugings.

Signed-off-by: Mickaël Seznec mickael.seznec@gmail.com

In groupNormalizationPlugin, the .cu files are not added to
PLUGIN_CU_SOURCES, contrary to other plugins.

This is problematic because the NVCC flags are not set correctly when
compiling those .cu files, e.g. GENCODES.

While this is not a direct issue for this plugin in particular, it
should be fixed as the documentation refers to it for building new
plugings.

Signed-off-by: Mickaël Seznec <mickael.seznec@gmail.com>
@rajeevsrao rajeevsrao merged commit 4e5e724 into NVIDIA:master Mar 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants