Files
VulkanDriver/src/phi/mic/Memory.h
T
kbz_8 e68d78cccc
Mirror Gitea refs to GitHub / mirror (push) Successful in 39s
Test / build_and_test (push) Successful in 5m15s
Build / build (push) Successful in 7m20s
[Phi] adding basic host emulation for development without access to a
Xeon Phi
2026-08-02 12:46:59 +02:00

10 lines
233 B
C

#ifndef APE_PHI_MEMORY_H
#define APE_PHI_MEMORY_H
#include <Daemon.h>
int HandleAllocMemory(PhiEndpoint endpoint, const PhiMessageHeader* header);
int HandleFreeMemory(PhiEndpoint endpoint, const PhiMessageHeader* header);
#endif