David Poliakoff
David Poliakoff
So, that's certainly true, but if you're coming from another language and reading this, your brain will say `not`. I'm okay if as a group this gets closed with "that's...
I'm inexperienced with language design, so this is asked out of ignorance, but once there's code in the wild, doesn't it become much more expensive to change? If I'm wrong...
Yeah, I guess I just found [this comment](https://github.com/carbon-language/carbon-lang/issues/565#issuecomment-1194150515) pretty compelling. I looked at a few of the threads linked (not all, it's a pretty branchy tree) and it looks like...
On it, sorry
Quick patch: remove "constexpr" on the line above the one in question: ``` static constexpr double tuning_step = tuning_max / max_space_dimension_size; ``` Needs to not be constexpr ```
Candidate fix here: https://github.com/kokkos/kokkos/pull/3969
Fix is broken, I'll iterate
Fix passes our testing. @shardest : could you say what machine you run this on? I want to check that your build passes with my branch
This will be hard to debug. My PR is based off of Kokkos `develop`. I'll try to check out Trilinos and try to do the same thing on top of...
@shardest: apologies, but I don't seem to be able to reproduce this on a machine I have access to. I'll see whether my patch against Kokkos gets merged, but theoretically...