Yong Gyu Lee

Results 8 issues of Yong Gyu Lee

Ubuntu 18.04 & python 3.6.9 MacOS 10.15.3 & python 3.7 Installing dlib==19.5.0 on both environment failed with same issue. ``` (venv) ➜ 3DDFA git:(master) ✗ pip3 install dlib==19.5.0 Collecting dlib==19.5.0...

When using LLVM 12, configuring CMake gives me an error indicating the correct LLVM version(7 ~ 11) required. But when only LLVM 13(current latest) is installed, the error message is...

Fix compilation error when `obj->begin()` and `obj->end()` return different type. This case is uncommon, but used sometimes. E.g, unbounded [`std::ranges::iota_view`](https://en.cppreference.com/w/cpp/ranges/iota_view)

- [x] Checked for duplicates ### Describe the bug A range object that return different types for `begin()` and `end()` fails to check if the types is printable. ### Expected...

bug

### Explain what you would like to see improved Update **[Building from source](https://github.com/root-project/cling?tab=readme-ov-file#building-from-source)** section of README. LLVM has been updated ### Optional: share how it could be improved * `nvptx`...

xeus-cling is not compatible with LLVM 13 ~ mater Here are fixed fork LLVM 13: https://github.com/jupyter-xeus/xeus-cling/compare/main...lackhole:xeus-cling:llvm-13 LLVM 15: https://github.com/jupyter-xeus/xeus-cling/compare/main...lackhole:xeus-cling:llvm-15 LLVM 16 ~ 17 : https://github.com/jupyter-xeus/xeus-cling/compare/main...lackhole:xeus-cling:llvm-16 Cling master: https://github.com/jupyter-xeus/xeus-cling/compare/main...lackhole:xeus-cling:cling-master

Add CMake support in addition to SCons

At first I was trying to profile BERT in Google Cloud TPU VM(v3-8 | tpu-vm-tf-2.7.0), so I followed the [guide](https://cloud.google.com/tpu/docs/cloud-tpu-tools) while [fine tuning BERT](https://cloud.google.com/tpu/docs/tutorials/bert-2.x). But when I press capture, it...