Results 9 comments of William Mou

Hi @trws, Thank you for your reminder! I've added this flag to the last stable version.

Hi @haampie, I'm not sure if this is the question posed to me, but it seems to me that we should remove this version when llvm 15.0.0 is released. In...

Hi, It has been a while since I responded. Should I close this PR?

@scotthuang1989 Hello, There is an another website which save the DIV2K dataset. Although it doesn't share the test dataset of the contest like ReadME, but it share the photo what...

Hello, thanks for publishing the code! I meet the same problem like @PeeJay. I was using 1080ti with 11gb ram on windows 10. I have been train the model to...

Hi @mcopik , I've closed PR #28. Here is the complete C++ allocator version that accomplishes all of the required tasks.

Hi @mcopik, Thank you for your kind words of affirmation! Regarding the code you mentioned, here is my explanation: ### Sample: test demonstrating allocation with our custom allocator. In the...

Hi @mcopik, I have one uncertainty about how creating `rdmalib::Buffer` elements using a `vector`. ```c++ rfaas::RdmaInfo info_v_in(executor, IBV_ACCESS_LOCAL_WRITE, rdmalib::functions::Submission::DATA_HEADER_SIZE); rfaas::RdmaAllocator allocator_v_in{info_v_in}; std::vector v_in(allocator_v_in); ``` Does each element in the vector...