Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 860647 Details for
Bug 904882
=sci-libs/caffe2-2.0.0-r1[cuda] fails with "Imported target "torch::cudnn" includes non-existent path"
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
cudnn_include_fix.patch (text/plain), 526 bytes, created by
Adrien Dessemond
on 2023-04-23 14:22:10 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Adrien Dessemond
Created:
2023-04-23 14:22:10 UTC
Size:
526 bytes
patch
obsolete
>diff -uar pytorch-2.0.0/cmake/Dependencies.cmake pytorch-2.0.0orig/cmake/Dependencies.cmake >--- a/cmake/Dependencies.cmake 2023-04-23 09:43:20.767566047 -0400 >+++ b/cmake/Dependencies.cmake 2023-03-09 17:42:00.000000000 -0500 >@@ -1235,7 +1235,7 @@ > > # ---[ cuDNN > if(USE_CUDNN) >- set(CUDNN_FRONTEND_INCLUDE_DIR ${CMAKE_CURRENT_LIST_DIR}/../third_party/cudnn_frontend/include) >+ set(CUDNN_FRONTEND_INCLUDE_DIR /opt/cuda/include) > target_include_directories(torch::cudnn INTERFACE ${CUDNN_FRONTEND_INCLUDE_DIR}) > endif() >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 904882
: 860647