[Numpy-discussion] Re: Windows 11 arm64 wheel

2024-09-24 Thread Andrew Nelson via NumPy-Discussion
>
> I made the second PR for full wheel with openblas. It is reviewed, but
> rejected as solution with linaro built openblas is not good enough, so I am
> investigating alternate options for cross compiling openblas.
> While I am working on this I have one question about the wheel without
> OpenBLAS. As the job is now created on the main it can be triggered
> manually and the produced wheel can be used for publishing to PyPi. I'm
> wondering what the next steps are with this build. Is it planned for the
> wheel to be built/published without OpenBLAS and what would be the
> conditions for that.
>

I don't think we would make an official release to PyPI without OpenBLAS
functionality, and we would want any official wheel to be built on CI
infrastructure that we can configure ourselves.

I guess it might be possible to upload an 'unofficial' wheel to
https://anaconda.org/scientific-python-nightly-wheels/numpy that doesn't
have OpenBLAS. However, we would want to be building that via one of our CI
workflows.
___
NumPy-Discussion mailing list -- numpy-discussion@python.org
To unsubscribe send an email to numpy-discussion-le...@python.org
https://mail.python.org/mailman3/lists/numpy-discussion.python.org/
Member address: arch...@mail-archive.com


[Numpy-discussion] Invitation: Event: NVIDIA CUDA Virtual Connect Wit... @ Fri Sep 27, 2024 1pm - 2:30pm (EDT) (numpy-discussion@python.org)

2024-09-24 Thread Jon Moody via NumPy-Discussion
BEGIN:VCALENDAR
PRODID:-//Google Inc//Google Calendar 70.9054//EN
VERSION:2.0
CALSCALE:GREGORIAN
METHOD:REQUEST
BEGIN:VTIMEZONE
TZID:America/New_York
X-LIC-LOCATION:America/New_York
BEGIN:DAYLIGHT
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
TZNAME:EDT
DTSTART:19700308T02
RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=2SU
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
TZNAME:EST
DTSTART:19701101T02
RRULE:FREQ=YEARLY;BYMONTH=11;BYDAY=1SU
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/New_York:20240927T13
DTEND;TZID=America/New_York:20240927T143000
DTSTAMP:20240924T121431Z
ORGANIZER;CN=Jon Moody:mailto:jbm...@gmail.com
UID:38q3cs6bs9nqi5sn1e7c613...@google.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=numpy-discussion@python.org;X-NUM-GUESTS=0:mailto:numpy-discussion@
 python.org
X-GOOGLE-CONFERENCE:https://meet.google.com/kai-pzgs-fkq
X-MICROSOFT-CDO-OWNERAPPTID:-1635308592
CREATED:20240924T121429Z
DESCRIPTION:NVIDIA CUDA Virtual Connect With Experts Event Information\n\n\
 nHello all! For those who use GPUs in work or hoppy projects\, we'd love to
  chat with you!\n\nWe are starting a monthly virtual event where CUDA enthu
 siasts can connect directly with a panel of real-life CUDA developers at NV
 IDIA. This is a chance to meet some of the people designing and implementin
 g your favorite CUDA drivers\, kernels\, libraries and tools\; and ask ques
 tions related to your project or work.\n\nEvent Information:\n\nWhen?\n**Fr
 iday\, September 27\, 2024 at 10-11:30am PT**\n\nWhat?\nThis month\, we wil
 l be discussing the **CUDA Python ecosystem**. You will have the opportunit
 y to ask questions via chat about topics like CuPy\, Numba\, and other Pyth
 on libraries to our **LIVE** panel of CUDA Python experts.\n\nWho can Atten
 d?\nCUDA and Python developers of all levels and background...\n\n-::~:~::~
 :~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~::~:~
 ::-\nJoin with Google Meet: https://meet.google.com/kai-pzgs-fkq\n\nLearn m
 ore about Meet at: https://support.google.com/a/users/answer/9282720\n\nPle
 ase do not edit this section.\n-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:
 ~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::-
LAST-MODIFIED:20240924T121429Z
LOCATION:
SEQUENCE:0
STATUS:CONFIRMED
SUMMARY:[Numpy-discussion] Event: NVIDIA CUDA Virtual Connect With Expert (
 CUDA + Python)
TRANSP:OPAQUE
BEGIN:VALARM
ACTION:DISPLAY
DESCRIPTION:This is an event reminder
TRIGGER:-P0DT2H0M0S
END:VALARM
END:VEVENT
END:VCALENDAR


invite.ics
Description: application/ics
___
NumPy-Discussion mailing list -- numpy-discussion@python.org
To unsubscribe send an email to numpy-discussion-le...@python.org
https://mail.python.org/mailman3/lists/numpy-discussion.python.org/
Member address: arch...@mail-archive.com


[Numpy-discussion] Re: (no subject)

