Iain Moncrief

Results 17 comments of Iain Moncrief

Yes, it appears they are. Before I close, is the status of their GPU compatibility known?

@bradcray It looks like there are C++ bindings for pickling: https://www.picklingtools.com/ . I am not sure how widely this format is used and am new to it, but it seems...

Is this by any chance related to `op reduce array` expressions requiring element-wise host device transfers?

It seems like this method isn't being picked up. Maybe the failure needs to be lifted by the compiler? ```chapel inline operator =(ref tup: _tuple, v: tup(0).type) where isHomogeneousTuple(tup) {...

> Given 16bits of unsigned integral data that represent what IEEE 754 calls a BINARY16 floating point number, sometimes called **float16**, the following converts that bit string into a **real**(32)....

> Birthday lies need to be remembered for subsequent verification. Sigh. > > That said, it would be nice if the technical discussion about **real**(16) could try and stay in...

[chpldoc.cpp.txt](https://github.com/user-attachments/files/16789804/chpldoc.cpp.txt) Here is the source file. I am just including it to show where I have added the effects the flags have on the generation. This file has some embarrassing...