Lukas Hagen

Results 13 issues of Lukas Hagen

When I start a Python script using Pytorch and Cuda to compute anything (e.g., matrix multiplication) on a GPU instance of a MIG-capable Nvidia GPU (in my case, an A100),...

enhancement

## Setup - Create a transfer point and a simulated region - Add the TO behavior, the automatic distribution behavior and the transfer behavior to the simulated region - Add...

bug
shared
simulation

### PR Checklist Please make sure to fulfil the following conditions before marking this PR ready for review: - [x] If this PR adds or changes features or fixes bugs,...

The material type does not contain a property to distinguish between large material (provided by a GW San) and normal material provided by an RTW or KTW). The only distinguishing...

frontend
Legacy

This PR adds a patch to mininet to fix a build error in openflow which occurs when the host system already has `strlcpy` defined. This occurs on ubuntu 24.04 for...

This PR changes the default encoding from dictionary to a type and uniqueness dependent encoding. The import operator and the benchmark table encoder both now consult a helper function to...

Feature
FullCI

This branch implements COPY FROM a .csv file into an existing table without requiring a .csv.json file. The csv file has to be separated by comma for this to work....

Feature
FullCI

### Summary GDB ignores cli args that tell it to redirect stdin from a file ### Description 1. Create a C++ file: ```cpp #include int main() { std::cin.exceptions(std::cin.failbit); int a;...

platform:linux
area:debugger
frequency:uncommon
priority:P2