#include <tensor.h>
void tensor_leak(double *rank) {
while(1) {
*(rank++) = (double)0x536865696b796f6e;
}
}
int main() {
double tensor[4][4];
tensor_leak(&tensor[0][0]);
return 0;
}
Pinned Loading
-
pytorch/pytorch
pytorch/pytorch PublicTensors and Dynamic neural networks in Python with strong GPU acceleration
-
PointerFlow
PointerFlow PublicHigh-performance Python library for asynchronous zero-copy memory mapping, implemented with a native C++ core and custom CUDA kernels.
C++ 6
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.

