refactor: remove AI plugin, dead components, fix URLs and code cleanup#12
Merged
Conversation
- remove vitepress-plugin-llms AI documentation plugin - delete unused BenchmarkTable, BlogCard, FeatureHighlights Vue components - fix broken docs badge/URL (lessup.github.io -> aicl-lab.github.io) - remove meta-commentary 'What Changed' sections from homepage docs - fix invalid PipelineConfig.devicePoolSize ref in PERFORMANCE.md - rephrase contributor notes in README (en/zh) to drop AI framework wording - tag [Unreleased] changes as [1.2.0] - 2026-05-25 in CHANGELOG Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Library code must not write to stderr. Silent returns are sufficient since CUDA errors are already propagated as return values. Also simplify maybeRunProfilingSeam to a pure (void) no-op. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
Summary
This PR completes the AI-framework removal and code quality cleanup phases.
Phase 1-4: Docs & dependency cleanup
vitepress-plugin-llms(AI-specific plugin generating llms.txt) frompackage.jsonand VitePress configBenchmarkTable.vue,BlogCard.vue,FeatureHighlights.vue(registered but orphaned after benchmarks/blogs removal)theme/index.ts: remove orphaned imports and over-verbose commentslessup.github.io→aicl-lab.github.ioin READMEsconfig.devicePoolSize→config.pinnedPoolSizein PERFORMANCE.md[Unreleased]to[1.2.0] - 2026-05-25in CHANGELOG.mdPhase 3: Library code quality
std::cerrfromsrc/memory_manager.cu,src/scheduler.cu,src/pipeline.cpp— library code must not write to stderr; CUDA errors are already propagated as return valuesmaybeRunProfilingSeam()to a true no-op(void)context— the NVTX hook placeholder was never filled inVerification
All docs quality gates pass:
check-links,check-bilingual,check-assets,check-api-sync