cuda-quantum
cuda-quantum copied to clipboard
Support pythonic type casting in MLIR
Required prerequisites
- [X] 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