Skip to content

Commit

Permalink
OpenCL: Show ptxas info from verbosity 4 (was 5)
Browse files Browse the repository at this point in the history
Level 5 would also show autotune stats, which is not always what I want.
Also, we now get compiler warnings and ptxas at the same verbosity level
which is logical (to me, at least).
  • Loading branch information
magnumripper committed Dec 8, 2024
1 parent 7c8b5e3 commit af043dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/opencl_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -1142,7 +1142,7 @@ static char *get_build_opts(int sequential_id, const char *opts)
#ifdef __APPLE__
"-D__OS_X__ ",
#else
(options.verbosity >= VERB_MAX &&
(options.verbosity >= VERB_LEGACY &&
gpu_nvidia(device_info[sequential_id])) ?
"-cl-nv-verbose " : "",
#endif
Expand Down

0 comments on commit af043dd

Please sign in to comment.