- How to Write a Bad Statement for a Computer Science Ph.D. Admissions Application
- Applying to Ph.D. Programs in Computer Science by Mor Harchol-Balter
- A playlist for applying to CS PhD by Casey Fiesler
- Grad School Resources
- Writing a Statement of Purpose
- SOP of Yu-hsin (Joyce) Chen
- SOP examples from Quora
- Advice from CMU Prof. Scott E. Fahlman
- RDMA Aware Networks Programming User Manual
- On the Impact of Cluster Configuration on RoCE Application Design
- RDMA over Commodity Ethernet at Scale
- Design Guidelines for High Performance RDMA Systems
- FaSST: Fast, Scalable and Simple Distributed Transactions with Two-sided (RDMA) Datagram RPCs
- RDMA [1]: A short history of remote DMA networking
- [Slide] RDMA Tutorial
- Understanding the concepts and mechanisms of RDMA
- [InfiniBand RDMA over PCI Express Networ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import pandas as pd | |
| interval = '1min' | |
| in_sheet = "sample.csv" | |
| out_sheet = "output.csv" | |
| # read the csv file | |
| df = pd.read_csv(in_sheet) | |
| print("Resampling to {0} data...".format(interval)) |
- Down to the TLP: How PCI express devices talk (Part I)
- PCIe OSDev
- Motherboard block diagram
- [Video] Memory Mapped I/O and an introduction to Serial and PCI Express Busses
- An Introduction to PCI Express
- A study of the Linux kernel PCI subsystem with QEMU
- [Book] PCI Express System Architecture
- Understanding Performance of PCI Express Systems
- LLVM for Grad Students
- Life of an instruction in LLVM
- Getting Familar with LLVM IR
- How high level constructs map to LLVM IR: Can be used as a starting point to understand LLVM IR
- LLVM Overview
- llvm-tutor: A collection of out-of-tree LLVM passes for teaching and learning
Relevant erro from SNAPD_DEBUG=1 snap run slack
tartTransientUnit failed with "org.freedesktop.DBus.Error.Spawn.ChildExited": [Process org.freedesktop.systemd1 exited with status 1]
Possible reason: Need systemd --user but running this generates:
Trying to run as user instance, but $XDG_RUNTIME_DIR is not set
$XDG_RUNTIME_DIR is set to /run/user/$UID