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

fix build with deeprec-gpu #820

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

Orion34-lanbo
Copy link
Collaborator

No description provided.

@Orion34-lanbo Orion34-lanbo force-pushed the features/deeprec2208-cu114 branch from cf4a815 to 0a33808 Compare November 30, 2022 08:01
@@ -1392,6 +1392,9 @@ Status RunCudnnConvolution<int8_t>(
se::DeviceMemoryBase& result_buffer,
se::ScratchAllocator* scratch_allocator, se::Stream* stream,
se::dnn::ProfileResult* profile_result) {
#if defined(TF_IS_DEEPREC)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

DeepRec doesn't support RunCudnnConvolution ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

DeepREC is tf-1.15, which does not support RunCudnnConvolution with int8_t type.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: maybe better to put this info (RunCudnnConvolution with int8_t) into the error message as well

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