#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;
}
- Valencia, Spain
-
08:17
(UTC +01:00) - sheikyon.io
- @sheikyon
- @sheikyon.io
- u/sheikyon
Pinned Loading
-
PointerFlow
PointerFlow PublicHigh-performance Python library for asynchronous zero-copy memory mapping, implemented with a native C++ core and custom CUDA kernels.
C++ 1
-
pytorch/pytorch
pytorch/pytorch PublicTensors and Dynamic neural networks in Python with strong GPU acceleration
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.