KomputeProject / kompute

General purpose GPU compute framework built on Vulkan to support 1000s of cross vendor graphics cards (AMD, Qualcomm, NVIDIA & friends). Blazing fast, mobile-enabled, asynchronous and optimized for advanced GPU data processing usecases. Backed by the Linux Foundation.
http://kompute.cc/
Apache License 2.0
1.94k stars 146 forks source link

Fixes two mistakes in comments and removes one unused vk::MappedMemoryRange #301

Closed MiroPalmu closed 1 year ago

MiroPalmu commented 1 year ago

I was reading through implementation of Kompute and noticed couple small mistakes that should not effect any functionality.

This minor PR fixes them.

MiroPalmu commented 1 year ago

After creating this PR noticed that I had incorrect commit messages. I'm going to fix them soon...

MiroPalmu commented 1 year ago

Now with correct signoffs.

Also fixed the typo from #294. It had the same problem with signoff and it has not been updated in while so I just did the same correction and added it to his PR.

So if this is merged #294 should be closed.

axsaucedo commented 1 year ago

Nice one @MiroPalmu - thank you for the contributions