MCPcopy Create free account
hub / github.com/NVIDIA/cuda-tile / __mod__

Method __mod__

python/cuda_tile/dialects/cuda_tile_ops.py:945–946  ·  view source on GitHub ↗
(self, rhs)

Source from the content-addressed store, hash-verified

943 return add(self, rhs)
944
945 def __mod__(self, rhs):
946 return rem(self, rhs)
947
948 def __rmod__(self, rhs):
949 return rem(self, rhs)

Callers

nothing calls this directly

Calls 1

remFunction · 0.85

Tested by

no test coverage detected