-
This is less of an issue with PIO and more of a request for assistance.
I have built PIO with Intel Parallel Studio 2017
export PREFIX=/home/user/sw
export MPI_VERSION_NUM=2017.1
export MPI_…
-
For now, ops in basebackend seem to be enough to cover basic ops in tensor network within this package.
However, for downstream developers who build packages on top of TensorNetwork and also want t…
-
### What version of Go are you using (`go version`)?
go version go1.8 darwin/amd64
### What operating system and processor architecture are you using (`go env`)?
```
GOARCH="amd64"
GOBIN=""
GO…
rasky updated
4 years ago
-
I replicated the README.md example line for YUV input file, and get an error:
```
./ojph_compress -i input_file.yuv -o output_file.j2c -num_decomps 5 -reversible true -dims {3840,2160} -num_comps …
-
According to the standard, this is what I get as the formula for irrev step size:
```
float param_qcd::irrev_get_delta(int resolution, int subband) const
{
assert((resolution == 0 …
-
## 🐛 Bug
All eigenvalues of the tensor below is positive but we still get a cholesky error:
a = tensor([[ 2.0409e-01, 1.5395e-01, 7.7433e-02, 1.9877e-02, -3.3970e-03,
-5.2508e-03, -…
-
# Introduction
This ticket described a plan to include the functions of the PIO library into the netCDF library, so that it may be (optionally) available to all netCDF HPC (High Performance Computi…
-
The version of the CX gate implemented in ops seems to have the wrong order of the beamsplitter relative to what is reported in the conventions page. This might be a bug
-
I just read the HTJ2K white paper which references a possible javascript decoder based on this work. Can you provide any more information about this?
-
While experimenting with various SPN sizes I encountered the problem, that the runtime quickly gets very slow.
For example using the following SPN (24k nodes) on an i7 machine:
```
gen = spn.Dense…