Tom Scogland

Results 225 comments of Tom Scogland

The main trick really is dealing with the lifetime and single cleanup issue. Using variant would remove the atomic on each copy, so that would be nice and might be...

The trick for camp is making it work without a compiled component. @MrBurmark, can you give an example of how the single TU issue would come about? I'm not sure...

We can embed the version in the name of the inline namespace. It wouldn't fail to link within a single TU, but if the tuple or other type is used...

The prerelease on main should be exporting those targets as if a couple of days ago, as part of the ongoing massive rework to unbreak BLT target export across the...

> Thanks @trws I appreciate how complex this. > > > > I am not a fan of the attempt at magic with BLT exported targets, it seems like a...

Yup, I will figure this out for subsequent releases. Do you need one for the most recent release as well?

Do you not see this issue with RAJA or Umpire otherwise? That dependency comes through BLT, so I'm trying to track down how best to solve this. Also, where in...

It’s because BLT is porting from `{backend}_runtime` to `{backend}::runtime`, starting with hip. The cuda one isn’t done, and at present `cuda_runtime` is the correct dependence to request the cuda runtime...

Thanks @rhornung67, I'm glad to hear that's going forward, but thankfully I don't think we're necessarily dependent on that rework to fix this. I can put in the stopgap in...

@CameronRutherford, in working on some updates to the cmake here and in RAJA (partly spurred by this but also to fix other issues) I think we may already support this...