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.99k stars 154 forks source link

Removed '#pragma once' from cpp files #283

Closed COM8 closed 2 years ago

COM8 commented 2 years ago

This PR removes #pragma once since .cpp are generally not supposed to be included anywhere.

Partially resolves #278

axsaucedo commented 2 years ago

Nice one thanks @COM8