gpu optimizations

This commit is contained in:
Dobromir Popov
2025-09-06 14:20:19 +03:00
parent a4bc412ca8
commit b475590b61
9 changed files with 491 additions and 210 deletions

View File

@@ -1,5 +1,5 @@
#include <cuda_runtime.h>
#include <device_launch_parameters.h>
#include <hip/hip_runtime.h>
#include <hip/hip_runtime_api.h>
#include <stdint.h>
#include <string.h>
#include <stdio.h>