csprng icon indicating copy to clipboard operation
csprng copied to clipboard

Cryptographically secure pseudorandom number generators for PyTorch

Results 28 csprng issues
Sort by recently updated
recently updated
newest added

/tmp/pip-req-build-_41_wxtb/torchcsprng/csrc/cpu/../kernels_commons.h:42:8: error: ‘void CSPRNGGeneratorImpl::set_offset(uint64_t)’ marked ‘override’, but does not override 42 | void set_offset(uint64_t offset) override { throw std::runtime_error("not implemented"); } | ^~~~~~~~~~ /tmp/pip-req-build-_41_wxtb/torchcsprng/csrc/cpu/../kernels_commons.h:43:12: error: ‘uint64_t CSPRNGGeneratorImpl::get_offset() const’ marked ‘override’,...

UnavailableInvalidChannel: HTTP 404 NOT FOUND for channel pytorch/torchcsprng The channel is not accessible or is invalid. You will need to adjust your conda configuration to proceed. Use `conda config --show...

Summary: Why? * To reduce the latency of hot path in https://github.com/pytorch/pytorch/pull/97377 Concern - I had to add `set_offset` in all instances of `GeneratorImpl`. I don't know if there is...

cla signed
fb-exported

Hi! Do you have any plans to support PyTorch 1.9? We at [opacus](https://github.com/pytorch/opacus) use csprng to generate cryptographically secure noise and ideally we want to make it available to people...

Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * __->__ #136

cla signed

See pytorch/pytorch#26817 for what this does FB only: [Chronos job page](https://www.internalfb.com/intern/chronos/job/?jobname=pytorch_csrpng_nightly_trigger&smc=chronos_gp_admin_client) (click "Run Now" to manually trigger a nightly)

cla signed

Is it expected that the builds for 0.2.1 are GPU, where as the 0.2.0 ones are CPU on PyPI? 0.2.1 on PyPI broken: ``` PS C:\dev\SyMPC> pip install torchcsprng==0.2.1 PS...

Windows + py39 + pip: ``` pip install --no-cache-dir --pre torchcsprng -f https://download.pytorch.org/whl/test/cu111/torch_test.html ``` ``` python test_csprng.py -v test_exponential_kstest (__main__.TestCSPRNG) ... OMP: Error #15: Initializing libiomp5md.dll, but found libiomp5md.dll already...