NVIDIA / Fuser

A Fusion Code Generator for NVIDIA GPUs (commonly known as "nvFuser")
Other
271 stars 53 forks source link

Fix typecast error in SelectOpRecord #3358

Closed rdspring1 closed 2 weeks ago

rdspring1 commented 2 weeks ago

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);

rdspring1 commented 2 weeks ago

!test