-
|Wazuh version|Install type|Action performed|Platform|
|---|---|---|---|
| 4.3.4-rev | Manager/API/Agent | Install/Upgrade/Remove | OS version |
We need to modify the unattended to be able to…
-
Hello,
I am now using this brilliant modem since 1-2 months.
Thank you very much for all you did!
I did not buy, but have built my own.
It works very nice on the C64 now!
And then I …
-
Hi all,
Since we are trying to build a GEMM-like interface using MLIR, we are trying the full mathematical GEMM expression:
```
C = alpha*A*B + beta*C
```
Which, translated in `linalg`, become…
-
ssd_mobilenet_v2_float has some transposes that are not folded into constants; this leads to us allocating the memory duplicating the constant and then transposing into it on every run. In this model …
-
The ASCII table in Appendix C is valid for C64, but not for C65 ROMs. For example, CTRL+G produces char 7 - if you execute ?CHR$(7), you'll hear a bell. ?CHR$(8) to disable character switch does not w…
-
Hi,
what is the correct config for using the whole imageGAN in pix2pix
I suppose it has to be --netD n_layers but I'm uncertain about the value of --n_layers_D.
Any hint would be appreciated. Thank…
-
The book says: "Slow (1MHz – 3.5MHz) Operation" and "Full Speed (40MHz) Instruction Timing". I don't agree with this, 3.5MHz is "C65 fast" and 40 is "MEGA65 fast", slow is only 1MHz (and I guess maybe…
-
The reason for this is that terminal mode relies on the generic `avr_write_byte()` routine
https://github.com/avrdudes/avrdude/blob/64ee4858fd5e4a2ce65cf3c280274674c4320de5/src/term.c#L569-L570
- W…
-
### Description
When running unit tests with a table that has foreign key constraints (CakeDC/Users) the tests fail because it is unable to truncate the tables with foreign keys defined.
```
44) …
-
The CRT version is not functioning properly (did not find any clue on how to get it work right yet - please inform if there is a workaround).
PROBLEM: using the CRT version, the stack is always 'fu…