Gavin Uberti

Results 8 comments of Gavin Uberti

Has anyone managed to get this running with a 64-bit machine?

I gave it a shot, and the 2009 driver is not compatible with 64-bit Windows 10 (HID's website mentions a 64-bit version of this driver exists, but I can't find...

@MacGyver1rjq104 Yes, I have the code working with HID iCLASS DL cards. I've also tried it with some HID Elite keys, and verified it gives `Error: Authentication failed`, but this...

@Supercodegames How did you end up getting your device to work with your 64 bit PC? I have a OMNIKEY 5321 CLi, but the driver from 2009 linked on the...

This is expected behavior from `sphinx-gallery`. The code that generates the empty block is: ```python # sphinx_gallery_start_ignore from tvm import testing testing.utils.install_request_hook(depth=3) # sphinx_gallery_end_ignore ``` `sphinx-gallery` correctly removes everything between...

### Why doesn't `SMLAD` improve performance? Recall that the SMLAD instruction takes two int16*2 values x1::x2 and y1::y2 and an accumulator z, and computes z += x1 * y1 +...

Thanks for the detailed comments @areusch @tkonolige! I've addressed your comments with dee04b10 - please take another look.

For anyone who finds this in the future - I saw this error when I did not have any `ssh` keys at all set up. Running `ssh-keygen -t ed25519` solved...