Daniel Strano
Daniel Strano
@anushkrishnav @golanor - Sorry for the half-day delay in getting you sufficient clarification on the issue. @golanor, your approach is one the right track, but here's how I've packaged PyQrack,...
(Slight clarification: using a "shared library" with a C interface from Python doesn't require a "linking" step. You just build the artifacts and put them where the `QrackSystem` constructor can...
> Hey, I think I'm missing something. After I run cmake on the qrack repository, how do I get the shared library that I'm supposed to use for pyqrack? I...
> When I try to make with CUDA enabled, I get the following error: > > ``` > make[2]: *** [CMakeFiles/qrack.dir/build.make:455: CMakeFiles/qrack.dir/src/common/cudaengine.cu.o] Error 1 > ``` > > Couldn't find...
Actually, the option is `-DQRACK_CUDA_ARCHITECTURES=[x]`, but `[x]` is defined by CUDA: https://arnon.dk/matching-sm-architectures-arch-and-gencode-for-various-nvidia-cards/
> 2. OpenCL - I have Nvidia OpenCL 550.78-1. > running... You don't have the OpenCL headers, it looks like. (They're installed separately.) If you're on Ubuntu, for example, `sudo...
> OK, I managed to build qrack (also on my system), and place the resulting libqrack_pinvoke.so both in pyqrack/qrack_system/qrack_lib/ and pointed at by $PYQRACK_SHARED_LIB_PATH, but it isn't added to the...
> The build process works for POSIX. Windows seems more complicated - it says in the readme for Qrack that you need to build it in visual studio. Is there...
@golanor You did major work on this, so you should get the bounty. I'll review later today, but we can amend what you have any way we need. (Thank you!)
These _are_ the default HTML key press actions for underlying input types. I'm not saying there's no "mitigation" for this in terms of _our_ forms, but overriding basic HTML input...