MCPcopy Create free account
hub / github.com/FlashSampling/FlashSampling / clip

Function clip

src/fused_mm_sampling/core.py:357–358  ·  view source on GitHub ↗
(low, high, x)

Source from the content-addressed store, hash-verified

355 print("Supports warp specialization:", supports_ws)
356 return supports_ws
357
358
359@torch.compile(fullgraph=True)
360def _local_reduce(
361 maxs: torch.Tensor, # [num_samples, n_tiles, H]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected