Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use right CMake variable for cu files in GroupNorm #1083

Merged
merged 1 commit into from
Mar 19, 2021

Conversation

mickaelseznec
Copy link
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