<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/benchmarks, branch v1.23.0.dev0</title>
<subtitle>github.com: numpy/numpy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/'/>
<entry>
<title>Merge pull request #19485 from r-devulap/fp-tests</title>
<updated>2021-08-04T20:25:58+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2021-08-04T20:25:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=07cbfffec5156f8491c885d4e893fb7b920428b2'/>
<id>07cbfffec5156f8491c885d4e893fb7b920428b2</id>
<content type='text'>
TST/BENCH: Adding test coverage and benchmarks for floating point umath functions</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
TST/BENCH: Adding test coverage and benchmarks for floating point umath functions</pre>
</div>
</content>
</entry>
<entry>
<title>DEV: Update default Python in benchmark config.</title>
<updated>2021-08-03T12:37:50+00:00</updated>
<author>
<name>Ross Barnowski</name>
<email>rossbar@berkeley.edu</email>
</author>
<published>2021-08-03T12:37:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=a8eac2e6993e158ee0d8b3335cb37924d916ec98'/>
<id>a8eac2e6993e158ee0d8b3335cb37924d916ec98</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BENCH: Add benchmarking for ufuncs using SVML implementations</title>
<updated>2021-07-16T22:39:56+00:00</updated>
<author>
<name>Raghuveer Devulapalli</name>
<email>raghuveer.devulapalli@intel.com</email>
</author>
<published>2021-04-16T20:36:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=41b14b16cd75ad2d3cb2fb1409dc152de5c32cd2'/>
<id>41b14b16cd75ad2d3cb2fb1409dc152de5c32cd2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: add new function `_opt_info()` to utils provides the optimization info of NumPy build</title>
<updated>2021-04-22T21:58:02+00:00</updated>
<author>
<name>Sayed Adel</name>
<email>seiko@imavr.com</email>
</author>
<published>2020-11-10T16:16:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=472b152fdaad523b451410165f126b473f6de0df'/>
<id>472b152fdaad523b451410165f126b473f6de0df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT, Benchmark: print the supported CPU features during the run of performance tests</title>
<updated>2021-04-22T21:41:01+00:00</updated>
<author>
<name>Sayed Adel</name>
<email>seiko@imavr.com</email>
</author>
<published>2020-11-09T03:47:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=ec912112407ece5f6269040ffde0a5cffc840e12'/>
<id>ec912112407ece5f6269040ffde0a5cffc840e12</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #18728 from anthonyhvo12/avo-exceptions-chaining</title>
<updated>2021-04-12T17:38:42+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2021-04-12T17:38:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=d0d80b9d35bfe2be5cf1911ad9272551a25f1eaf'/>
<id>d0d80b9d35bfe2be5cf1911ad9272551a25f1eaf</id>
<content type='text'>
MAINT: Add exception chaining where appropriate</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MAINT: Add exception chaining where appropriate</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #18075 from ganesh-k13/enh_simd_npyv_floor_div</title>
<updated>2021-04-06T05:38:30+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2021-04-06T05:38:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=914407d51b878bf7bf34dbd8dd72cc2dbc428673'/>
<id>914407d51b878bf7bf34dbd8dd72cc2dbc428673</id>
<content type='text'>
ENH, SIMD: Dispatch for unsigned floor division</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ENH, SIMD: Dispatch for unsigned floor division</pre>
</div>
</content>
</entry>
<entry>
<title>Update benchmarks/benchmarks/bench_ufunc_strides.py</title>
<updated>2021-04-05T16:59:11+00:00</updated>
<author>
<name>Anthony Vo</name>
<email>43098273+anthonyhvo12@users.noreply.github.com</email>
</author>
<published>2021-04-05T16:59:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=328b5a6e7974730360bb516c62af8e5eddf2926e'/>
<id>328b5a6e7974730360bb516c62af8e5eddf2926e</id>
<content type='text'>
Co-authored-by: Eric Wieser &lt;wieser.eric@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Eric Wieser &lt;wieser.eric@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'main' of https://github.com/numpy/numpy into avo-exceptions-chaining</title>
<updated>2021-04-05T16:27:23+00:00</updated>
<author>
<name>Anthony Vo</name>
<email>anthonyhvo12@gmail.com</email>
</author>
<published>2021-04-05T16:27:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=e4856c1197274a4b57b6ddc0e8ea7d7e4854986d'/>
<id>e4856c1197274a4b57b6ddc0e8ea7d7e4854986d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chain exceptions when appropriate</title>
<updated>2021-04-05T16:24:10+00:00</updated>
<author>
<name>Anthony Vo</name>
<email>anthonyhvo12@gmail.com</email>
</author>
<published>2021-04-05T16:24:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=2c1410becc7fbe660426e2a946d54304fc470148'/>
<id>2c1410becc7fbe660426e2a946d54304fc470148</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
