Joe Schoonover

Results 105 comments of Joe Schoonover

Backtrace from gdb.. ``` (gdb) bt #0 0x000000000000002b in ?? () #1 0x0000155553637a76 in execute_ufunc_loop () from /home/joe/miniconda3/envs/parcels/lib/python3.13/site-packages/numpy/_core/_multiarray_umath.cpython-313-x86_64-linux-gnu.so #2 0x0000155553641323 in ufunc_generic_fastcall () from /home/joe/miniconda3/envs/parcels/lib/python3.13/site-packages/numpy/_core/_multiarray_umath.cpython-313-x86_64-linux-gnu.so #3 0x000055555572efe4 in _PyObject_VectorcallTstate (kwnames=0x0,...

Hey @rajeeja , Thanks for the triaging advice here * Python 3.13 segfaults with both `np.float32` and `np.float64` * Python 3.11 works fine with both precisions

Hmm.. not sure what to make of that. I'm still able to reproduce today.

Now that flang-new appears to be in ROCm 6.3, can we now discuss what specific features are now imparted on the amdflang compiler included with ROCm? From reading other issues...

I supppose I'm confused in general about the announcement of the "next-gen fortran compiler" (https://rocm.blogs.amd.com/ecosystems-and-partners/fortran-journey/README.html) ...

Got it. It appears the messaging is getting muddied elsewhere, [including in comments from cloud providers offering MI300X](https://www.linkedin.com/posts/tensorwave_amd-rocm-63-is-here-standout-features-activity-7272426981806252032-iylJ?utm_source=share&utm_medium=member_desktop)

FWIW, at the moment, I'm using an attribute in an `xarray.DataArray` or `uxarray.UxDataArray` for the `mesh_type` (formerly the `mesh` argument for the `Field.__init__`) and the variable name. However, I'm considering...

Maybe we could bake in the concept of "boundary elements" and "interior elements" and not apply interpolation to boundary elements - instead, we'd need "extrapolation" to handle boundaries. Interpolation would...

@aaronzedwick - Can you share a minimal reproducer ? I'm happy to help

In lat-lon space, this is not a convex polygon; I'm not surprised this didn't work. The point you're asking for is in the southern hemisphere, too ? Is the intent...