Dayo

Results 9 comments of Dayo

dependabot을 항상 켜두는게 아니라 잠깐잠깐 켜놓는다면 브랜치 분리와 유사하게 동작 가능하지 않을까요?

This is caused by https://github.com/cbyrneee/KDiscordIPC/pull/20 Maybe if you update kdiscordipc, the issue will solved

> > I have been getting the same error on PhpStorm. My `/var/log/syslog` was filled with over 100gb of error logs from KDiscordIPC and I've had to disable the plugin...

@NiklasGustafsson I found method implementation of set_per_process_memory_fraction is exists on torch/csrc/cuda/Module.cpp::_cuda_setMemoryFraction I don't know about how pytorch implementing native method to python, but this might be help :D

Maybe this method is doing that: c10::cuda::CUDACachingAllocator::setMemoryFraction(fraction, device);

> > CUDACachingAllocator > > Which header file is that declared in? I don't find it in torch/cuda.h [c10/cuda/CUDACachingAllocator.cpp](https://github.com/pytorch/pytorch/blob/224ae0da107ee426a2e19dab3eee52b6252f842f/c10/cuda/CUDACachingAllocator.cpp) here in 927 line [c10/cuda/CUDACachingAllocator.h](https://github.com/pytorch/pytorch/blob/91b1bae1df1e72e17d2ab296845c214bc39422a0/c10/cuda/CUDACachingAllocator.h) this is header

@NiklasGustafsson I'm trying to implement this method but, this method is only available on CUDA-backend api. Is there any place to locate cuda-only-apis?

#314 This issue is duplicated with a lots of previous issues. If you use the pre-built version on provided PR, it might be resolved. I have no idea when will...

#314