jon-chuang

Results 134 issues of jon-chuang

minitrace = 0.4.0 monoio = 0.0.4 `collector.collect().await` does not return

``` sycl::buffer buf_target(target, coeff_count*decomp_mod_count); sycl::buffer buf_lsp_0(local_small_poly_0.get(), coeff_count); sycl::buffer buf_lsp_1(local_small_poly_1.get(), coeff_count); sycl::nd_range two_work_items{ sycl::range(1024*((coeff_count/2+1023)/(1024))), sycl::range(1024)}; for (size_t i = 0; i < decomp_mod_count; i++){ q.submit([&](sycl::handler& cgh){ auto _lsp_0 = buf_lsp_0.get_access(cgh); auto...

What is the status of the implementation of sub buffers? As seen pg. 94 SYCL spec (https://www.khronos.org/registry/SYCL/specs/sycl-1.2.1.pdf) ``` buffer parent_buffer { range{ 8,8 } }; // Create 2-d buffer with...

How much work is required to set up development on Xilinx FPGAs? What is the status of the project vis-a-vis Intel's Clang SYCL? Is there a chance of Intel's SYCL...

question

## Description Miscelaneous changes associated with celo-org merge. Ranging from harmless to API changes. closes: https://github.com/arkworks-rs/algebra/pull/127 --- Before we can merge this PR, please make sure that all the following...

Related to #207 The main contribution of this PR is to get rid of multiple redundant functions, and to unify all mul by small const methods into default implementations. Results...

Features: - Batch Affine ops - Batch and ordinary w-NAF - GLV framework. GLV precomputation script. - GLV impl for both batch affine and projective mul - Batch bucket addition...

It might be helpful to add some Readmes in the algebra and in the future, other directories, that lists out basic math of the various curves, including security, special characteristics...

T-documentation
D-medium
P-high

The point of this proc macro library is to control all marked constants from a single cfg file in your dir. This makes it easier for people to tweak constants...

Criterion sucks - it takes way too long to bench. I'm sure I've raised this issue before. It's very difficult to make settings that get around the whole annoying "statistical...

T-design