Christopher Taylor

Results 55 comments of Christopher Taylor

@xflywind apologies - will send fix very soon.

@shamisp @yosefe quick update: several modifications have been made and pushed into this PR.

@yosefe change the automated commit message for the merge (commit # [a3e2624](https://github.com/openucx/ucx/pull/8246/commits/a3e2624f54054b5bd280ff45d27fcddec0e4311a))?

@yosefe apologies for the 2 rebases - found an issue with a single message. I believe the commit titles/messages are now updated to meet the specification.

@shamisp @yosefe did some testing today. It turns out riscv64's implementation of `brk` is not equivalent to `syscall(SYS_brk, ...)`. This is the source of several issues and work arounds you...

@yosefe @shamisp `ucm_log_vsnprintf` (in the file `src/ucm/util/log.c`) accepts an argument `va_list ap`. A line of code `value.s = va_arg(ap, char *);` expects `va_arg` to return `NULL` or `0` when it...

@sashayakovtseva @cali4888 this may seem like a roundabout solution, but would providing a fuse-plugin that polls slurm on demand - like a webservice - to provide the slurm data through...

@cali4888 apologies for the delay responding. cgo code might get a little ugly. Having a `/proc` or `/sys` directory dynamically update with slurm information would mean queries to slurm, from...

@hkaiser and now to finalize RandomForest! I will add an issue that needs to address recovering output from the remote system. I need to return a data structure similar to...

Question about the dot product operation . Should operations like dot product be represented as a combination of DAG operations? Should operations like dot product be "special nodes" with custom...