Akshay-Venkatesh

Results 86 comments of Akshay-Venkatesh

cc @yosefe @bureddy @jirikraus

> per offline discussion, need to also remove it from build (link) otherwise ok @yosefe the following changes to remove cudart from build causes gtest build to fail as it...

> can we remove cudart only from UCT&UCM. but not from gtest? @yosefe with this PR, that's already the case as UCT/UCM no longer depends on cudart: ``` $ ldd...

@petro-rudenko How do I know which compilation flags were used to build goperftest? I'm not sure if it was built with -DHAVE_CUDA or -DHAVE_CUDART here https://dev.azure.com/ucfconsort/ucx/_build/results?buildId=36177&view=logs&j=3326af28-725b-5a76-d9b2-a6afcb2c442d&t=325b69bb-50d4-51fd-759e-eb1ff0fb9743&l=370 I'm trying to figure...

> Hi @Akshay-Venkatesh Go dynamically links only to ucp and ucs. SInce it doesn't use cuda API directly - only through ucp_mem_map, etc: > > https://github.com/openucx/ucx/blob/master/bindings/go/Makefile.am#L10-L11 Hi @petro-rudenko. Thanks for...

> @petro-rudenko Sorry for the delay. I seem to run into a build error with-go. ``` $ ./autogen.sh && cd build-own && echo $CUDA_HOME && ../contrib/configure-devel --enable-debug --enable-debug-data --with-java=no --with-go...

@petro-rudenko @yosefe goperftest issue should be resolved now. Is it possible restart tests?

Hi @petro-rudenko Looks like java and go tests are failing with the same type of error : ```go === RUN TestUcpMmap [1644105177.739786] [swx-rdmz-ucx-gpu-02:1963 :1] cuda_copy_md.c:164 UCX ERROR attempt to allocate...

@yosefe the failing test complains about not finding cuda transport on what seems like a machine without a GPU. Should such a test be running?