Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 947932 - sci-ml/caffe2 should support memory efficient attention (via use flash)
Summary: sci-ml/caffe2 should support memory efficient attention (via use flash)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Tupone Alfredo
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-01-12 07:29 UTC by Reva Denis
Modified: 2025-03-22 22:59 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Reva Denis 2025-01-12 07:29:21 UTC
From configure:
--     USE_MEM_EFF_ATTENTION : OFF

I will try to create my own ebuild with all the stuff.

Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2025-03-20 22:06:28 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5884bcb1fc524663d88eb2b1e0448ee7854f74c4

commit 5884bcb1fc524663d88eb2b1e0448ee7854f74c4
Author:     Alfredo Tupone <tupone@gentoo.org>
AuthorDate: 2025-03-20 22:01:31 +0000
Commit:     Alfredo Tupone <tupone@gentoo.org>
CommitDate: 2025-03-20 22:06:16 +0000

    sci-ml/caffe2: enable mem efficient attention via use
    
    Closes: https://bugs.gentoo.org/947932
    Signed-off-by: Alfredo Tupone <tupone@gentoo.org>

 sci-ml/caffe2/caffe2-2.5.1-r8.ebuild | 13 +++++++++++--
 sci-ml/caffe2/caffe2-2.6.0.ebuild    | 13 +++++++++++--
 sci-ml/caffe2/metadata.xml           |  1 +
 3 files changed, 23 insertions(+), 4 deletions(-)
Comment 2 Brian Evans 2025-03-21 18:44:59 UTC
(In reply to Larry the Git Cow from comment #1)
> The bug has been closed via the following commit(s):
> 
> https://gitweb.gentoo.org/repo/gentoo.git/commit/
> ?id=5884bcb1fc524663d88eb2b1e0448ee7854f74c4
> 
> commit 5884bcb1fc524663d88eb2b1e0448ee7854f74c4
> Author:     Alfredo Tupone <tupone@gentoo.org>
> AuthorDate: 2025-03-20 22:01:31 +0000
> Commit:     Alfredo Tupone <tupone@gentoo.org>
> CommitDate: 2025-03-20 22:06:16 +0000
> 
>     sci-ml/caffe2: enable mem efficient attention via use
>     
>     Closes: https://bugs.gentoo.org/947932
>     Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
> 
>  sci-ml/caffe2/caffe2-2.5.1-r8.ebuild | 13 +++++++++++--
>  sci-ml/caffe2/caffe2-2.6.0.ebuild    | 13 +++++++++++--
>  sci-ml/caffe2/metadata.xml           |  1 +
>  3 files changed, 23 insertions(+), 4 deletions(-)

This commit has a bad "die" instead of "|| die" and the sed fails.
Comment 3 Tupone Alfredo gentoo-dev 2025-03-22 22:59:08 UTC
I think is fixed now