Skip to content

Phase 16.4: Replace C-style casts with reinterpret_cast in CUDABackend.cpp #45

Description

@Cle2ment

3 remaining C-style casts in CUDABackend.cpp:

  • Line 221: (cudaStream_t)CUDARenderer_GetComputeStream(...)
  • Line 225: (float4*)CUDARenderer_GetDenoiseBuffer(...)
  • Line 237: (cudaStream_t)CUDARenderer_GetComputeStream(...)

Replace with reinterpret_cast<cudaStream_t>(...) and reinterpret_cast<float4*>(...).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions