confirmed this is the fastest bounds checking

This commit is contained in:
Philippe Tillet
2019-06-25 16:35:43 -07:00
parent 64513fb407
commit 616f22c610

View File

@@ -71,6 +71,7 @@ void matmul(restrict read_only align(16) fp16 *A,
)";
class BlockSparseGemmOp : public OpKernel {
public:
explicit BlockSparseGemmOp(OpKernelConstruction* context) : OpKernel(context) {