fixing compilation issues, adding profile

This commit is contained in:
2023-11-10 09:19:47 +01:00
parent 9c54cb6c68
commit 22c9e14947
13 changed files with 109 additions and 29 deletions

View File

@@ -6,7 +6,7 @@
/* By: maldavid <kbz_8.dev@akel-engine.com> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2022/10/04 22:10:52 by maldavid #+# #+# */
/* Updated: 2023/08/28 10:19:53 by maldavid ### ########.fr */
/* Updated: 2023/11/10 09:06:44 by maldavid ### ########.fr */
/* */
/* ************************************************************************** */
@@ -16,6 +16,7 @@
#include <array>
#include <core/errors.h>
#include <utils/endian.h>
#include <core/profile.h>
namespace mlx::core
{