Results 34 comments of Jeffrey Bush

I have updated all of your suggested changes and more. I have consolidated many additional settings that had the same value in multiple places. I also removed many of the...

When placing ``` implementation("com.suparnatural.kotlin:fs:1.1.0") ``` and using maven central I get the following error: ``` :shared:iosSimulatorArm64Main: Could not resolve com.suparnatural.kotlin:fs:1.1.0. Required by: project :shared Possible solution: - Declare repository providing...

This fix seems to be at least partly done in the source tree (https://github.com/libfuse/sshfs/blob/sshfs_2.x/sshfs.c#L1900 and https://github.com/libfuse/sshfs/blob/sshfs_2.x/sshfs.c#L3112) which check for `__APPLE__` and set the blksize of the stat_t object to 0....

The current numbers were computed on: - GPU: NVIDIA TITAN V (GV100) - CUDA v10.2 (sorry, one year old..., CUDA upgrades are difficult on that machine) - GCC v8.3.0 (latest...

Sorry for the delay during the school semester. I am back now and will be addressing all of the comments above.

@asi1024 Something like this was always the idea, and I like your solution, but with a few comments: * Instead of using `~/.cupy` directory, the directory should probably be `~/.config/cupy`...

@grlee77 good catch on `float16`, don't know how I got my numbers then...

@grlee77 @leofang Looking at your results (along with mine closer) told me quite a few things. First: my limits for the searching were way off and I needed to redo...

Also prevents `trimesh[easy]` install on Linux with arm (e.g. Raspberry Pi). The comment thread linked mentions Apple M1 support is available in embree. So it seems that there are a...

No, on Linux. But I am ultimately created new displays fairly regularly and the services are running for months before restarting. On Sat, Mar 11, 2023 at 10:18 AM ponty...