Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix typecast error in SelectOpRecord (#3358)
The `index` argument does not have to be a `TensorView` for the `select` operation. Reference: `NVF_API TensorView* select(TensorView* tv, int64_t dim, Val* index);`
- Loading branch information