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

nvprof with using CUDA crashes julia #1283

Closed
guyvdbroeck opened this issue Dec 19, 2021 · 3 comments
Closed

nvprof with using CUDA crashes julia #1283

guyvdbroeck opened this issue Dec 19, 2021 · 3 comments
Labels
bug Something isn't working upstream Somebody else's problem.

Comments

@guyvdbroeck
Copy link
Contributor

$ nvprof --profile-from-start off julia
               _
   _       _ _(_)_     |  Documentation: https://docs.julialang.org
  (_)     | (_) (_)    |
   _ _   _| |_  __ _   |  Type "?" for help, "]?" for Pkg help.
  | | | | | | |/ _` |  |
  | | |_| | | | (_| |  |  Version 1.7.0 (2021-11-30)
 _/ |\__'_|_|_|\__'_|  |  Official https://julialang.org/ release
|__/                   |

julia> using CUDA
==355019== NVPROF is profiling process 355019, command: julia
Missing definition of the OpenACC API routine/s in the OpenACC library linked to the application. To work around this issue either force the inclusion of all the OpenACC symbols in the binary or link the OpenACC library dynamically.
==355019== Profiling application: julia
==355019== Profiling result:
No kernels were profiled.
No API activities were profiled.
======== Error: Application returned non-zero code 12
$ nvprof --version
nvprof: NVIDIA (R) Cuda command line profiler
Copyright (c) 2012 - 2020 NVIDIA Corporation
Release version 11.2.152 (21)
@guyvdbroeck guyvdbroeck added the bug Something isn't working label Dec 19, 2021
@maleadt maleadt added the upstream Somebody else's problem. label Dec 20, 2021
@maleadt
Copy link
Member

maleadt commented Dec 20, 2021

Filed with NVIDIA as bug 3477097.

@maleadt
Copy link
Member

maleadt commented Dec 20, 2021

Confirmed upstream issue, run with --openacc-profiling off.

@maleadt maleadt closed this as completed Dec 20, 2021
@maleadt
Copy link
Member

maleadt commented Dec 20, 2021

e65df15

mbeltagy added a commit to mbeltagy/CUDA.jl that referenced this issue Sep 11, 2022
Example will not work. This addition is necessary.  It is consistent with JuliaGPU#1283
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working upstream Somebody else's problem.
Projects
None yet
Development

No branches or pull requests

2 participants