Tingxing Dong

Results 7 issues of Tingxing Dong

Anyone build it on the recent SoC? I do not have such devices, too. It would be interesting to see latest mobile SoC results, the history issues have some very...

question
help wanted

https://github.com/krasserm/super-resolution/blob/master/train.py#L132 The GAN model training is long, and easily dies. Without checkpoints, everything has to restart. Thanks.

I check the source code. The sharpen-only and casUpsample use the exact same shader and parameters in file: https://github.com/GPUOpen-Effects/FidelityFX-CAS/blob/master/sample/src/VK/CAS_CS.cpp m_casSharpenOnly.OnCreate(pDevice, "CAS_Shader.glsl", "main", m_upscaleDescriptorSetLayout, 64, 1, 1, &defines); m_casUpsample.OnCreate(pDevice, "CAS_Shader.glsl", "main",...

Thank you for sharing pretrained models here: https://drive.google.com/drive/folders/1KGIdE8SmR-Af9zheuQ68EhD0ck4h4riH I only see the *ckpt files. According to TF, the model also has the graph *pb file. Can you upload the graph?...

Nice Job, Anil. I see it provides the ultimate opimtized code version in the paper. But it is less general. Like if I change shared memory size or I let...

I see input transform, filter transform, inverse transform. But where is GEMM in the kernel? https://github.com/csehydrogen/Winograd-OpenCL/blob/master/kernel.cl#L265

I can see a cubin/AMD binary dumped after runing the testSuite Portal. but i do not see the source kernel dumped. Where can i see the source kernel?