Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
shisa-ai
/
megablocks-hip
like
1
Follow
Shisa.AI
73
kernel
License:
apache-2.0
Model card
Files
Files and versions
xet
Community
1
refs/pr/1
megablocks-hip
/
csrc
/
new_histogram.h
drbh
feat: initial port of megablocks to builder format
2595c46
5 months ago
raw
Copy download link
history
blame
198 Bytes
#
pragma
once
#
include
<torch/all.h>
namespace megablocks {
// Public interface function for computing histograms
torch::Tensor
histogram
(torch::Tensor x,
int
num_bins)
;
}
// namespace megablocks