Implementing __rpow__
This PR has been approved by @kaushikcfd and implements rpow(). These features were added to help support the creation of a PyCuda interface in arraycontext
- Implemented gpuarray.rpow
- Extended elementwise.get_pow_array_kernel()
- Improved test_pow_array to catch order flips
- Tested with
flake8
andpytest
Edited by Mit Kotak