wangweiwei

Results 8 issues of wangweiwei

error msg: CMake Error at CMakeLists.txt:15 (include): include could not find requested file: /usr/local/tars/cpp/makefile/tars-tools.cmake CMake Error at src/ConfigServer/CMakeLists.txt:3 (gen_server): Unknown CMake command "gen_server".

Now, I test the Server's Preferred Address, it's ok. I modify the client's sending address, the server response with PATH_CHALLENGE, but the client's code can't process it(lsquic_engine.c function:lsquic_engine_packet_in).

help wanted

the following code may have spuriously declaring packets? if (largest_retx_packno && (packet_out->po_frame_types & ctl->sc_retx_frames) && 0 == (packet_out->po_flags & PO_MTU_PROBE) && largest_retx_packno sc_largest_acked_packno) { LSQ_DEBUG("loss by early retransmit detected, packet...

file echo_client.c, line:121 st_h->read_stdin_ev = event_new(prog_eb(st_h->client_ctx->prog), STDIN_FILENO, EV_READ, read_stdin, st_h);

help wanted
good first issue

### Expected behavior File "/tvm/python/tvm/driver/tvmc/compiler.py", line 452, in compile_model graph_module = build( File "/tvm/python/tvm/driver/tvmc/compiler.py", line 528, in build return relay.vm.compile(mod, target=tvm_target, params=params) File "/tvm/python/tvm/relay/backend/vm.py", line 67, in compile compiler.lower(mod, target,...

type: bug
needs-triage

### Expected behavior tvm.error.InternalError: Traceback (most recent call last): File "/tvm/src/relay/backend/token_allocator.cc", line 41 InternalError: Check failed: (pval != nullptr) is false: Cannot allocate memory symbolic tensor shape [T.Any(), T.Any()] ###...

type: bug
needs-triage

### Branch/Tag/Commit main ### Docker Image Version mini ### GPU name p100 ### CUDA Driver 470.199.02 ### Reproduced Steps ```shell 1. tritonserver --model-repository=/path 2. fastertransformer/utils/nccl_utils.cc:62 'unhandled cuda error' But when...

bug

I find some desc as follows: Broadly speaking, QUIC is a replacement for the Transmission Control Protocol The goal of mvfst is to build a performant implementation of the QUIC...