feat: use warp reduce as a simple example (#2304)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
from .ops import warp_reduce
|
||||
|
||||
__all__ = ["warp_reduce"]
|
||||
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
from .ops import warp_reduce
|
||||
|
||||
__all__ = ["warp_reduce"]
|
||||
|
||||