
Recherche avancée
Autres articles (23)
-
Qu’est ce qu’un éditorial
21 juin 2013, parEcrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
Vous pouvez personnaliser le formulaire de création d’un éditorial.
Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...) -
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Contribute to translation
13 avril 2011You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
MediaSPIP is currently available in French and English (...)
Sur d’autres sites (4488)
-
checkasm/float_dsp : add double-precision scalar product
29 mai 2024, par Rémi Denis-Courmont -
lavu/float_dsp : rework RISC-V V scalar product
17 juillet 2023, par Rémi Denis-Courmontlavu/float_dsp : rework RISC-V V scalar product
1) Take the reductive sum out of the loop,
leaving a regular vector addition in the loop.
2) Merge the addition and the multiplication.
3) Unroll.Before :
scalarproduct_float_rvv_f32 : 832.5After :
scalarproduct_float_rvv_f32 : 275.2 -
lavc/audiodsp : rework RISC-V V scalar product
17 juillet 2023, par Rémi Denis-Courmontlavc/audiodsp : rework RISC-V V scalar product
Take vector reduction out of the loop and unroll.
Before :
audiodsp.scalarproduct_int16_c : 12321.0
audiodsp.scalarproduct_int16_rvv_i32 : 4175.7After :
audiodsp.scalarproduct_int16_c : 12320.5
audiodsp.scalarproduct_int16_rvv_i32 : 1230.2