代码搜索:Benchmark
找到约 3,891 项符合「Benchmark」的源代码
代码结果 3,891
www.eeworm.com/read/253424/12222271
tcl fft_cplx_32_ts201.tcl
proc fft_cplx_32_TS201 { {target_name "TS201"} {test_name "test1"} } {
cd "..\\"
set benchmark_name "fft_flp32_TS201"
set outdata_name "output"
set indata_name "input"
puts [format "Test
www.eeworm.com/read/253424/12222274
tcl fft_cplx_16384_ts201.tcl
proc fft_cplx_16384_TS201 { {target_name "TS201"} {test_name "test1"} } {
cd "..\\"
set benchmark_name "fft_flp32_TS201"
set outdata_name "output"
set indata_name "input"
puts [format "T
www.eeworm.com/read/253424/12222277
tcl fft_cplx_1024_ts201.tcl
proc fft_cplx_1024_TS201 { {target_name "TS201"} {test_name "test1"} } {
cd "..\\"
set benchmark_name "fft_flp32_TS201"
set outdata_name "output"
set indata_name "input"
puts [format "Te
www.eeworm.com/read/149028/12408433
vhd 44_reg_counter.vhd
--------------------------------------------------------------------------------
--
-- AMD 2910 Benchmark (Functional blocks) (Algorithmic Behaviour of Funct blocks)
--
-- Source: AMD data book
www.eeworm.com/read/123453/14630146
run-benchmarks
#!/bin/sh
BEGIN=benchmarks/report-begin.txt
END=benchmarks/report-end.txt
OUT=benchmarks/report.xml
rm -f $OUT
sed "s/#DATE#/`date +%Y-%m-%d`/g" < $BEGIN |
sed "s/#UNAME#/`uname -a`/g" > $OUT
case
www.eeworm.com/read/123453/14630681
run-benchmarks
#!/bin/sh
BEGIN=benchmarks/report-begin.txt
END=benchmarks/report-end.txt
OUT=benchmarks/report.xml
rm -f $OUT
sed "s/#DATE#/`date +%Y-%m-%d`/g" < $BEGIN |
sed "s/#UNAME#/`uname -a`/g" > $OUT
case
www.eeworm.com/read/214826/15086521
tcl fft_cplx_1024_ts101.tcl
proc fft_cplx_1024_TS101 { {target_name "TS101"} {test_name "test1"} } {
cd "..\\"
set benchmark_name "fft_flp32_TS101"
set outdata_name "output"
set indata_name "input"
puts [format "Te
www.eeworm.com/read/214826/15086528
tcl fft_cplx_1024_ts201.tcl
proc fft_cplx_1024_TS201 { {target_name "TS201"} {test_name "test1"} } {
cd "..\\"
set benchmark_name "fft_flp32_TS201"
set outdata_name "output"
set indata_name "input"
puts [format "Te
www.eeworm.com/read/132667/14079194
run-benchmarks
#!/bin/sh
BEGIN=benchmarks/report-begin.txt
END=benchmarks/report-end.txt
OUT=benchmarks/report.xml
rm -f $OUT
sed "s/#DATE#/`date +%Y-%m-%d`/g" < $BEGIN |
sed "s/#UNAME#/`uname -a`/g" > $OUT
case
www.eeworm.com/read/378188/9242451
all x.all
#!/bin/sh
#
# Execute script for program mod2a of the EuroBen OpenMP Benchmark.
#
if [ ${OMP_NUM_THREADS} -lt 10 ]; then
FILEXT="p0${OMP_NUM_THREADS}"
else
FILEXT="p${OMP_NUM_THREADS}"
fi
ex