mirror of
https://github.com/intel/llvm.git
synced 2026-02-03 10:39:35 +08:00
@@ -653,6 +653,7 @@ static void genDenseTensorIterationLoop(
|
||||
RankedTensorType tensorTp,
|
||||
function_ref<void(OpBuilder &, Location, ValueRange)> bodyBuilder) {
|
||||
auto enc = getSparseTensorEncoding(tensorTp);
|
||||
(void) enc;
|
||||
assert(!enc && "Generating Densor Tensor Loop on a Sparse Tensor!");
|
||||
|
||||
unsigned rank = tensorTp.getRank();
|
||||
|
||||
Reference in New Issue
Block a user