Tony Einstein 2023-02-03 11:33 采纳率: 47.6%
浏览 138
已结题

cupti64_113.dll not found

tensorflow-gpu 2.6.0运行的时候日志提示有报错: Could not load dynamic library 'cupti64_113.dll'; dlerror: cupti64_113.dll not found

报错如下:

2023-02-03 11:21:49.555667: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1510] Created device /job:localhost/replica:0/task:0/device:GPU:0 with 3475 MB memory:  -> device: 0, name: NVIDIA GeForce RTX 3060 Laptop GPU, pci bus id: 0000:01:00.0, compute capability: 8.6
2023-02-03 11:21:50.173781: I tensorflow/core/profiler/lib/profiler_session.cc:131] Profiler session initializing.
2023-02-03 11:21:50.173835: I tensorflow/core/profiler/lib/profiler_session.cc:146] Profiler session started.
2023-02-03 11:21:50.174618: I tensorflow/core/profiler/internal/gpu/cupti_tracer.cc:1614] Profiler found 1 GPUs
2023-02-03 11:21:50.175485: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'cupti64_113.dll'; dlerror: cupti64_113.dll not found
2023-02-03 11:21:50.175973: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'cupti.dll'; dlerror: cupti.dll not found
2023-02-03 11:21:50.176212: E tensorflow/core/profiler/internal/gpu/cupti_tracer.cc:1666] function cupti_interface_->Subscribe( &subscriber_, (CUpti_CallbackFunc)ApiCallback, this)failed with error CUPTI could not be loaded or symbol could not be found.
2023-02-03 11:21:50.176321: I tensorflow/core/profiler/lib/profiler_session.cc:164] Profiler session tear down.
2023-02-03 11:21:50.176375: E tensorflow/core/profiler/internal/gpu/cupti_tracer.cc:1757] function cupti_interface_->Finalize()failed with error CUPTI could not be loaded or symbol could not be found.


  • 写回答

2条回答 默认 最新

  • Tony Einstein 2023-02-05 23:57
    关注

    问题解决了:是因为名字不一样了,需要改回来

    img

    评论

报告相同问题?

问题事件

  • 已结题 (查看结题原因) 2月6日
  • 创建了问题 2月3日