Pradeep Garigipati
Pradeep Garigipati
We had a duplicate request #3123 Responding to that here to avoid a scattered conversation. Based on what I, personally, have checked out from Metal [specification][1] and [documentation][2], it seems...
@BA8F0D39 Yes, I forgot to mention these - thanks for bringing those up as well. I am definitely not an expert on Vulkain, but from I read in Vulkan specification...
+1 for Option 2
@ipostr08 As of now, users can only fetch ArrayFire's CUDA stream. The support to set a user created CUDA stream is not yet available. No this feature is not abandoned....
> > We have implemented events which should improve support for streams. The main problem is the memory manager and its current implementation and how the streams are associated with...
I wonder if all LAPACK routines are having issues with Telsa M60 - #3147
The error seems odd, it is treating compute flags and the next paths also as value of `gpu-architecture` flag. This definitely doesn't happen on regular non-jetson setup as I have...
I wasn't implying you were lying :) it is often easy to miss quotes in long lengthy lines. Can you please try makefile generator with cmake instead of Ninja and...
Usually and now, they are empty. They aren't used unless any special flags are required to be set. I am not sure what is going on, unfortunately, I don't have...
> I managed to build by replacing the space separators with semi-columns in CUDA_NVCC_FLAGS. > > ``` > CUDA_NVCC_FLAGS ?= "${CUDA_NVCC_ARCH_FLAGS};${CUDA_NVCC_COMPAT_FLAGS};${CUDA_NVCC_PATH_FLAGS};${CUDA_NVCC_EXTRA_FLAGS}" > ``` > > I still can't explain why...