Luanzheng Guo

Results 5 issues of Luanzheng Guo

@stephenchouca Hi Stephen, I was looking for a way to assign a new value to a specific tensor coordinate after initialization of the tensor. Assume the tensor is A, and...

Hey, Looks like TACO does not support "tmp[i, k] = A[i,j] * A[j,k]" on sparse (CSR and COO) on GPU. It only works when using "tmp[i, k] = A[i,j] *...

I am running a few CNN/DNN examples within oneDNN, but it always run on a single Nvidia GPU. Is there a way to run on multiple Nivida GPUs? Is it...

question

Hi Beilis, I have done the installation following your instructions. I am seeing an error while loading libdlprim_core.so with torch.ops.load_library. I didn't have issues with loading libdlprim.so and libdlprim_core.so. Could...

For specifying a specific object with multiple points, I am seeing an error while passing more than two points. #Cell 61 input_point = np.array([[500, 1375], [1500, 1375], [1125, 1625]]) input_label...