Missing cudaProfiler.h when installing PyCuda

Description

There is no cudaProfiler.h in /usr/local/cuda-11.8/targets/x86_64-linux/include.
I’m only installing installing the minimum of Cuda library like below.

sudo apt-get install
cuda-command-line-tools-11-8
cuda-cudart-dev-11-8
cuda-nvcc-11-8
cuda-cupti-11-8
cuda-nvprune-11-8
cuda-libraries-11-8
cuda-nvrtc-11-8
libcufft-11-8
libcurand-11-8
libcusolver-11-8
libcusparse-11-8
libcublas-11-8
libcudnn8=8.6.0.163-1+cuda11.8
libnvinfer8=8.6.1.6-1+cuda11.8
libnvinfer-plugin8=8.6.1.6-1+cuda11.8

Environment

TensorRT Version: x
GPU Type: Tesla T4
Nvidia Driver Version: 470.161.03
CUDA Version: 11.8
CUDNN Version: 8.6.0.163
Operating System + Version: ubuntu 22.04
Python Version (if applicable): 3.10
TensorFlow Version (if applicable): x
PyTorch Version (if applicable): x
Baremetal or Container (if container which image + tag): nvidia/cuda:11.8.0-base-ubuntu22.04

Relevant Files

Please attach or include links to any models, data, files, or scripts necessary to reproduce your issue. (Github repo, Google Drive, Dropbox, etc.)

Steps To Reproduce

Please include:

  • Exact steps/commands to build your repro
  • Exact steps/commands to run your repro
  • Full traceback of errors encountered

Solved:
I found the package what I need.
cuda-profiler-api-11-8_11.8.86-1_amd64.deb
libcurand-dev-11-8_10.3.0.86-1_amd64.deb

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.