MCPcopy Create free account
hub / github.com/Meshcapade/difflocks / batches

Method batches

extensions/include/cuMat/src/DenseLinAlgOps.h:590–590  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

588 __host__ __device__ CUMAT_STRONG_INLINE Index rows() const { return 1; }
589 __host__ __device__ CUMAT_STRONG_INLINE Index cols() const { return 1; }
590 __host__ __device__ CUMAT_STRONG_INLINE Index batches() const { return matrix_.batches(); }
591
592 template<int Dims = InputSize>
593 __device__ CUMAT_STRONG_INLINE Scalar coeff(Index row, Index col, Index batch, Index index) const

Callers

nothing calls this directly

Calls 1

batchesMethod · 0.45

Tested by

no test coverage detected