8 lines
109 B
C
8 lines
109 B
C
#pragma once
|
|
|
|
#include <torch/extension.h>
|
|
|
|
int get_device_attribute(
|
|
int attribute,
|
|
int device_id);
|