linnan wang

Results 43 comments of linnan wang

Yes, the current master has ZGEMM.

What's your matrix size? Please note the profile starts at right away when the program executes. That means it needs conduct host registration and other one-time initializations before actually doing...

From the figure, other GPUs are not computing at all. I will investigate this and get back to you. FYI, can I ask why are you using this? What is...

Hello, Thank you for your interest. If you're not in rush, it may take me a while to fix into the case. If you're working on a paper, and needs...

I see, I will get back to you within this week.

Hello, Can you please try to check this commit? I'm preparing a new project for NIPS at the moment, and it is quite unlikely for me to support this project...

1. xbar can be mean acc or cumulative sum, this is an implementation preference. 2. a good research model shall be robust to any encoding mechanism. There is no tricks...

I haven't compiled the code for several months, but I will take a look at ASAP.

Yes you do. BLASX is based on cuBLAS, and it intends to go out-of-core on GPU. please check the paper for more info. Thanks.