2023-12-14 12:35:58 -05:00
|
|
|
#pragma once
|
|
|
|
|
2023-11-23 16:31:19 -08:00
|
|
|
#include <torch/extension.h>
|
|
|
|
|
2024-05-22 03:18:41 -04:00
|
|
|
int get_device_attribute(int attribute, int device_id);
|
2024-01-26 15:41:10 -05:00
|
|
|
|
2024-05-22 03:18:41 -04:00
|
|
|
int get_max_shared_memory_per_block_device_attribute(int device_id);
|