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
Kernels:
phanerozoic
/
surf
like
0
Kernel card
Files
Files and versions
xet
Community
v1
surf
/
flake.nix
phanerozoic
surf: NSW + WCSPH CUDA kernels, card
feab7f5
verified
20 days ago
Raw
Download with hf CLI
Copy download link
History
Blame
243 Bytes
{
description
=
"Flake for surf"
;
inputs
= {
builder.
url
=
"github:huggingface/kernels"
;
};
outputs
=
{
self,
builder,
}:
builder.lib.genKernelFlakeOutputs {
inherit
self;
path
= ./.;
};
}