InfiniTensor / InfiniGen

Apache License 2.0
1 stars 1 forks source link

Bug: Incorrectly partitioning tiles #57

Closed KuangjuX closed 10 months ago

KuangjuX commented 11 months ago

When the size of the application's tensor is smaller than the given tile partition size, it will result in a generated thread block count of 0, in turn, leading to code generation and runtime errors.

KuangjuX commented 11 months ago

This change try to fix this bug.

KuangjuX commented 10 months ago

Resolved by #56