[GPU] implement f16 extension in GPU module#804
Conversation
|
Thanks! I realized we also don't have this conversion for |
|
Hey, @arshajii! How do you think about I’d like to clarify whether we want explicit complex scalar GPU support, or keep it implicit through tuple handling. |
|
nvm. As |
@arshajii Yeah for sure. I also looked at other native types that don't have a GPU extension class, for example So I only added the CmakeLists.txt
Seems works well. |
|
Please refer to #811 for context. To clarify the timeline in a bit more detail: when I opened this PR, After receiving the request to add In practice, the failure occurs in the |
|
Thanks -- I'll merge this and then look into the ordered dict issue. |

fixes #803
MRE
Result
Seems Running Well.
Test Suite
In
test\transform\kernels.codon, current test suite missing kernel scalar type lowering, so also added that too.