Skip to content

Implementing __rpow__

Mit Kotak requested to merge kaushikcfd/pycuda:main into main

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 and pytest
Edited by Mit Kotak

Merge request reports