Skip to content
View newellz2's full-sized avatar

Block or report newellz2

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Sending and Receiving an InfiniBand ...Sending and Receiving an InfiniBand Performance Counter MAD using Rust
    1
    // cargo add nix -F ioctl
    2
    // cargo add clap -F derive
    3
    use std::io::{Read,Write};
    4
    use std::mem::MaybeUninit;
    5
    use std::os::fd::AsRawFd;
  2. ib_mad.h Enhanced DR Tracepointib_mad.h Enhanced DR Tracepoint
    1
    /* SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB */
    2
    3
    /*
    4
     * Copyright (c) 2018 Intel Corporation. All rights reserved.
    5
     */
  3. Tracing IB MADs and Clients with BCCTracing IB MADs and Clients with BCC
    1
    #!/usr/bin/python3
    2
    3
    importdatetime
    4
    frombccimportBPF
    5
    importctypesasct
  4. ibtopibtopPublic

    A small application to view aggregate InfiniBand throughput, congestion and errors by switch.

    Rust 5

  5. nccl-testsnccl-testsPublic

    Forked from NVIDIA/nccl-tests

    NCCL Tests

    Cuda

  6. rsmadrsmadPublic

    Rust FFI wrapper for libibmad and libumad

    Rust 1