warp
warp copied to clipboard
[REQ] Tooltips for Float, Int, and Scalar
Description
Tooltips in VSCode for Warp functions that include Float, Int, or Scalar types look like this (for example):
Scalar@tile_reduce
It would be nice to remove the @warp_function . I suspect these types are being localized to each function because they are imported from another module (types.py).
Context
Readability