Strictly speaking, yes people are looking at this, but we don't have nearly enough information to commit to a particular interface just yet.
Can you say more about what support you are imagining, and what you would do with it?
For example, right now I use numactl for reliable benchmarking on the BIG.little arm64 on my desk, and that meets my needs.
It's not even clear if we should be supporting "policies" or handing people the ability to talk about classes of cores.
And if it's "policy", what does that look like? "Best speed", "best power" -- what if best power reduces throughput by 75%?
If I try to imagine what we could reliably provide without rewriting scary parts of the runtime, it would be 3 choices, "all fast", "all slow", "don't care".
I.e., pretty much what you can get from numactl right now, but without wrapping your program in another program.
(How this interacts with already running inside numactl, clouds, containers, VMs, I have no idea.)
Near/far memory support in a general-purpose programming language is still pretty close to a research problem, as far as I know.