coder.gpuEnvConfig - Configuration object containing the parameters to check the GPU code generation

  environment - MATLAB ([original](https://www.mathworks.com/help/gpucoder/ref/coder.gpuenvconfig.html)) ([raw](?raw))

The Profiling and NvtxPath properties of thecoder.gpuEnvConfig object will be removed. Setting theProfiling property of a coder.gpuEnvConfig object totrue generates a warning and does not check profiling.

In previous releases, setting the Profiling andNvtxPath properties checked the installation of the NVTX libraries required for profiling. The NVTX libraries are no longer required, and you do not need to perform this check. Delete any code that sets the Profiling orNvtxPath properties of a coder.gpuEnvConfig object.