利用者:DingTo/GSoC 2016/Weekly Reports/Week2

提供: wiki
移動先: 案内検索

Week 2

What I did this week

Unfortunately, I did not get much done this week.

I continued with the half float implementation this week, and made it work for CPU and Half OpenEXR images. (36ac95f1, f591e825).

Less memory usage - Comparison by nudelZ

Next week

Finish half floats implementation. I am still ahead of my schedule by 1-2 weeks, so I hope it's fine.

Questions

Regarding half float, not sure how to make CUDA work. There is no tex2D<half4>(t, x, y). So how to get 4 channels here? a half pointer doesn't seem to work either.