Yangzihao Wang
Yangzihao Wang
https://github.com/gunrock/gunrock/blob/master/examples/BaseMakefile.mk#L42 Probably should also add sm target for 6.1 there? I will try it first.
Thanks for the reply Mohammad. My colleague changed the BaseMakefile for louvain and compiled with CUDA 9 + compute capability 6.1 setting (on a P40). There seems to be some...
Thank you! Loop in my colleague WJ (@sdj222555), who is actually trying this. He will post his findings later.
I can confirm this bug. Using current head and run with this parameters: --device=0,1 --partition-method=static I get segfault. Also it seems to fail on all partitioners. If no one is...
Thanks @sgpyc ! I've managed to make some progress. I added util::HOST as one of the targets for partition_tables, it got passed that. However, later the enactor_slices is out of...
Made some more progress. Actually just ignore the previous comment. It's minor issue and an easy fix. Done already. The real problem is because of the sub_graphs are not properly...
Haven't got time to work on this last week, but made some more progress. So currently I can make sure that the CSR data structure is correctly initialized: 1) https://github.com/gunrock/gunrock/blob/master/gunrock/app/problem_base.cuh#L214...
@wetliu Thank you! We could talk about this next time we meet in lab.
> Hi! Then for the demo of Audio-to-Image generation showcased on the [website](https://imagebind.metademolab.com/demo?modality=A2GI), I‘m wondering which generative model is used, and whether you plan to release the corresponding code. Thank...
@tfboyd I just tried with new dilated conv API and now it does show the correct shape inference. ``` input_tensor = tf.placeholder(tf.float32, (10, None, 256, 3)) dilated = tf.nn.conv2d(input_tensor, tf.zeros((3,...