I mainly use intel fortran (I have a bunch of legacy code that works fine with that compiler and it seems a massive risk to use another compiler). I mainly run my codes on a cluster (with mainly Xeon type processors) and use my laptop (intel chip too) to sometimes run some smaller codes and debug code (using VS community + Intel OneAPI).
There are also laptops with Intel Arc GPUs these days, which can be used for OpenMP target offloading (although limited to 32-bit real precision; I’ve read that software-emulated 64-bit is also available, but I don’t know how useful that is).
As mentioned earlier, I’m not sure how well-suited the consumer-grade GPUs are for scientific computation with 64-bit floats. Vendors like to introduce stratification into their product lines for various purposes. However, I’ve seen some compelling examples of the Intel Arc series using OpenCL: Intel Arc A750 does all these fluid simulations in real-time