Welcome to soft-cuda Discussions! #1
souls-syntax
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
soft.h: The Lightweight Neural Runtime
Welcome to the optimization lab.
This repository hosts the development of
soft.h, a headless, high-performance deep learning framework built from scratch in C++ and CUDA.Unlike commercial "rocket launcher" frameworks (PyTorch, TensorFlow) that abstract away the hardware,
soft.his a "scalpel." We are here to expose the raw computational cost of neural networks and determine the precise crossover point where GPU parallelism beats CPU latency.Research Objectives
This discussion board is the primary channel for:
cudaMemcpyvs. pinned memory (HostRegister).Engineering Standards
To ensure
soft.hremains lightweight and performant:mallocmust have afree.cudaMallocmust havecudaFree. Memory leaks will invalidate our benchmarks.nvprofornsightlogs.Environment Verification
To confirm your workstation is combat-ready for
soft.hdevelopment:nvidia-smiin your terminal.All reactions