Muhammad Firmansyah Kasim

Results 17 issues of Muhammad Firmansyah Kasim

Linear Recurrent Unit (LRU) seems to be a good RNN unit for long range arena and the implementation does not seems to be complicated (not like S4). Here is the...

documentation

I tried compiling a simple Verilog-A for a capacitor. However, if the file does not have a parameter, it will raise an error. The error can be solved by simply...

Hi, I would like to use the `laplace_*` (e.g., `laplace_nd`, etc) for my work. As it's not implemented in OpenVAF, I'm willing to put my time and effort if it...

Fixes #22609 to increase the accuracy of `log1p` for small inputs. With this PR, `log1p` can deserve its reason for existence for complex numbers. ```python import numpy as np print(np.log1p(1e-18...

00 - Bug

**Describe the bug** There are various codes in `_impls` directory that do not follow the `.flake8` rule, but not detected when doing the `flake8` check. For example, search `**` in...

bug

Some methods, like `rootfinder` accepts `**kwargs` that will be passed to the specific method. However, there is no warnings raised when users specify redundant `kwargs`. To reproduce: ```python import torch...

good first issue