Ye Luo

Results 358 comments of Ye Luo

``` #pragma omp interop device(id) init(prefer_type("level_zero"), targetsync : interop) auto hDevice = omp_get_interop_ptr(interop, omp_ipr_device, &err); const sycl::device sycl_device = sycl::make_device( reinterpret_cast(hDevice)); ``` currently works

I'm also suffering from this issue. No problem with upstream llvm. My computer has hdf5 module setting ``` prepend-path LIBRARY_PATH /soft/packaging/spack-builds/linux-opensuse_leap15-x86_64/gcc-10.2.0/hdf5-1.10.7-uapcktd3szlmtouy63p4o3nofnsj5au6/lib ``` The above reproducer complains. ``` yeluo@jlselogin7:~> amdclang -fopenmp...

My intention was to resolve the implicit dependency of `myVars` on `globalVars`. Once that is resolved, evaluateDerivatives can be treated like a const function that can be called as many...

> Thanks for thinking this through. I agree the current implementation is a mess. > > How much effort do you think this would be? A quick and dirty work...

Put up an update. No direct progress on this topic. I tried quick and dirty trick and hit internal state machine breakage. So will try the quick and dirty trick...

Isn't that you run all electron for the unspecified element? I will call it a feature instead of a bug and you catch it when you see a significantly shifted...

You requested spline orbital type but your h5 is in LCAO orbital type From your input file. ```

> (For developers) PR #4268 introduced some changes that altered the behavior in this case. If `read` of "/format" and "/version" is changed to `readEntry` (which skips the error check...

Here is my expectation of walker ID. It represents the location(rank, index within the rank) of walker in each step. It is **not** carried over steps. At initialization or after...

To follow the bad walker, you will need to "backtrace". If IDs are fully unique, you will need to search the parent id in the population at every step which...