NVIDIA/cuda-quantum

Support pythonic type casting in MLIR

anthony-santana opened this issue · 0 comments

Required prerequisites

  • Search the issue tracker to check if your feature has already been mentioned or rejected in other issues.

Describe the feature

Support for the following:

@cudaq.kernel
def kernel():
     a = 0 
     b = float(a)

Which currently returns an unknown function error on the "float" function