Results 4 issues of Matthew Pearce

I was wondering if there was a way to modify the behaviour of CUBLAS.jl functions so that when a pointer is overridden in julia, the appropriate CUDArt.free(ptr) is called. ```...

When display gets called on a `CudaSparseMatrixCSR` a long display error is output. I'm on Julia 0.4.5. ``` julia julia> dQ = CudaSparseMatrixCSR(Q); julia> typeof(dQ) CUSPARSE.CudaSparseMatrixCSR{Float32} julia> dQ [... can't...

```python import sympy N = sympy.Symbol("N", integer=True, positive=True) sympy.core.singleton.S.Reals**N ``` Currently results in `ValueError: N: Exponent must be a positive Integer`. Full message: ```python --------------------------------------------------------------------------- ValueError Traceback (most recent call...

I am trying to set up SharedArrays on remote machines. I.e. shared among processes on the _same_ machine. Unfortunately this doesn't seem to work. I am using version 0.5.0-dev+749 of...