[PYTHON] Merged blocksparse branch:
* Example for blocksparse matrix multiplication * Simplified Triton kernel API * Revived auto-tuning in einsum
This commit is contained in:
committed by
Philippe Tillet
parent
ea37ba5d35
commit
268894a5ce
@@ -75,6 +75,7 @@ public:
|
||||
// accessors
|
||||
arg_type type() const { return ty_; }
|
||||
void* data() const { return (void*)&val_; }
|
||||
driver::buffer* buffer() const { return val_.buf; }
|
||||
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user