Skip to content

Commit c1ba474

Browse files
authored
Merge pull request #19 from VectorCamp/feature/remove_ai
Feature/remove_ai
2 parents 068ec98 + 43435ee commit c1ba474

6 files changed

Lines changed: 83 additions & 240 deletions

File tree

CHANGELOG.md

Lines changed: 51 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,56 @@
22

33
All notable changes to the "code.simd.ai" extension will be documented in this file.
44

5-
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
5+
## Release Notes
66

7-
## [Unreleased]
7+
### 0.0.1
8+
- Initial release of **code.simd.ai**.
9+
- Added AI chat sessions for code guidance.
810

9-
- Initial release
11+
### 0.0.2
12+
- Fixes on Hover Tooltip
13+
14+
### 1.0.0
15+
- Preview changes,Api endpoint changes,Official Release
16+
17+
## 1.0.2
18+
- Fixed some typos in Details
19+
20+
## 1.0.3
21+
- Added keywords
22+
23+
## 1.0.4
24+
- Fix model name
25+
26+
## 1.0.5
27+
- Fix split window highlighting
28+
29+
## 1.0.6
30+
- Revert model name
31+
32+
## 1.0.7
33+
- Fix ai chat issues on session switching
34+
35+
## 1.0.8
36+
- Add intrinsics autocomplete on typing!
37+
38+
## 1.0.9
39+
- Datatype highlighting
40+
- Refactoring backend api
41+
- Select highlight style
42+
- Fix bug on first session
43+
44+
## 1.0.10
45+
- Lighter tone in Power VSX datatypes
46+
- Add llvm_mca metrics
47+
- Add Latency/Throughput View
48+
49+
## 1.0.11
50+
- Fix simd.ai url in package
51+
52+
## 1.0.12
53+
- Temporarily disable AI support.
54+
55+
## 1.0.13
56+
- Disable all ai support and chat
57+
---

README.md

Lines changed: 5 additions & 83 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# code.simd.ai README
1+
# code.simd README
22

33
Supercharge SIMD development directly in your IDE.
44

5-
Syntax Highlighting Intel SSE4.2, AVX2, AVX512,Arm NEON,Power VSX,Power IBM-Z and more—right inside your editor. Smart intrinsics highlighting, instant conversions, and seamless dev workflow integration.
5+
Syntax Highlighting Intel SSE4.2, AVX2, AVX512,Arm NEON,Power VSX,Power IBM-Z and more—right inside your editor. Smart intrinsics highlighting, autocomplete suggestions, and seamless dev workflow integration.
66

77
## Example 1 – VSX
88
![VSX Example](media/power_vsx_example.png)
@@ -15,10 +15,6 @@ Syntax Highlighting Intel SSE4.2, AVX2, AVX512,Arm NEON,Power VSX,Power IBM-Z an
1515

1616

1717
## Features
18-
<!-- - **AI-assisted SIMD Code Porting**
19-
Automatically translate SIMD code across architectures like Intel SSE4.2, AVX2, AVX512,Arm NEON,Power VSX in real-time. -->
20-
21-
2218
- **Smart Intrinsics Highlighting**
2319
Easily read and navigate SIMD intrinsics with syntax highlighting tailored to each architecture.
2420

@@ -27,37 +23,16 @@ Syntax Highlighting Intel SSE4.2, AVX2, AVX512,Arm NEON,Power VSX,Power IBM-Z an
2723
Your browser does not support the video tag.
2824
</video>
2925

30-
<!-- - **AI Chat Sessions**
31-
Engage with a specialized SIMD AI for explanations, translations, and architecture-specific guidance. Maintain multiple chat sessions across projects. -->
32-
33-
<!-- <video id="demo-video" class="demo-video" autoplay="" muted="" loop="" playsinline="" preload="auto" disablepictureinpicture="" controlslist="nodownload nofullscreen noremoteplayback" src="https://code.simd.ai/images/vids/ai_chat.mp4">
34-
<source src="https://code.simd.ai/images/videos/chatting_trimmed_final.mp4" type="video/mp4">
35-
Your browser does not support the video tag.
36-
</video> -->
3726

