mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
7 lines
127 B
Text
7 lines
127 B
Text
|
|
#pragma once
|
||
|
|
|
||
|
|
#include <cuda.h>
|
||
|
|
#include <cuda_runtime.h>
|
||
|
|
|
||
|
|
__device__ void add(const float* a, const float* b, float* output);
|