<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/distutils/checks, branch meson</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>BUG, SIMD: Fix detecting NEON/ASIMD on aarch64</title>
<updated>2022-06-14T05:58:45+00:00</updated>
<author>
<name>Sayed Adel</name>
<email>seiko@imavr.com</email>
</author>
<published>2022-06-14T05:58:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=01a0d95640d1d375c47a632f09d0ec9322e539b3'/>
<id>01a0d95640d1d375c47a632f09d0ec9322e539b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix up</title>
<updated>2022-06-09T21:35:16+00:00</updated>
<author>
<name>Sayed Adel</name>
<email>seiko@imavr.com</email>
</author>
<published>2022-06-09T21:35:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=12a4363480b20e0bb8ac275fac9ff501a9f7731b'/>
<id>12a4363480b20e0bb8ac275fac9ff501a9f7731b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BLD, SIMD: Hardened the Neon/ASIMD compile-time tests</title>
<updated>2022-06-09T18:58:56+00:00</updated>
<author>
<name>Sayed Adel</name>
<email>seiko@imavr.com</email>
</author>
<published>2022-06-09T03:09:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=cc92935d94b6703b5971c6c42b771ab54b041b76'/>
<id>cc92935d94b6703b5971c6c42b771ab54b041b76</id>
<content type='text'>
  Avoid passing any constants or traced pointers to avoid
  compiler optimizations, so we make the sure the required
  instructions have been tested against the linker.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Avoid passing any constants or traced pointers to avoid
  compiler optimizations, so we make the sure the required
  instructions have been tested against the linker.
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: Add CPU feature detection for VSX4 (Power10)</title>
<updated>2022-01-13T20:47:51+00:00</updated>
<author>
<name>Rafael Cardoso Fernandes Sousa</name>
<email>rafaelcfsousa@ibm.com</email>
</author>
<published>2022-01-07T16:48:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=d88104fd0e2f85ac4eb667fcd7161aaa1d41e11a'/>
<id>d88104fd0e2f85ac4eb667fcd7161aaa1d41e11a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT, DOC: fix new typos detected by codespell</title>
<updated>2022-01-12T21:44:39+00:00</updated>
<author>
<name>Dimitri Papadopoulos</name>
<email>3234522+DimitriPapadopoulos@users.noreply.github.com</email>
</author>
<published>2022-01-10T22:17:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=76b1ba156e792187f133db8e8bdd968a3fdbe5be'/>
<id>76b1ba156e792187f133db8e8bdd968a3fdbe5be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>addressed review comments</title>
<updated>2021-12-14T01:49:12+00:00</updated>
<author>
<name>Pradipta Ghosh</name>
<email>pradghos@in.ibm.com</email>
</author>
<published>2021-12-13T16:09:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=664afacd9ff4d19012920447984273edac8cf204'/>
<id>664afacd9ff4d19012920447984273edac8cf204</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extending CPU feature detection framework to support IBM Z SIMD</title>
<updated>2021-12-14T01:49:12+00:00</updated>
<author>
<name>Pradipta Ghosh</name>
<email>pradghos@in.ibm.com</email>
</author>
<published>2021-12-09T11:16:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=aea715bacd7497d30fe168977be430d64588944b'/>
<id>aea715bacd7497d30fe168977be430d64588944b</id>
<content type='text'>
We would like to extend CPU feature detection infrastructure
for IBM Z CPU features. Eventually It will help to add and
enable Z specific SIMD builtins and instructions.
As part of the PR, we have extended ccompiler_opt.py,
npy_cpu_features.c.src, npy_cpu_features.h, other files for
Z CPU feature detection and added test files for VX/VXE/VXE2
in distutils/checks.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We would like to extend CPU feature detection infrastructure
for IBM Z CPU features. Eventually It will help to add and
enable Z specific SIMD builtins and instructions.
As part of the PR, we have extended ccompiler_opt.py,
npy_cpu_features.c.src, npy_cpu_features.h, other files for
Z CPU feature detection and added test files for VX/VXE/VXE2
in distutils/checks.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update cpu_asimdfhm.c</title>
<updated>2021-11-16T22:36:18+00:00</updated>
<author>
<name>Thomas Green</name>
<email>tomgreen66@hotmail.com</email>
</author>
<published>2021-11-16T22:36:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=2113cad8cbb4c4bc9469e0c94025bd7cbbe6f2d6'/>
<id>2113cad8cbb4c4bc9469e0c94025bd7cbbe6f2d6</id>
<content type='text'>
Updated `vfmlal_low_u32` and `vfmlslq_high_u32` to their `f16` new names.  Described here:

https://www.mail-archive.com/gcc-bugs@gcc.gnu.org/msg664008.html

Many of the intrinsics had names updated.  Supposedly previous specifications were not published so old names not required.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updated `vfmlal_low_u32` and `vfmlslq_high_u32` to their `f16` new names.  Described here:

https://www.mail-archive.com/gcc-bugs@gcc.gnu.org/msg664008.html

Many of the intrinsics had names updated.  Supposedly previous specifications were not published so old names not required.</pre>
</div>
</content>
</entry>
<entry>
<title>BUG, SIMD: Fix detect host/native CPU features on ICC during compile-time</title>
<updated>2021-05-26T21:35:47+00:00</updated>
<author>
<name>Sayed Adel</name>
<email>seiko@imavr.com</email>
</author>
<published>2021-05-25T22:34:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=0ec2c91dfdc6d62c7e2ebd0071a0dc990e1a84ec'/>
<id>0ec2c91dfdc6d62c7e2ebd0071a0dc990e1a84ec</id>
<content type='text'>
  Unlike GCC and CLANG, Intel Compiler exposes all supported intrinsics,
  whether or not the build options for those features are specified.
  Therefore, we must test #definitions of CPU features when option native/host
  is enabled via `--cpu-baseline` or through env var `CFLAGS` otherwise
  the test will be broken and leads to enable all possible features.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Unlike GCC and CLANG, Intel Compiler exposes all supported intrinsics,
  whether or not the build options for those features are specified.
  Therefore, we must test #definitions of CPU features when option native/host
  is enabled via `--cpu-baseline` or through env var `CFLAGS` otherwise
  the test will be broken and leads to enable all possible features.
</pre>
</div>
</content>
</entry>
<entry>
<title>Change fix of cpu_popcnt.c to use _mm_popcnt_u64/_mm_popcnt_u32 on GCC</title>
<updated>2021-05-23T15:24:52+00:00</updated>
<author>
<name>Carl Michal</name>
<email>michal@physics.ubc.ca</email>
</author>
<published>2021-05-23T15:24:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=3827c262d128811f3ee36d2bd015544f5922e7c5'/>
<id>3827c262d128811f3ee36d2bd015544f5922e7c5</id>
<content type='text'>
_builtin_popcount is always available, so the compile-time check always
succeeds.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
_builtin_popcount is always available, so the compile-time check always
succeeds.
</pre>
</div>
</content>
</entry>
</feed>
