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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only 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 Tracepoint ib_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 BCC Tracing IB MADs and Clients with BCC
    1
    #!/usr/bin/python3
    2
    
                  
    3
    import datetime
    4
    from bcc import BPF
    5
    import ctypes as ct
  4. ibtop ibtop Public

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

    Rust 1

  5. nccl-tests nccl-tests Public

    Forked from NVIDIA/nccl-tests

    NCCL Tests

    Cuda

  6. rsmad rsmad Public

    Rust FFI wrapper for libibmad and libumad

    Rust