Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
camenduru
/
apex
like
1
Model card
Files
Files and versions
xet
Community
main
apex
/
csrc
/
compat.h
camenduru
thanks to NVIDIA ❤
e828767
almost 3 years ago
raw
Copy download link
history
blame
contribute
delete
140 Bytes
#
ifndef
TORCH_CHECK
#
define
TORCH_CHECK AT_CHECK
#
endif
#
ifdef
VERSION_GE_1_3
#
define
DATA_PTR data_ptr
#
else
#
define
DATA_PTR data
#
endif