3827
- **Standard Architectures**
3928
- Standard (requires SIMD.ai paid plan): Intel SSE4.2, AVX2, AVX512,Arm NEON,Power VSX,Power IBM-Z
40-
<!-- - Premium (requires SIMD.ai paid plan): Intel AVX512, Arm NEON, Power VSX -->
41-
42-
<!-- - **Lightning Fast Porting**
43-
Translate your SIMD code in seconds, saving hours of manual work. -->
44-
45-
<!-- <video id="demo-video" class="demo-video" autoplay="" muted="" loop="" playsinline="" preload="auto" disablepictureinpicture="" controlslist="nodownload nofullscreen noremoteplayback" src="https://code.simd.ai/images/vids/full_translation.mp4">
46-
<source src="https://code.simd.ai/images/videos/chatting_trimmed_final.mp4" type="video/mp4">
47-
Your browser does not support the video tag.
48-
</video> -->
49-
50-
51-
<!-- - **Better Results**
52-
Based on SIMD.info data for higher accuracy than generic LLMs, including ChatGPT or Claude.(AI translation disabled for now) -->
53-
29+
5430
---
5531

5632
## Requirements
5733

5834
- Visual Studio Code (latest stable version recommended)
59-
<!-- - Internet connection for AI translation and chat features -->
60-
- SIMD.ai account for premium architectures(AI translation disabled for now)
35+
- SIMD.ai account for premium architectures
6136

6237
---
6338

@@ -71,9 +46,8 @@ This extension contributes the following settings:
7146

7247
## Known issues
7348
- Users may need to reload VS Code after setting the token to enable syntax highlighting.
74-
- The translation command may behave unexpectedly if the user switches windows while waiting for a response.
7549

76-
We are actively working to address these issues in an upcoming release.
50+
We are actively working to address this issue in an upcoming release.
7751

7852
---
7953

@@ -82,58 +56,6 @@ We are actively working to address these issues in an upcoming release.
8256

8357
---
8458

85-
## Release Notes
86-
87-
### 0.0.1
88-
- Initial release of **code.simd.ai**.
89-
- Added AI chat sessions for code guidance.
90-
91-
### 0.0.2
92-
- Fixes on Hover Tooltip
93-
94-
### 1.0.0
95-
- Preview changes,Api endpoint changes,Official Release
96-
97-
## 1.0.2
98-
- Fixed some typos in Details
99-
100-
## 1.0.3
101-
- Added keywords
102-
103-
## 1.0.4
104-
- Fix model name
105-
106-
## 1.0.5
107-
- Fix split window highlighting
108-
109-
## 1.0.6
110-
- Revert model name
111-
112-
## 1.0.7
113-
- Fix ai chat issues on session switching
114-
115-
## 1.0.8
116-
- Add intrinsics autocomplete on typing!
117-
118-
## 1.0.9
119-
- Datatype highlighting
120-
- Refactoring backend api
121-
- Select highlight style
122-
- Fix bug on first session
123-
124-
## 1.0.10
125-
- Lighter tone in Power VSX datatypes
126-
- Add llvm_mca metrics
127-
- Add Latency/Throughput View
128-
129-
## 1.0.11
130-
- Fix simd.ai url in package
131-
132-
## 1.0.12
133-
- Temporarily disable AI support.
134-
---
135-
136-
13759
## Support email
13860
- Contact us at code.simd.ai@vectorcamp.gr
13961

package.json

