Karl Pierce

Results 25 issues of Karl Pierce

The goal here is to be able to use both CMake and Makefile system interchangeably. Major change is create a system which "picks" the correct lapack wrap bodies.

# Description In this PR I am trying to remove the `SetParameters` module and replace it with the `TypeParameterAccessors` version. The goal here is not to completely rewrite the systems...

# Description There seems to be something peculiar with the Tuple structure. It would appear that Tuples store 100 values at a time in a structure so making a tuple...

# Description Added functionality to take an arbitrary list of tensors with a sequence and compute the largest buffer size from the list. Also adds an option to use a...

Hello, I am having issues with Juliaup. It will not start a julia session and I cannot perform any actions with it. For example ``` ./juliaup self uninstall Do you...

**Describe the bug** There seems to be an issue with the stability of the `eigen` function with `ComplexF32`. Occasionally the eigen code will return `NaN` which is inconsistent with the...

bug
help wanted

**Describe the bug** Some mixed element type contractions are failing when trying to contract with cuTENSOR. **To reproduce** The Minimal Working Example (MWE) for this bug: ```julia a = CuArray{Float32}(undef,...

bug
needs information

Hi I am running the following code and am finding a internal compiler error ``` using Metal dev = Metal.mtl x = @view reshape(dev(randn(elt, 8, 8))', 64)[1:8] @allowscalar y =...

bug

# Description The goal of this PR is to create a cuTENSOR extension to the NDTensors library. In this extension, I will make a function which converts (Dense) Tensors from...

NDTensors

Integrate omp threaded parallelization for mixed contractions. Should be useful for tensors with a large number of modes.