| 95 | { |
| 96 | public: |
| 97 | __device__ CUMAT_STRONG_INLINE _Scalar operator()(Index row, Index col, Index batch) const |
| 98 | { |
| 99 | return (row==col) ? _Scalar(1) : _Scalar(0); |
| 100 | } |
| 101 | }; |
| 102 | } |
| 103 |
nothing calls this directly
no outgoing calls
no test coverage detected