Closed yidong72 closed 4 years ago
Hi Yi,
The new RAPIDS container (v0.11) already includes conda v4.7.12, so you are right, that change is not needed anymore.
Thank you for taking care of this PR.
Regards, Miguel
Hi Yi,
The new RAPIDS container (v0.11) already includes conda v4.7.12, so you are right, that change is not needed anymore.
Thank you for taking care of this PR.
Regards, Miguel
Thanks for the clarification of this.
Added the profile argument to help optimize the performance. Now we can evaluate the graph by:
o_gpu = task_graph.run(
outputs=outlist,
replace=replace_spec, profile=True)
I did all the changes as you suggested. please review it again.
the CUDA version tag is fixed
Since RAPIDS 0.11 is released, move the changes from PR to this PR. I didn't include
Not convinced it solved the problem.