Dai-Ni Hsieh

Results 15 comments of Dai-Ni Hsieh

I plan to work on this. If we are OK with the old `clang-format-9`, which is used in the internal CI, we can continue using that version. Or we can...

Basically `clang-format-9` is out. We have power shutdown for several days. I will start evaluating newer `clang-format` and the one in oneAPI next week.

Thanks @rscohn2 for suggesting pre-commit! It's sooo easy to experiment with different clang-format versions! I think our Infra team will also be happy about it. :smile: After we add a...

It looks like this is just how `clang-format` handles method chaining: ```c++ queue .submit([&](sycl::handler& cgh) { // body }); }) .wait(); ``` I didn't find an option for this unfortunately....

@oneapi-src/onemkl-rng-write, @oneapi-src/onemkl-sparse-write, @oneapi-src/onemkl-dft-write I plan to merge the PR on 10/22 EOD Pacific time if there are no objections.