Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
shisa-ai
/
megablocks-hip
like
1
Follow
Shisa.AI
133
kernel
License:
apache-2.0
Model card
Files
Files and versions
xet
Community
1
Copy to bucket
new
main
megablocks-hip
/
torch-ext
/
registration.h
leonardlin
Add ROCm build artifacts and HIP backend
1e407f0
11 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
259 Bytes
#
pragma
once
// Provide fallbacks so the extension builds even if the helper macros are absent.
#
ifndef
REGISTER_EXTENSION
#
define
REGISTER_EXTENSION(name)
#
endif
#
ifndef
TORCH_LIBRARY_EXPAND
#
define
TORCH_LIBRARY_EXPAND(ns, m) TORCH_LIBRARY(ns, m)
#
endif