libavutil 58. 17.100 / 58. 17.100
libavcodec 60. 23.100 / 60. 23.100
libavformat 60. 10.100 / 60. 10.100
libavdevice 60. 2.101 / 60. 2.101
libavfilter 9. 11.100 / 9. 11.100
libswscale 7. 3.100 / 7. 3.100
libswresample 4. 11.100 / 4. 11.100
libpostproc 57. 2.100 / 57. 2.100
[in#0 @ 00000191e4845040] Unknown input format: 'opus'
Error opening input file my.opus.
Error opening input files: Invalid argument
C:\Users\comin>nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2021 NVIDIA Corporation
Built on Sun_Feb_14_22:08:44_Pacific_Standard_Time_2021
Cuda compilation tools, release 11.2, V11.2.152
Build cuda_11.2.r11.2/compiler.29618528_0
C:\Users\comin>
Generic tool options.
=====================
--disable-warnings (-w)
Inhibit all warning messages.
--keep-device-functions (-keep-device-functions)
In whole program compilation mode, preserve user defined external linkage
__device__ function definitions up to PTX.
--source-in-ptx (-src-in-ptx)
Interleave source in PTX. May only be used in conjunction with --device-debug
or --generate-line-info.
--restrict (-restrict)
Programmer assertion that all kernel pointer parameters are restrict pointers.
--Wreorder (-Wreorder)
Generate warnings when member initializers are reordered.
--Wdefault-stream-launch (-Wdefault-stream-launch)
Generate warning when an explicit stream argument is not provided in the
<<<...>>> kernel launch syntax.
--Wext-lambda-captures-this (-Wext-lambda-captures-this)
Generate warning when an extended lambda implicitly captures 'this'.
--Wno-deprecated-declarations (-Wno-deprecated-declarations)
Suppress warning on use of deprecated entity.
--Wno-deprecated-gpu-targets (-Wno-deprecated-gpu-targets)
Suppress warnings about deprecated GPU target architectures.
--Werror <kind>,... (-Werror)
Make warnings of the specified kinds into errors. The following is the list
of warning kinds accepted by this option:
cross-execution-space-call
Be more strict about unsupported cross execution space calls.
The compiler will generate an error instead of a warning for a
call from a __host__ __device__ to a __host__ function.
reorder
Generate errors when member initializers are reordered.
deprecated-declarations
Generate error on use of a deprecated entity.
default-stream-launch
Generate error when an explicit stream argument is not provided in
the <<<...>>> kernel launch syntax.
ext-lambda-captures-this
Generate error when an extended lambda implicitly captures 'this'
Allowed values for this option: 'all-warnings','cross-execution-space-call',
'default-stream-launch','deprecated-declarations','ext-lambda-captures-this',
'reorder'.
--resource-usage (-res-usage)
Show resource usage such as registers and memory of the GPU code.
This option implies '--nvlink-options --verbose' when '--relocatable-device-code=true'
is set. Otherwise, it implies '--ptxas-options --verbose'.
--extensible-whole-program (-ewp)
Do extensible whole program compilation of device code.
--no-compress (-no-compress)
Do not compress device code in fatbinary.
--compile-as-tools-patch (-astoolspatch)
Compile patch code for CUDA tools. Implies --keep-device-functions.
--list-gpu-code (-code-ls)
List the gpu architectures (sm_XX) supported by the compiler and exit. If
both --list-gpu-code and --list-gpu-arch are set, the list is displayed using
the same format as the --generate-code value.
--list-gpu-arch (-arch-ls)
List the virtual device architectures (compute_XX) supported by the compiler
and exit. If both --list-gpu-code and --list-gpu-arch are set, the list is
displayed using the same format as the --generate-code value.
--version-ident {true|false} (-dQ)
This option enables (disables) the generation of compiler tool version identity
in device code object.
Default value: false.
--display-error-number (-err-no)
This option displays a diagnostic number for any message generated by the
CUDA frontend compiler (note: not the host compiler).
--diag-error <error-number>,... (-diag-error)
Emit error for specified diagnostic message(s) generated by the CUDA frontend
compiler (note: does not affect diagnostics generated by the host compiler/preprocessor).
--diag-suppress <error-number>,... (-diag-suppress)
Suppress specified diagnostic message(s) generated by the CUDA frontend compiler
(note: does not affect diagnostics generated by the host compiler/preprocessor).
--diag-warn <error-number>,... (-diag-warn)
Emit warning for specified diagnostic message(s) generated by the CUDA frontend
compiler (note: does not affect diagnostics generated by the host compiler/preprocessor).
--help (-h)
Print this help information on this tool.
--version (-V)
Print version information on this tool.
--options-file <file>,... (-optf)
Include command line options from specified file.