compile.h 348 B

12345678910111213
  1. // SPDX-License-Identifier: MIT
  2. // Copyright (c) 2025, Advanced Micro Devices, Inc. All rights reserved.
  3. #pragma once
  4. #include <hip/hip_runtime.h>
  5. #include <inttypes.h>
  6. #include <stdint.h>
  7. #include <stdio.h>
  8. void unload_{kernel_name}(void);
  9. void load_{kernel_name}(void);
  10. hipError_t{_placeholder} {kernel_name}(hipStream_t stream, {signature});