Yang Zhao
Yang Zhao
Is there any chance to implement a plugin like [zsh-jump-target](https://github.com/scfrazer/zsh-jump-target) or [avy](https://github.com/abo-abo/avy) in emacs? Thanks.
Add new attribute `#calendarType` on calendar root note, its value can be `monthly`(default) or `weekly`. If `#calendarType=monthly`, then the calendar tree will be organized as "year/month/day", this is default option...
有时候想要 cd 到某个文件的目录时,往往会先复制这个文件的文件路径,然后删除文件名后再 cd。 如果 z 能够支持当路径是文件时,直接 cd 到它的目录的功能就好了。 谢谢!
UR: https://github.com/oneapi-src/unified-runtime/pull/1532 To check sycl::local_accessor(aka, dynamic local memory), we need to extend a new argument in spir kernel, this is because: - ASan needs to know some size information of...
UR: https://github.com/oneapi-src/unified-runtime/pull/1521 - Add MemToShadow_DG2 - Enable lit tests for GPU, decrease the global workgoup size in some tests due to the limit of GPU memory
LLVM: https://github.com/intel/llvm/pull/13450 - Check GPU type by device name - Added Shadow memory allocation and MemToShadow for DG2
UR: https://github.com/oneapi-src/unified-runtime/pull/1747
ESIMD kernel doesn't support noinline functions, so we can't support sanitizer for it now. We can't check if the kernel is ESIMD kernel at Unified Runtime, so we have to...
LLVM: https://github.com/intel/llvm/pull/14891