surf / flake.nix
phanerozoic's picture
surf: NSW + WCSPH CUDA kernels, card
feab7f5 verified
Raw
History Blame
243 Bytes
{
description = "Flake for surf";
inputs = {
builder.url = "github:huggingface/kernels";
};
outputs =
{
self,
builder,
}:
builder.lib.genKernelFlakeOutputs {
inherit self;
path = ./.;
};
}