Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Zaixi
/
FoldMark
like
3
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
FoldMark
/
protenix
/
openfold_local
/
utils
/
kernel
/
csrc
/
compat.h
Zaixi
Add large file
89c0b51
2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
215 Bytes
// modified from https://github.com/NVIDIA/apex/blob/master/csrc/compat.h
#
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