cuda_utils.h 99 B

123456
  1. #include <torch/extension.h>
  2. int get_device_attribute(
  3. int attribute,
  4. int device_id);