Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
medmekk
/
bitsandbytes-mps
like
0
Model card
Files
Files and versions
xet
Community
main
bitsandbytes-mps
/
bitsandbytes_mps
/
gemm
/
defines.h
medmekk
Upload folder using huggingface_hub
20347e1
verified
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
197 Bytes
#
pragma
once
#
define
STEEL_CONST static constant constexpr const
#
define
STEEL_PRAGMA_UNROLL
_Pragma
(
"clang loop unroll(full)"
)
#
define
STEEL_PRAGMA_NO_UNROLL
_Pragma
(
"clang loop unroll(disable)"
)