Lines changed: 7 additions & 133 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "code-simd-ai",
3-
"displayName": "code.simd.ai",
3+
"displayName": "code.simd",
44
"description": "VScode plugin for porting of code between different cpu architectures",
5-
"version": "1.0.12",
5+
"version": "1.0.13",
66
"publisher": "VectorCamp",
77
"engines": {
88
"vscode": "^1.100.0"
99
},
1010
"repository": {
1111
"type": "git",
12-
"url": "https://github.com/VectorCamp/code.simd.ai.git"
12+
"url": "https://github.com/VectorCamp/code.simd.git"
1313
},
1414
"categories": [
1515
"Other"
@@ -66,17 +66,7 @@
6666
"activitybar": [
6767
{
6868
"id": "code-simd-ai-sidebar",
69-
"title": "SIMD.ai",
70-
"icon": "media/splash-dark.png"
71-
}
72-
]
73-
},
74-
"views": {
75-
"code-simd-ai-sidebar": [
76-
{
77-
"id": "code.simd.ai.chatView",
78-
"name": "SIMD Chat",
79-
"type": "webview",
69+
"title": "SIMD.info",
8070
"icon": "media/splash-dark.png"
8171
}
8272
]
@@ -87,130 +77,13 @@
8777
"title": "Show Performance Graph",
8878
"category": "SIMD"
8979
},
90-
{
91-
"command": "code.simd.ai.translateSSEToNeon",
92-
"title": "Arm NEON"
93-
},
94-
{
95-
"command": "code.simd.ai.translateNeonToSSE",
96-
"title": "Intel SSE4.2"
97-
},
98-
{
99-
"command": "code.simd.ai.translateSSEToVSX",
100-
"title": "Power VSX"
101-
},
102-
{
103-
"command": "code.simd.ai.translateVSXToSSE",
104-
"title": "Intel SSE4.2"
105-
},
106-
{
107-
"command": "code.simd.ai.translateNeonToVSX",
108-
"title": "Power VSX"
109-
},
110-
{
111-
"command": "code.simd.ai.translateVSXToNeon",
112-
"title": "Arm NEON"
113-
},
114-
{
115-
"command": "code.simd.ai.acceptTranslation",
116-
"title": "Accept Translation"
117-
},
118-
{
119-
"command": "code.simd.ai.rejectTranslation",
120-
"title": "Reject Translation"
121-
},
122-
{
123-
"command": "code.simd.ai.editSIMD",
124-
"title": "Edit SIMD"
125-
},
12680
{
12781
"command": "code.simd.ai.cycleHighlightMode",
12882
"title": "Cycle SIMD Syntax Highlighting Mode"
12983
}
13084
],
131-
"submenus": [
132-
{
133-
"id": "code.simd.ai.submenu",
134-
"label": "SIMD.ai",
135-
"group": "navigation"
136-
},
137-
{
138-
"id": "code.simd.ai.submenu.sse",
139-
"label": "Translate from Intel SSE4.2 to",
140-
"group": "navigation"
141-
},
142-
{
143-
"id": "code.simd.ai.submenu.neon",
144-
"label": "Translate from Arm NEON to",
145-
"group": "navigation"
146-
},
147-
{
148-
"id": "code.simd.ai.submenu.vsx",
149-
"label": "Translate from Power VSX to",
150-
"group": "navigation"
151-
}
152-
],
15385
"activationEvents": [
154-
"onCommand:code.simd.ai.translateSSEToNeon"
155-
],
156-
"menus": {
157-
"editor/context": [
158-
{
159-
"command": "code.simd.ai.editSIMD",
160-
"when": "editorHasSelection",
161-
"group": "navigation"
162-
},
163-
{
164-
"submenu": "code.simd.ai.submenu",
165-
"when": "editorHasSelection",
166-
"group": "navigation"
167-
}
168-
],
169-
"code.simd.ai.submenu": [
170-
{
171-
"submenu": "code.simd.ai.submenu.sse",
172-
"when": "editorHasSelection"
173-
},
174-
{
175-
"submenu": "code.simd.ai.submenu.neon",
176-
"when": "editorHasSelection"
177-
},
178-
{
179-
"submenu": "code.simd.ai.submenu.vsx",
180-
"when": "editorHasSelection"
181-
}
182-
],
183-
"code.simd.ai.submenu.sse": [
184-
{
185-
"command": "code.simd.ai.translateSSEToNeon",
186-
"when": "editorHasSelection"
187-
},
188-
{
189-
"command": "code.simd.ai.translateSSEToVSX",
190-
"when": "editorHasSelection"
191-
}
192-
],
193-
"code.simd.ai.submenu.neon": [
194-
{
195-
"command": "code.simd.ai.translateNeonToSSE",
196-
"when": "editorHasSelection"
197-
},
198-
{
199-
"command": "code.simd.ai.translateNeonToVSX",
200-
"when": "editorHasSelection"
201-
}
202-
],
203-
"code.simd.ai.submenu.vsx": [
204-
{
205-
"command": "code.simd.ai.translateVSXToSSE",
206-
"when": "editorHasSelection"
207-
},
208-
{
209-
"command": "code.simd.ai.translateVSXToNeon",
210-
"when": "editorHasSelection"
211-
}
212-
]
213-
}
86+
]
21487
},
21588
"scripts": {
21689
"vscode:prepublish": "npm run package",
@@ -250,6 +123,7 @@
250123
"dist",
251124
"media",
252125
"README.md",
253-
"LICENSE"
126+
"LICENSE",
127+
"CHANGELOG.md"
254128
]
255129
}

0 commit comments

Comments
 (0)