From: Denys Dmytriyenko <denis@denix.org>
To: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
Cc: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe][PATCH v4] whetstone_1.2.bb: Add whetstone benchmark
Date: Fri, 3 Nov 2017 13:22:23 -0400 [thread overview]
Message-ID: <20171103172223.GO9221@denix.org> (raw)
In-Reply-To: <1509684158-12893-1-git-send-email-manjukumar.harthikote-matha@xilinx.com>
On Thu, Nov 02, 2017 at 09:42:38PM -0700, Manjukumar Matha wrote:
> The Whetstone benchmark is a synthetic benchmark for evaluating the
> performance of computers.
>
> https://en.wikipedia.org/wiki/Whetstone_(benchmark)
>
> Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
Acked-by: Denys Dmytriyenko <denys@ti.com>
> ---
> meta-oe/recipes-benchmark/whetstone/whetstone_1.2.bb | 20 ++++++++++++++++++++
> 1 file changed, 20 insertions(+)
> create mode 100644 meta-oe/recipes-benchmark/whetstone/whetstone_1.2.bb
>
> diff --git a/meta-oe/recipes-benchmark/whetstone/whetstone_1.2.bb b/meta-oe/recipes-benchmark/whetstone/whetstone_1.2.bb
> new file mode 100644
> index 0000000..8fad04e
> --- /dev/null
> +++ b/meta-oe/recipes-benchmark/whetstone/whetstone_1.2.bb
> @@ -0,0 +1,20 @@
> +DESCRIPTION = "Whetstone benchmark is a synthetic benchmark for evaluating the performance of computers"
> +SUMMARY = "CPU benchmark to measure floating point performance"
> +
> +LICENSE = "PD"
> +LIC_FILES_CHKSUM ="file://${WORKDIR}/whetstone.c;beginline=1;endline=52;md5=c795edc15e7e1d92ca8f88ad718449f5"
> +
> +SRC_URI = "http://www.netlib.org/benchmark/whetstone.c"
> +SRC_URI[md5sum] = "d8eb2cd7104bb5a12d614ac6d3f1f9fb"
> +SRC_URI[sha256sum] = "333e4ceca042c146f63eec605573d16ae8b07166cbc44a17bec1ea97c6f1efbf"
> +
> +S = "${WORKDIR}"
> +
> +do_compile () {
> + ${CC} ${CFLAGS} ${LDFLAGS} -Ofast -o whetstone whetstone.c -lm
> +}
> +
> +do_install () {
> + install -Dm 0755 whetstone ${D}${bindir}/whetstone
> +}
> +
> --
> 2.7.4
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
next prev parent reply other threads:[~2017-11-03 17:22 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-03 4:42 [meta-oe][PATCH v4] whetstone_1.2.bb: Add whetstone benchmark Manjukumar Matha
2017-11-03 17:22 ` Denys Dmytriyenko [this message]
2017-11-17 18:26 ` Manjukumar Harthikote Matha
2017-11-17 18:28 ` Manjukumar Harthikote Matha
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171103172223.GO9221@denix.org \
--to=denis@denix.org \
--cc=manjukumar.harthikote-matha@xilinx.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox