Stephen L. Olivier

Results 14 comments of Stephen L. Olivier

I thought that you guys were looking at using the new binders topo layer that @stelleg had worked on -- not so?

@nmhamster Is this still unresolved?

> @olivier-snl Ping Do these get installed in share along with the existing man pages? Does this make [htmlize.sh](https://github.com/Qthreads/qthreads/blob/main/man/htmlize.sh) obsolete, and subject to removal?

What is the testing status of this? Should test on arm mac, x86 mac, arm linux and x86 linux to ensure works on the new platform and no harm done...

> I'm seeing failures for a couple types of tests. > > One failure for tests that sleep, where it seems like when doing sleeps from different tasks only some...

> Tests seem to fail on arm (thunderx2) linux with fastcontext. They pass with the system ucontext. So seems to be arm fastcontext specific. I don't know that I would...

Hi @mppf. I wanted to ack this request for now to let you know I've seen it, since it is vacation season for my team -- @janciesko is out currently...

Regarding argobots, they have separate by very close fast context implementations for elf/linux and macho/mac, both slightly adapted from those in boost. See https://github.com/pmodels/argobots/tree/main/src/arch/fcontext

Yes, @cjhackillinois I recall that. My intent was not that @janciesko should use those implementations, but that by comparing them to each other he could get an idea of what...

> Does our current arm64 code we have work on M1? The format of the assembly for M1 is slightly different, so no. But the changes should be minor to...