Conversation
Bumps [postcss](https://github.com/postcss/postcss) from 8.5.15 to 8.5.19. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.15...8.5.19) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.19 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Remove frontend files
Dev master
Dev master
…n.cu` to serve as the CUDA-accelerated driver for dataset loading, GPU initialization, backprop training, chat sessions, and token generation.
…ation and added new directories for CI/CD workflows and assets. Updated file structure section in README.md to reflect changes in project organization and added new directories for CI/CD workflows and assets.
Introduce foundational backpropagation gradient structures and primitive
backward operations for transformer layer components.
Key additions:
- Gradient Accumulation Structures: Define `Grads` root container and child
structs (`GradLinear`, `GradEmbedding`, `GradLayerNorm`, `GradHead`, `GradMHA`,
`GradFFN`, `GradBlock`) equipped with zero-initialization helpers.
- Activation Memory Structs: Define `SavedForward` and layer-specific intermediate
tensors needed for reverse-mode automatic differentiation.
- Primitive Backward Kernels:
- `backward_cross_entropy`: Evaluates softmax derivatives scaled by batch size ($1 / BT$).
- `backward_linear`: Computes input gradients ($dX = dOut \cdot W^T$) and
accumulates weight/bias gradients ($dW$, $db$).
- `backward_layernorm`: Implements full LayerNorm backprop incorporating mean/std
jacobian terms along sequence channels.
- `backward_relu`: Computes element-wise activation derivative masks.
…nhance comment formatting. Adjusted steps for extracting PR and comment metadata, and refined success/failure reporting. Updated PR comment checks workflow
Updated project structure section with detailed descriptions for each directory and file.
Eamon2009
requested review from
a team and
eamonsippy
and removed request for
a team
July 23, 2026 14:55
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.