Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add deduce_jagged_tensor_with_graph_analysis flag for batch dim disti…
…nguish (#929) Summary: For vdd, it seems that the jagged tensor batch dim is identical to dense tensor batch dim, which caused issue in bmm kernel, that it cannot handle batch size as large as 2^16. This fix adds a flag `deduce_jagged_tensor_with_graph_analysis` so that when it is turnt on, we depend on graph analysis, i.e. `try_getting_jagged_tensor_map`, to deduce batch dim for jagged tensor. This can be more reliable than deducing based on value. Differential Revision: D49262422
- Loading branch information