cuda-support-new-compile-modes.rst 684 B

1234567891011121314
  1. cuda-support-new-compile-modes
  2. ------------------------------
  3. * A :prop_tgt:`CUDA_CUBIN_COMPILATION` target property was added to
  4. :ref:`Object Libraries` to support compiling to ``.cubin`` files
  5. instead of host object files. Currently only supported with NVIDIA.
  6. * A :prop_tgt:`CUDA_FATBIN_COMPILATION` target property was added to
  7. :ref:`Object Libraries` to support compiling to ``.fatbin`` files
  8. instead of host object files. Currently only supported with NVIDIA.
  9. * A :prop_tgt:`CUDA_OPTIX_COMPILATION` target property was added to
  10. :ref:`Object Libraries` to support compiling to ``.optixir`` files
  11. instead of host object files. Currently only supported with NVIDIA.