Maximilian Knespel

Results 94 issues of Maximilian Knespel

```bash echo bar > foo tar -cf foo{.tar,} python3 -m fsspec.fuse --version # 2024.3.1 python3 -m fsspec.fuse --help # -f, --foreground Running in foreground or not (Default: False) python3 -m...

Hi there, we already wrote a bit back and forth in the issue in the smart_open repository. I wanted to give fsspec.fuse a quick try using the tar/libarchive backend. Unluckily,...

When trying to mount with `mtpfs`, I get: ``` time sudo mtpfs -o allow_other mtp Listing raw device(s) Device 0 (VID=12d1 and PID=1082) is a Huawei Ascend P8 . Found...

Somehow I suddenly am getting sporadic assertion failures, `system_error` exceptions, deadlocks, and sometimes it works: ```bash parallelization=64 fileSize=$(( parallelization * 512 * 1024 * 1024 )) filePath="/dev/shm/base64.gz" base64 /dev/urandom |...

Not sure if this is needed or even necessary. But, I thought I'd notify you. I migrated it to CMake because, I never heard of SCons before and I didn't...

Trying out the [date time specification](https://tools.ietf.org/html/rfc3339#section-5.6), I noticed that the `T` separator gets replaced with a lower capital `t` for the `case-sensitive` mode. This makes no sense to me. So,...

enhancement

`h = CRLF` prints `^ $` but should print `^\r\n$`

enhancement

I have some code, which queries `cudaGetDeviceProperties` for `multiProcessorCount` and `maxThreadsPerMultiProcessor` in order to determine how many blocks, threads and streams to start. It would be cool if cupla could...

question
refactoring

I have code which makes use of `warpSize` and `__shfl_down`. The latter may be impossible to implement with alpaka, but `warpSize` could be mapped to something of value, e.g. `elemDim`.

question

I got the following when porting by search and replace from CUDA to cupla: ``` error: there are no arguments to ‘max’ that depend on a template parameter, so a...

enhancement