2024-09-24 Thread slobodan.miletic--- via NumPy-Discussion
Sorry for misunderstanding. I accidentally created this thread from Windows 11 
arm64 wheel. That is also the reason why there is no subject.  I will repost 
this to that discussion. 
It was not strictly openblas problem. I was trying to make the gh actions build 
for win11 arm64 numpy with openblas. As native runner for windows arm64 was not 
available it was agreed to try cross compiling openblas. Problem with this was 
that there were no fortran compiler binaries to use so I tried using linaro 
built openblas libraries for arm64 which is not secure. Localy I could modified 
flang-new to build the openblas but setting that up on the github actions would 
take to much time.
___
NumPy-Discussion mailing list -- numpy-discussion@python.org
To unsubscribe send an email to numpy-discussion-le...@python.org
https://mail.python.org/mailman3/lists/numpy-discussion.python.org/
Member address: arch...@mail-archive.com


[Numpy-discussion] Re: Windows 11 arm64 wheel

2024-09-24 Thread slobodan.miletic--- via NumPy-Discussion
I accidentally created new thread without subject with message that is 
belonging here:

Hi,
I made the second PR for full wheel with openblas. It is reviewed, but rejected 
as solution with linaro built openblas is not good enough, so I am 
investigating alternate options for cross compiling openblas.
While I am working on this I have one question about the wheel without 
OpenBLAS. As the job is now created on the main it can be triggered manually 
and the produced wheel can be used for publishing to PyPi. I'm wondering what 
the next steps are with this build. Is it planned for the wheel to be 
built/published without OpenBLAS and what would be the conditions for that.
___
NumPy-Discussion mailing list -- numpy-discussion@python.org
To unsubscribe send an email to numpy-discussion-le...@python.org
https://mail.python.org/mailman3/lists/numpy-discussion.python.org/
Member address: arch...@mail-archive.com


[Numpy-discussion] Canceled event: Event: NVIDIA CUDA Virtual Connect Wit... @ Fri Sep 27, 2024 1pm - 2:30pm (EDT) (numpy-discussion@python.org)

2024-09-24 Thread Jon Moody via NumPy-Discussion
BEGIN:VCALENDAR
PRODID:-//Google Inc//Google Calendar 70.9054//EN
VERSION:2.0
CALSCALE:GREGORIAN
METHOD:CANCEL
BEGIN:VEVENT
DTSTART:20240927T17Z
DTEND:20240927T183000Z
DTSTAMP:20240924T164054Z
ORGANIZER;CN=Jon Moody:mailto:jbm...@gmail.com
UID:38q3cs6bs9nqi5sn1e7c613...@google.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=DECLINED;CN=numpy-
 discuss...@python.org;X-NUM-GUESTS=0:mailto:numpy-discussion@python.org
X-GOOGLE-CONFERENCE:https://meet.google.com/kai-pzgs-fkq
CREATED:20240924T121429Z
DESCRIPTION:NVIDIA CUDA Virtual Connect With Experts Event Information\n\n\
 nHello all! For those who use GPUs in work or hoppy projects\, we'd love to
  chat with you!\n\nWe are starting a monthly virtual event where CUDA enthu
 siasts can connect directly with a panel of real-life CUDA developers at NV
 IDIA. This is a chance to meet some of the people designing and implementin
 g your favorite CUDA drivers\, kernels\, libraries and tools\; and ask ques
 tions related to your project or work.\n\nEvent Information:\n\nWhen?\n**Fr
 iday\, September 27\, 2024 at 10-11:30am PT**\n\nWhat?\nThis month\, we wil
 l be discussing the **CUDA Python ecosystem**. You will have the opportunit
 y to ask questions via chat about topics like CuPy\, Numba\, and other Pyth
 on libraries to our **LIVE** panel of CUDA Python experts.\n\nWho can Atten
 d?\nCUDA and Python developers of all levels and background...\n\n-::~:~::~
 :~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~::~:~
 ::-\nJoin with Google Meet: https://meet.google.com/kai-pzgs-fkq\n\nLearn m
 ore about Meet at: https://support.google.com/a/users/answer/9282720\n\nPle
 ase do not edit this section.\n-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:
 ~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::-
LAST-MODIFIED:20240924T164053Z
LOCATION:
SEQUENCE:0
STATUS:CONFIRMED
SUMMARY:[Numpy-discussion] Event: NVIDIA CUDA Virtual Connect With Expert (
 CUDA + Python)
TRANSP:OPAQUE
BEGIN:VALARM
ACTION:DISPLAY
DESCRIPTION:This is an event reminder
TRIGGER:-P0DT2H0M0S
END:VALARM
END:VEVENT
END:VCALENDAR


invite.ics
Description: application/ics
___
NumPy-Discussion mailing list -- numpy-discussion@python.org
To unsubscribe send an email to numpy-discussion-le...@python.org
https://mail.python.org/mailman3/lists/numpy-discussion.python.org/
Member address: arch...@mail-archive.com