mediar-ai / screenpipe

rewind.ai x cursor.com = your AI assistant that has all the context. 24/7 screen & voice recording for the age of super intelligence. get your data ready or be left behind
https://screenpi.pe
MIT License
10.15k stars 602 forks source link

Add support for MKL acceleration #588

Closed Neptune650 closed 3 weeks ago

Neptune650 commented 1 month ago

/claim #318 /fix #318

This adds MKL support for Linux and Windows - since this is a CPU acceleration feature not many changes are needed.

vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
screenpipe ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 29, 2024 3:12am
louis030195 commented 4 weeks ago

where can i see the github action that successfully ran?

Neptune650 commented 4 weeks ago

where can i see the github action that successfully ran?

@louis030195 Here it is: https://github.com/mediar-ai/screenpipe/actions/runs/11527768513/job/32093982159 As you can see it completed successfully.

louis030195 commented 4 weeks ago
image

i don't see feature mkl

nor linux

Neptune650 commented 4 weeks ago
image

i don't see feature mkl

nor linux

@louis030195 Here is Linux https://github.com/mediar-ai/screenpipe/actions/runs/11527768522/job/32093982118 Also the change can be seen when building a release app.

Neptune650 commented 4 weeks ago

@louis030195 image Look, here's my local GitHub Actions Release App. It has the MKL option.

Neptune650 commented 4 weeks ago

@louis030195 It should be good to merge now, but it's important to note that Intel never supported MKL for macOS M1, and recently dropped support for macOS entirely. So we only have Linux and Windows, builds work on these.

louis030195 commented 3 weeks ago

@Neptune650 yeah i meant for linux and windows, macos uses metal anyway

i guess next step would be to make the cuda feature work also

thanks!

/approve

algora-pbc[bot] commented 3 weeks ago

@louis030195: The claim has been successfully added to reward-all. You can visit your dashboard to complete the payment.

louis030195 commented 3 weeks ago

@Neptune650 https://github.com/mediar-ai/screenpipe/actions/runs/11577606392/job/32229398688

does not work

Neptune650 commented 3 weeks ago

@Neptune650 https://github.com/mediar-ai/screenpipe/actions/runs/11577606392/job/32229398688

does not work

@louis030195 It seems the library isn't being installed properly in Linux... I'll fix it.