custom_matmul_kernels icon indicating copy to clipboard operation
custom_matmul_kernels copied to clipboard

Customized matrix multiplication kernels

Results 4 custom_matmul_kernels issues
Sort by recently updated
recently updated
newest added

when i do my kmeans cluster , i was using the code : 'cluster.fit(X[:100]).predict(X)' ,it gaves me the error : 'NoneType' object has no attribute 'split'. ![image](https://user-images.githubusercontent.com/99874521/174745941-bfdf78fd-3a9d-4b08-9548-de6d0117b571.png) could somebody know...

I switched to another machine and run the main branch, but got some compiling errors... ![image](https://user-images.githubusercontent.com/73052387/156866301-4ac6ea65-a2b7-41ff-8f89-0e2495dcd96c.png) when I checkout to master branch, it just worked. However, the performance of customizd...

when I run the kernel code in main branch or master branch, the same error occured as following: ![image](https://user-images.githubusercontent.com/73052387/156780550-e7caeecc-d914-46b0-aefe-9fd9d704e57c.png)