Kaz Nishimura

Results 10 issues of Kaz Nishimura

Not sure if it really works. Just the first step to address #28.

The output audio buffer must be zero-filled according to . This patch ensures the output buffers cleared with zeros, I hope.

https://github.com/GoogleChromeLabs/audioworklet-polyfill/blob/8f4123163fe36f4f5453894f847c6d541e56b074/src/realm.js#L36 Supplied worklet modules must be loaded as module scripts according to .

The header defines `ERROR` as an undeclared symbol. It seems it tries to save and restore the original definition of `ERROR` but it fails to do so. https://github.com/coin3d/coin/blob/dfb56d294eeef3581e4322ed8881f478fc242dec/include/Inventor/errors/SoDebugError.h#L85

bug
acknowledged

This change will solve the name collision problem with the Win32 API. I hope it is safe to redefine `ERROR` as an enum constant instead of a preprocessor macro. Fixes...

# What does this PR do? This PR adds experimental DirectML support via torch-directml, which is still in preview and lacks several PyTorch functions such as microsoft/DirectML#449. If you are...

`shared_ptr(nullptr_t)` のコンストラクターで `noexcept` がないのは正しいでしょうか https://github.com/cpprefjp/site/blob/8250474933368f71448e5a3cad3eb78d0f101ed2/reference/memory/shared_ptr/op_constructor.md?plain=1#L53

# What does this PR do? This pull request tries to add support for the StableLM model. It is still incomplete. Fixes # (issue) ## Before submitting - [ ]...

# What does this PR do? This PR adds `.data` to the external data file suffixes so that an optimized model can be downloaded from Hugging Face as the optimizer...

I wanted to use `runtime` scope to add OSGi dependencies that were not needed at compile time. But `nbm:manifest` did not pick those dependencies and I had to switch to...