8000 PR #23068: [GPU] Fix missing cuDNN symbols. · tensorflow/tensorflow@63e4214 · GitHub
[go: up one dir, main page]

Skip to content

Commit 63e4214

Browse files
sergachevtensorflower-gardener
authored andcommitted
PR #23068: [GPU] Fix missing cuDNN symbols.
Imported from GitHub PR openxla/xla#23068 This fixes JAX builds with cuDNN 9.5.0+ after openxla/xla@65b4b88. Copybara import of the project: -- 3aa286e5a849e2187ef3d44c22c54d518dd168ec by Ilia Sergachev <isergachev@nvidia.com>: [GPU] Fix missing cuDNN symbols. Merging this change closes #23068 FUTURE_COPYBARA_INTEGRATE_REVIEW=openxla/xla#23068 from openxla:fix_cudnn_symbols 3aa286e5a849e2187ef3d44c22c54d518dd168ec PiperOrigin-RevId: 730773838
1 parent c8f3847 commit 63e4214

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

third_party/xla/xla/tsl/cuda/cudnn.symbols

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ cudnnBackendExecute
1010
cudnnBackendFinalize
1111
cudnnBackendGetAttribute
1212
cudnnBackendInitialize
13+
cudnnBackendPopulateCudaGraph
1314
cudnnBackendSetAttribute
15+
cudnnBackendUpdateCudaGraph
1416
cudnnBatchNormalizationBackward
1517
cudnnBatchNormalizationBackwardEx
1618
cudnnBatchNormalizationForwardInference

0 commit comments

Comments
 (0)
0