Files
pytorch3d/pytorch3d/csrc/pulsar/gpu
Grace Cheng 6020323d94 Fix Self-Assignment in CUDA Stream Parameter in renderer.forward.device.h
Summary: Resolved self-assignment warnings in the `renderer.forward.device.h` file by removing redundant assignments of the `stream` variable to itself in `cub::DeviceSelect::Flagged` function calls. This change eliminates compiler errors and ensures cleaner, more efficient code execution.

Reviewed By: bottler

Differential Revision: D76554140

fbshipit-source-id: 28eae0186246f51a8ac8002644f184349aa49560
2025-06-13 11:00:16 -07:00
..
2024-10-09 14:38:42 -07:00

CUDA device compilation units

This folder contains .cu files to create compilation units for device-specific functions. See ../include/README.md for more information.