Re: [PATCH net-next 2/6] selftests: bonding: Add net/forwarding/lib.sh to TEST_INCLUDES

2024-01-24 Thread Jay Vosburgh
Benjamin Poirier wrote: >In order to avoid duplicated files when both the bonding and forwarding >tests are exported together, add net/forwarding/lib.sh to TEST_INCLUDES and >include it via its relative path. > >Reviewed-by: Petr Machata >Tested-by: Petr Machata >Signed-off-by: Benjamin

[MARMAM] New publication: The Cetacean Sanctuary: A Sea of Unknowns

2024-01-24 Thread Jay Bruck
I am pleased to share my new publication in the journal Animals with the MARMAM community: Bruck JN. The Cetacean Sanctuary: A Sea of Unknowns. Animals. 2024; 14(2):335. https://doi.org/10.3390/ani14020335 Summary: Sanctuary is a term with implicit meaning associated with refuge and safety.

[EXT] Re: ** Three New CNAs – ChromeOS Project, ENISA, and Milestone Systems **

2024-01-24 Thread Gazlay, Jay (He/Him)
Thank you!! Jay E. Gazlay 202.262.7284 Cyber + Infrastructure Security Agency “Simplify, then add lightness” From: Dave Morse Sent: Wednesday, January 24, 2024 9:00:49 AM To: Gazlay, Jay (He/Him) ; CVE Program Secretariat ; CVE Editorial Board Discussion

[EXT] Re: ** Three New CNAs – ChromeOS Project, ENISA, and Milestone Systems **

2024-01-24 Thread Gazlay, Jay (He/Him)
Good morning, Is there a reason that ChromOS isn’t under the Alphabet/Google root? Am I missing some nuance? Jay E. Gazlay 202.262.7284 Cyber + Infrastructure Security Agency “Simplify, then add lightness” From: CVE Program Secretariat Date: Tuesday, January 23, 2024 at 6:11 PM To: CVE

[clang] [AMDGPU][GFX12] Add tests for unsupported builtins (PR #78729)

2024-01-24 Thread Jay Foad via cfe-commits
@@ -4,10 +4,114 @@ typedef unsigned int uint; -kernel void test_builtins_amdgcn_gws_insts(uint a, uint b) { +#pragma OPENCL EXTENSION cl_khr_fp64:enable + +typedef float v2f __attribute__((ext_vector_type(2))); +typedef float v4f __attribute__((ext_vector_type(4)));

[clang] [AMDGPU][GFX12] Add tests for unsupported builtins (PR #78729)

2024-01-24 Thread Jay Foad via cfe-commits
https://github.com/jayfoad approved this pull request. LGTM. https://github.com/llvm/llvm-project/pull/78729 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [AMDGPU][GFX12] Add tests for unsupported builtins (PR #78729)

2024-01-24 Thread Jay Foad via cfe-commits
https://github.com/jayfoad edited https://github.com/llvm/llvm-project/pull/78729 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[llvm] [clang] [AMDGPU] Emit a waitcnt instruction after each memory instruction (PR #79236)

2024-01-24 Thread Jay Foad via cfe-commits
@@ -2561,6 +2567,70 @@ bool SIMemoryLegalizer::expandAtomicCmpxchgOrRmw(const SIMemOpInfo , return Changed; } +bool SIMemoryLegalizer::GFX9InsertWaitcntForPreciseMem(MachineFunction ) { + const GCNSubtarget = MF.getSubtarget(); + const SIInstrInfo *TII =

Re: Networks ignoring prepends?

2024-01-23 Thread Jay R. Ashworth
ing from Miami to Ft Lauderdale via One Wilshire, is a classic example. Cheers, -- jra -- Jay R. Ashworth Baylink j...@baylink.com Designer The Things I Think RFC 2100 Ashworth & Associates http://www.b

Re: Networks ignoring prepends?

2024-01-23 Thread Jay Borkenhagen
to them or vote with your feet. Jay B.

[jfx22u] Integrated: 8323879: constructor Path(Path) which takes another Path object fail to draw on canvas html

2024-01-23 Thread Jay Bhaskar
On Tue, 23 Jan 2024 16:15:42 GMT, Jay Bhaskar wrote: > A clean backport to jfx22u. The fix is for the canvas path constructor > drawing with an old path on canvas, without the fix, the page crashes. I have > tested the fix it is working with the fix and failing without the fix.

[jfx22u] Integrated: 8323879: constructor Path(Path) which takes another Path object fail to draw on canvas html

2024-01-23 Thread Jay Bhaskar
A clean backport to jfx22u. The fix is for the canvas path constructor drawing with an old path on canvas, without the fix, the page crashes. I have tested the fix it is working with the fix and failing without the fix. - Commit messages: - Backport

Re: So Long, and Thanks for All the Fish*

2024-01-23 Thread Jay Maynard
gt; Watson & Walker, Inc. > Sarasota, FL USA > www.watsonwalker.com > Cell/Text: 941-266-6609 > == > > > > > > -- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN > -- Jay Maynard -

[libcxx] [lld] [libc] [lldb] [clang-tools-extra] [clang] [openmp] [compiler-rt] [llvm] [flang] [mlir] AMDGPU: Do not generate non-temporal hint when Load_Tr intrinsic did not specify it (PR #79104)

2024-01-23 Thread Jay Foad via cfe-commits
https://github.com/jayfoad approved this pull request. LGTM. https://github.com/llvm/llvm-project/pull/79104 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[Lldb-commits] [libcxx] [lld] [libc] [lldb] [clang-tools-extra] [clang] [openmp] [compiler-rt] [llvm] [flang] [mlir] AMDGPU: Do not generate non-temporal hint when Load_Tr intrinsic did not specify it

2024-01-23 Thread Jay Foad via lldb-commits
https://github.com/jayfoad approved this pull request. LGTM. https://github.com/llvm/llvm-project/pull/79104 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[lldb] [llvm] [mlir] [openmp] [libcxx] [flang] [clang] [clang-tools-extra] [compiler-rt] [lld] [libc] AMDGPU: Do not generate non-temporal hint when Load_Tr intrinsic did not specify it (PR #79104)

2024-01-23 Thread Jay Foad via cfe-commits
@@ -1348,6 +1348,14 @@ bool SITargetLowering::getTgtMemIntrinsic(IntrinsicInfo , MachineMemOperand::MOVolatile; return true; } + case Intrinsic::amdgcn_global_load_tr: { jayfoad wrote: This case should also be handled in

[Lldb-commits] [lldb] [llvm] [mlir] [openmp] [libcxx] [flang] [clang] [clang-tools-extra] [compiler-rt] [lld] [libc] AMDGPU: Do not generate non-temporal hint when Load_Tr intrinsic did not specify it

2024-01-23 Thread Jay Foad via lldb-commits
@@ -1348,6 +1348,14 @@ bool SITargetLowering::getTgtMemIntrinsic(IntrinsicInfo , MachineMemOperand::MOVolatile; return true; } + case Intrinsic::amdgcn_global_load_tr: { jayfoad wrote: This case should also be handled in

[RE-wrenches] Lorentz pumps

2024-01-22 Thread Jay via RE-wrenches
Does anyone know if Lorentz pumps still exist in the US. Someone is looking for a PS200 control box. It seems to be intermittent Thx Jay ___ List sponsored by Redwood Alliance Pay optional member dues here: http://re-wrenches.org List Address

Re: [RBW] Re: Roadini Build - Mix of Modern and Retro

2024-01-22 Thread Jay
>>>> don't >>>> even care for bar-ends on a trail.. but those RRL levers are super nice! >>>> >>>> I'm leaning hard into a Roadini that I may put a Campy 10 Triple group >>>> I have on it.. >>>> >>>> Chri

Re: [RBW] Re: Roadini Build is complete

2024-01-22 Thread Jay
Looks great. You have me questioning the Dark Gold I selected ;-) On Monday, January 22, 2024 at 3:36:11 PM UTC-5 brenton...@gmail.com wrote: > For the seat height inquiries: > > Both my bikes are currently 41” top of saddle to the ground. The Roadini > has less BB drop so top of saddle to

[chrono] Re: How to remove a module

2024-01-21 Thread Jay Sun
the system. Please tell me how to solve this problem. Thank you so much!! video link:https://youtu.be/GUf6DjZAYLE Jay 在2024年1月15日星期一 UTC+8 20:03:06 写道: > Hi, > the problem is that, by removing only the bodies, the links that are bound > to such bodies will have dangling pointers. For the time

Re: "Hypothetical" Datacenter Overheating

2024-01-21 Thread Jay R. Ashworth
at even remotely points to that simply > spreads FUD for no reason. I didn't see any of them in the thread, which was the only thing I was paying attention to, so those are fact not in evidence to *me*. I didn't see an exclamation point in his comment, which seemed relatively measured to me. Chee

Integrated: 8323879: constructor Path(Path) which takes another Path object fail to draw on canvas html

2024-01-21 Thread Jay Bhaskar
On Thu, 18 Jan 2024 03:51:28 GMT, Jay Bhaskar wrote: > Issue: constructor Path(Path) which takes another Path object fails to draw > on canvas html. > Solution: copy the old path while creating a new Path object from the > existing Path that is already created with the same canv

[RBW] Re: Roadini Build - Mix of Modern and Retro

2024-01-21 Thread Jay
ary 21, 2024 at 10:33:55 AM UTC-8 Jay wrote: > >> First post here! I've been reading some of the threads and this sounds >> like a good place...my new happy place ;-) >> >> I ordered the dark gold Roadini (57) from the only shop in Canada that >> sells

Re: "Hypothetical" Datacenter Overheating

2024-01-20 Thread Jay R. Ashworth
an AAR on an event like this should be thinking about, and looking for in their evaluation of the data they see. He didn't *accuse* anyone, which would be out of bounds. Cheers, -- jra -- Jay R. Ashworth Baylink j...@baylink.com Designer The Things I Thi

[clang] [AMDGPU][GFX12] Add tests for unsupported builtins (PR #78729)

2024-01-19 Thread Jay Foad via cfe-commits
@@ -0,0 +1,105 @@ +// REQUIRES: amdgpu-registered-target jayfoad wrote: Maybe just add these to `test/CodeGenOpenCL/builtins-amdgcn-gfx12-err.cl` instead of a new file? https://github.com/llvm/llvm-project/pull/78729

[llvm] [clang] [AMDGPU] Remove gws feature from GFX12 (PR #78711)

2024-01-19 Thread Jay Foad via cfe-commits
https://github.com/jayfoad closed https://github.com/llvm/llvm-project/pull/78711 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[llvm] [clang] [AMDGPU] Do not emit `V_DOT2C_F32_F16_e32` on GFX12 (PR #78709)

2024-01-19 Thread Jay Foad via cfe-commits
https://github.com/jayfoad closed https://github.com/llvm/llvm-project/pull/78709 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[libc] [compiler-rt] [flang] [lld] [llvm] [clang] [lldb] [clang-tools-extra] [libcxx] [AMDGPU][GFX12] VOP encoding and codegen - add support for v_cvt fp8/… (PR #78414)

2024-01-19 Thread Jay Foad via cfe-commits
jayfoad wrote: Can you add a GFX12 RUN line to clang/test/CodeGenOpenCL/builtins-amdgcn-fp8.cl? That will probably require adding "fp8-conversion-insts" to the GFX12 part of TargetParser.cpp. You can do this in a separate patch if you want. https://github.com/llvm/llvm-project/pull/78414

[Lldb-commits] [libc] [compiler-rt] [flang] [lld] [llvm] [clang] [lldb] [clang-tools-extra] [libcxx] [AMDGPU][GFX12] VOP encoding and codegen - add support for v_cvt fp8/… (PR #78414)

2024-01-19 Thread Jay Foad via lldb-commits
jayfoad wrote: Can you add a GFX12 RUN line to clang/test/CodeGenOpenCL/builtins-amdgcn-fp8.cl? That will probably require adding "fp8-conversion-insts" to the GFX12 part of TargetParser.cpp. You can do this in a separate patch if you want. https://github.com/llvm/llvm-project/pull/78414

[llvm] [clang] [AMDGPU] Remove gws feature from GFX12 (PR #78711)

2024-01-19 Thread Jay Foad via cfe-commits
https://github.com/jayfoad created https://github.com/llvm/llvm-project/pull/78711 This was already done for LLVM. This patch just updates the Clang builtin handling to match. >From 8ec83bbc08c6a364efda3724d5886dbd568f956f Mon Sep 17 00:00:00 2001 From: Jay Foad Date: Fri, 19 Jan 2024 13

[llvm] [clang] [AMDGPU] Do not emit `V_DOT2C_F32_F16_e32` on GFX12 (PR #78709)

2024-01-19 Thread Jay Foad via cfe-commits
https://github.com/jayfoad created https://github.com/llvm/llvm-project/pull/78709 That instruction is not supported on GFX12. Added a testcase which previously crashed without this change. >From b212d63828ae87b8e40f9d6de7622bc7a14ce48f Mon Sep 17 00:00:00 2001 From: pvanhout Date: Mon, 30

[clang] [llvm] [AMDGPU] Add GFX12 WMMA and SWMMAC instructions (PR #77795)

2024-01-19 Thread Jay Foad via cfe-commits
jayfoad wrote: Some of the tests in this patch need regenerating now that #77438 has been merged. https://github.com/llvm/llvm-project/pull/77795 ___ cfe-commits mailing list cfe-commits@lists.llvm.org

Re: [mailop] Spamhaus contact?

2024-01-18 Thread Jay Hennigan via mailop
big email providers. Airline and hotel IPs probably should be characterized similarly to dynamic or residential IPs. It's unlikely that legitimate mail will originate there as SMTP. Users of these facilities typically use port 587 to relay mail through an authenticated smarthost. -- Jay

Re: RFR: 8323879: constructor Path(Path) which takes another Path object fail to draw on canvas html [v2]

2024-01-18 Thread Jay Bhaskar
> Issue: constructor Path(Path) which takes another Path object fails to draw > on canvas html. > Solution: copy the old path while creating a new Path object from the > existing Path that is already created with the same canvas rendering context. Jay Bhaskar has updated the

Re: RFR: 8323879: constructor Path(Path) which takes another Path object fail to draw on canvas html [v2]

2024-01-18 Thread Jay Bhaskar
On Thu, 18 Jan 2024 20:51:05 GMT, Kevin Rushforth wrote: >> Jay Bhaskar has updated the pull request incrementally with one additional >> commit since the last revision: >> >> remove unused variable and imports > > modules/javafx.web/src/t

[Yahoo-eng-team] [Bug 2030976] Re: oslo notifications sending sensitive tokens

2024-01-18 Thread Jay Faulkner
This is in oslo.messaging back to xena. Released in oslo.messaging clients we still release. I think this is done? ** Changed in: ironic Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

Re: [RE-wrenches] Recommendation on DC Breaker

2024-01-18 Thread Jay via RE-wrenches
I’d use an IMO disconnect as you don’t have any current limitations. I think sometimes things get lost in translation. Jay > On Jan 18, 2024, at 8:43 AM, Jason Szumlanski via RE-wrenches > wrote: > >  > I am installing an EG4 off-grid 3k inverter for the first time, an

[clang] [llvm] [clang-tools-extra] [AMDGPU] Update uses of new VOP2 pseudos for GFX12 (PR #78155)

2024-01-18 Thread Jay Foad via cfe-commits
https://github.com/jayfoad closed https://github.com/llvm/llvm-project/pull/78155 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang-tools-extra] [clang] [llvm] [AMDGPU] Update uses of new VOP2 pseudos for GFX12 (PR #78155)

2024-01-18 Thread Jay Foad via cfe-commits
@@ -1,7 +1,8 @@ ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py ; RUN: llc -march=amdgcn -mcpu=tahiti -verify-machineinstrs < %s | FileCheck --check-prefixes=SI %s jayfoad wrote: Done as part of a merge from main to fix

[clang-tools-extra] [clang] [llvm] [AMDGPU] CodeGen for GFX12 S_WAIT_* instructions (PR #77438)

2024-01-18 Thread Jay Foad via cfe-commits
https://github.com/jayfoad closed https://github.com/llvm/llvm-project/pull/77438 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang-tools-extra] [clang] [llvm] [AMDGPU] Work around s_getpc_b64 zero extending on GFX12 (PR #78186)

2024-01-18 Thread Jay Foad via cfe-commits
https://github.com/jayfoad closed https://github.com/llvm/llvm-project/pull/78186 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang-tools-extra] [llvm] [AMDGPU] Work around s_getpc_b64 zero extending on GFX12 (PR #78186)

2024-01-18 Thread Jay Foad via cfe-commits
https://github.com/jayfoad updated https://github.com/llvm/llvm-project/pull/78186 >From d3f4ebf849f6ef1ea373e5c7f93398db6681b2b6 Mon Sep 17 00:00:00 2001 From: Jay Foad Date: Mon, 15 Jan 2024 15:02:08 + Subject: [PATCH 1/4] Add GFX11/12 test coverage --- llvm/test/CodeGen/AMDGPU/s-ge

[clang] [AMDGPU] Add GFX12 __builtin_amdgcn_s_sleep_var (PR #77926)

2024-01-18 Thread Jay Foad via cfe-commits
https://github.com/jayfoad closed https://github.com/llvm/llvm-project/pull/77926 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [llvm] [clang-tools-extra] [AMDGPU] Work around s_getpc_b64 zero extending on GFX12 (PR #78186)

2024-01-18 Thread Jay Foad via cfe-commits
https://github.com/jayfoad updated https://github.com/llvm/llvm-project/pull/78186 >From d3f4ebf849f6ef1ea373e5c7f93398db6681b2b6 Mon Sep 17 00:00:00 2001 From: Jay Foad Date: Mon, 15 Jan 2024 15:02:08 + Subject: [PATCH 1/4] Add GFX11/12 test coverage --- llvm/test/CodeGen/AMDGPU/s-ge

RFR: 8323879: constructor Path(Path) which takes another Path object fail to draw on canvas html

2024-01-17 Thread Jay Bhaskar
Issue: constructor Path(Path) which takes another Path object fails to draw on canvas html. Solution: copy the old path while creating a new Path object from the existing Path that is already created with the same canvas rendering context. - Commit messages: - 8323879: constructor

Withdrawn: 8323879: constructor Path(Path) which takes another Path object fail to draw on canvas html

2024-01-17 Thread Jay Bhaskar
On Thu, 18 Jan 2024 03:30:21 GMT, Jay Bhaskar wrote: > Issue: constructor Path(Path) which takes another Path object fails to draw > on canvas html. > Solution: copy the old path to the current path constructor This pull request has been closed without being integrated.

Re: RFR: 8323879: constructor Path(Path) which takes another Path object fail to draw on canvas html [v2]

2024-01-17 Thread Jay Bhaskar
> Issue: constructor Path(Path) which takes another Path object fails to draw > on canvas html. > Solution: copy the old path to the current path constructor Jay Bhaskar has refreshed the contents of this pull request, and previous commits have been removed. Incremental views are not

RFR: 8323879: constructor Path(Path) which takes another Path object fail to draw on canvas html

2024-01-17 Thread Jay Bhaskar
Issue: constructor Path(Path) which takes another Path object fails to draw on canvas html. Solution: copy the old path to the current path constructor - Commit messages: - 8323879: constructor Path(Path) which takes another Path object fail to draw on canvas html Changes:

[clang] [clang-tools-extra] [llvm] [AMDGPU] Src1 of VOP3 DPP instructions can be SGPR on GFX12 (PR #77929)

2024-01-17 Thread Jay Foad via cfe-commits
https://github.com/jayfoad closed https://github.com/llvm/llvm-project/pull/77929 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang-tools-extra] [llvm] [clang] [AMDGPU] CodeGen for GFX12 S_WAIT_* instructions (PR #77438)

2024-01-17 Thread Jay Foad via cfe-commits
jayfoad wrote: @Pierre-vh @arsen ping! (Sorry, I know it has only been a few days.) https://github.com/llvm/llvm-project/pull/77438 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang-tools-extra] [llvm] [AMDGPU] Src1 of VOP3 DPP instructions can be SGPR on GFX12 (PR #77929)

2024-01-17 Thread Jay Foad via cfe-commits
https://github.com/jayfoad updated https://github.com/llvm/llvm-project/pull/77929 >From 4299ba898449f782c642b0c27f0ec9970aee0a1c Mon Sep 17 00:00:00 2001 From: Jay Foad Date: Fri, 12 Jan 2024 11:34:02 + Subject: [PATCH 1/2] [AMDGPU] Src1 of VOP3 DPP instructions can be SGPR on GF

[nznog] Re: IETF 119 in March 2024 will be in Brisbane

2024-01-17 Thread Jay Daley
/119/ Super early bird closes on 29 January 2024. Jay > On 15 Sep 2023, at 12:51, Jay Daley wrote: > > This is a heads-up that the IETF will be returning to the region after a 20+ > year absence, meeting in Brisbane 16-22 March 2024. > > For those that don’t know, the I

[flang] [libc] [llvm] [clang-tools-extra] [clang] [compiler-rt] [libcxx] [AMDGPU] Fix llvm.amdgcn.s.wait.event.export.ready for GFX12 (PR #78191)

2024-01-17 Thread Jay Foad via cfe-commits
https://github.com/jayfoad closed https://github.com/llvm/llvm-project/pull/78191 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang-tools-extra] [clang] [llvm] [AMDGPU] Disable V_MAD_U64_U32/V_MAD_I64_I32 workaround for GFX12 (PR #77927)

2024-01-17 Thread Jay Foad via cfe-commits
https://github.com/jayfoad closed https://github.com/llvm/llvm-project/pull/77927 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[libcxx] [clang] [libc] [llvm] [clang-tools-extra] [flang] [compiler-rt] [AMDGPU] Fix llvm.amdgcn.s.wait.event.export.ready for GFX12 (PR #78191)

2024-01-17 Thread Jay Foad via cfe-commits
https://github.com/jayfoad updated https://github.com/llvm/llvm-project/pull/78191 >From 9990fbc26ed3dc245a5127345326050acac49d66 Mon Sep 17 00:00:00 2001 From: Jay Foad Date: Fri, 21 Apr 2023 10:46:43 +0100 Subject: [PATCH] [AMDGPU] Fix llvm.amdgcn.s.wait.event.export.ready for GF

[llvm] [clang] [clang-tools-extra] [AMDGPU] Disable V_MAD_U64_U32/V_MAD_I64_I32 workaround for GFX12 (PR #77927)

2024-01-17 Thread Jay Foad via cfe-commits
https://github.com/jayfoad updated https://github.com/llvm/llvm-project/pull/77927 >From 3f3bcdb89adf032e26c95807abf5e3b23ff50e4a Mon Sep 17 00:00:00 2001 From: Jay Foad Date: Fri, 12 Jan 2024 12:24:28 + Subject: [PATCH 1/3] Precommit extra GFX12 test coverage --- .../GlobalISel/i

[llvm] [clang] [clang-tools-extra] [AMDGPU] Disable V_MAD_U64_U32/V_MAD_I64_I32 workaround for GFX12 (PR #77927)

2024-01-17 Thread Jay Foad via cfe-commits
https://github.com/jayfoad updated https://github.com/llvm/llvm-project/pull/77927 >From 3f3bcdb89adf032e26c95807abf5e3b23ff50e4a Mon Sep 17 00:00:00 2001 From: Jay Foad Date: Fri, 12 Jan 2024 12:24:28 + Subject: [PATCH 1/2] Precommit extra GFX12 test coverage --- .../GlobalISel/i

Re: [PATCH net] selftests: bonding: Add more missing config options

2024-01-16 Thread Jay Vosburgh
Jakub Kicinski wrote: >On Tue, 16 Jan 2024 14:21:51 -0500 Benjamin Poirier wrote: >> real13m35.065s >> user0m1.657s >> sys 0m27.918s >> >> The test is not cpu bound; as Jay pointed out, it spends most of its >> time sleeping. > >U

Re: [PATCH net] selftests: bonding: Add more missing config options

2024-01-16 Thread Jay Vosburgh
for the passes through the loop in num_grat_arp(), so that would be 118 seconds just for that. -J >[1] >https://netdev-2.bots.linux.dev/vmksft-bonding/results/423800/7-bond-options-sh --- -Jay Vosburgh, jay.vosbu...@canonical.com

Re: "Hypothetical" Datacenter Overheating

2024-01-16 Thread Jay Hennigan
. Livingston Portmaster 2s, of course. -- Jay Hennigan - j...@west.net Network Engineering - CCIE #7880 503 897-8550 - WB6RDV

[outages] PINCH Re: bgp.he.net down?

2024-01-16 Thread Jay R. Ashworth via Outages
l take a look at it shortly. > > > Thank, > > Hank > > ___ > Outages mailing list > Outages@outages.org > https://puck.nether.net/mailman/listinfo/outages -- Jay R. Ashworth Baylink j...@baylink.com Desi

Re: [outages] bgp.he.net down?

2024-01-16 Thread Jay Urish via Outages
Check for a popup or script blocker.. I got the same think till I allowed the domain in my NoScript plugin On 1/16/24 08:44, Mel Beckman via Outages wrote: It works for me: Welcome to the Hurricane Electric BGP Toolkit. You are visiting from 47.157.

Re: [mailop] Samsung and SIZE

2024-01-15 Thread Jay R. Ashworth via mailop
cepting incoming traffic for your own mailboxes -- then how tightly you need to adhere to the RFCs is probably "not as much". But it would only be the MUA; the originating MTA shouldn't be rewriting headers it's not supposed to either. Cheers, -- jra -- Jay R. Ashw

Re: Backward Compatibility Re: 202401100645.AYC Re: IPv4 address block

2024-01-15 Thread Jay Hennigan
OMK, telco central offices have always accepted pulse dialing and still do. SIP ATAs, on the other hand, mostly don't, with the exception of some older Grandstream units. -- Jay Hennigan - j...@west.net Network Engineering - CCIE #7880 503 897-8550 - WB6RDV

[PATCH] drm/amdkfd: Use S_ENDPGM_SAVED in trap handler

2024-01-15 Thread Jay Cornwall
This instruction has no functional difference to S_ENDPGM but allows performance counters to track save events correctly. Signed-off-by: Jay Cornwall --- drivers/gpu/drm/amd/amdkfd/cwsr_trap_handler.h | 14 +++--- .../gpu/drm/amd/amdkfd/cwsr_trap_handler_gfx10.asm | 2 +- .../gpu

Re: "Hypothetical" Datacenter Overheating

2024-01-15 Thread Jay Hennigan
an excuse. *From:* NANOG on behalf of Jay Hennigan *Sent:* Monday, January 15, 2024 1:31 PM *To:* nanog@nanog.org *Subject:* Re: "Hypothetical" Datacenter Overheating On 1/15/24 07:21, Mel Beckman wrote: Easy. Climate change. Lol! It was -8°F in Chicago yesterda

Re: "Hypothetical" Datacenter Overheating

2024-01-15 Thread Jay Hennigan
On 1/15/24 07:21, Mel Beckman wrote: Easy. Climate change. Lol! It was -8°F in Chicago yesterday. On Jan 15, 2024, at 7:17 AM, sro...@ronan-online.com wrote:  I’m more interested in how you lose six chillers all at once. -- Jay Hennigan - j...@west.net Network Engineering - CCIE #7880

[clang-tools-extra] [llvm] [clang] [AMDGPU][GFX12] Add Atomic cond_sub_u32 (PR #76224)

2024-01-15 Thread Jay Foad via cfe-commits
jayfoad wrote: > Adding support in atomicrmw. This will require to add new operation to > aromicrmw "cond_sub" Yes, and we have (Matt has) done this in the past, but it will require a wider consensus. I think it's fine to add AMDGPU intrinsics for this in the mean time.

Re: [mailop] Samsung and SIZE

2024-01-14 Thread Jay R. Ashworth via mailop
violate it? That header is supposed to be attached by the originating MUA, and I don't *think* transit MTAs are permitted to rewrite it... Cheers, -- jra -- Jay R. Ashworth Baylink j...@baylink.com Designer The Things I Think

Re: How threading works (was Re: Root Cause Re: 202401102221.AYC Re: Streamline The CG-NAT Re: 202401100645.AYC Re: IPv4 address block)

2024-01-14 Thread Jay R. Ashworth
-- is much smaller than the number when I wanted it to continue. The only mailer I remember being able to do it in, really, is mutt, where you could get all the headers into vi, and delete In-Reply-To:. Cheers, -- jra -- Jay R. Ashworth Baylink j

Re: How threading works (was Re: Root Cause Re: 202401102221.AYC Re: Streamline The CG-NAT Re: 202401100645.AYC Re: IPv4 address block)

2024-01-14 Thread Jay R. Ashworth
t it right and which wrong, and which might have gotten religion over the years on the topic. 5322 isn't my primary RFC. :-) Cheers, -- jra -- Jay R. Ashworth Baylink j...@baylink.com Designer The Things I Think

Re: [outages] Equinix CH1 Overheating

2024-01-14 Thread Jay Ashworth via Outages
d all available doors and have engaged local rental company to source >> additional fans and portable spot coolers. >> > >On Sun, Jan 14, 2024 at 10:19 PM Jay Ashworth via Outages < >outages@outages.org> wrote: > >> Open the doors? >> >> >>

Re: [outages] Equinix CH1 Overheating

2024-01-14 Thread Jay Ashworth via Outages
Open the doors? On January 14, 2024 9:52:24 PM EST, Mike Hammett via Outages wrote: > >IBX: CH1 >IBX Address: 350 E Cermak Rd, Chicago, 60616 >Number: INC0025932 >Date and Time of Occurrence: 2024-01-14 08:20:49 Site Local Time > > >To view the incident and its updates, please use Service

Re: Technical Reason? - Why you can't encrypt load libraries (PDSE format)?

2024-01-14 Thread Jay Maynard
nstructions, > > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN > > -- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN &

[RE-wrenches] sol ark 15kw

2024-01-13 Thread jay via RE-wrenches
or not? thanks in advance Jay ___ List sponsored by Redwood Alliance Pay optional member dues here: http://re-wrenches.org List Address: RE-wrenches@lists.re-wrenches.org Change listserver email address & settings: http://lists.re-wrenches.org/options.cg

[chrono] Get rut depth information

2024-01-12 Thread Jay Sun
Hello everyone I'm doing experiments with the car interacting with the deformable ground. Is there a way to get information about the depth of the ruts after the wheels have gone over the ground? Or use a depth camera or something (the sensor doesn't seem to see the depth camera). Regard, Jay

libdvdcss -- followup

2024-01-12 Thread Jay F. Shachter
if someone could explain these inconsistencies to me. Jay F. Shachter 6424 North Whipple Street Chicago IL 60645-4111 (1-773)7613784 landline (1-410)9964737 GoogleVoice http://m5.chicago.il.us j...@m5

Re: [RE-wrenches] Odd battery charging behavior with Outback inverters

2024-01-12 Thread Jay via RE-wrenches
There is or was a setting in the mate 3/s that the rebulk volts has a trigger. If the voltage doesn’t get below it it won’t charge (absorb) properly. Fix is to set the rebulk up higher than the charge voltsI don’t know if that’s your issue or not but I have fixed this  on systems. JayOn Jan 12,

[clang] [AMDGPU] Add GFX12 __builtin_amdgcn_s_sleep_var (PR #77926)

2024-01-12 Thread Jay Foad via cfe-commits
https://github.com/jayfoad created https://github.com/llvm/llvm-project/pull/77926 None >From 3d4b8547514f2315130599230e769a8c73be01c3 Mon Sep 17 00:00:00 2001 From: Jay Foad Date: Fri, 12 Jan 2024 12:43:16 + Subject: [PATCH] [AMDGPU] Add GFX12 __builtin_amdgcn_s_sleep_var --- cl

Re: [mailop] [E] Re: BIMI boycott? Lookup tool, why we publish BIMI anyway, and intellectual property law considerations

2024-01-11 Thread Jay Hennigan via mailop
that involved some sort of haiku in the header? IMNSHO, expecting spammers to abide by legal prohibitions and intellectual property laws is a non-starter. Attempting to legally prevent MUA developers from displaying logos competing with BIMI's approved logos, likewise. -- Jay Hennigan - j

[cayugabirds-l] Audubon's Yellow-rumped Warbler (intergrade?), Ithaca

2024-01-11 Thread Jay McGowan
n the Aythya flock not far from the continuing adult male Tufted Duck off the east end of Stewart Park around the same time (checklist <https://ebird.org/atlasny/checklist/S158655877>). Jay -- Jay McGowan jw...@cornell.edu -- (copy & paste any URL below, then modify any te

Re: [PATCH] drm/amdkfd: Fix the shift-out-of-bounds warning

2024-01-11 Thread Jay Cornwall
t; >> KFD_DEBUG_CP_BAD_OP_ECODE_SHIFT) >> >> It looks like we have 16 bits for the ECODE. That's enough to have a bit >> mask. Do we really need KFD_EC_MASK to convert an error number into a >> bitmask here? > > Added Jay

[clang-tools-extra] [libc] [mlir] [lld] [libcxx] [libclc] [llvm] [clang] [flang] [libunwind] [lldb] [compiler-rt] [AMDGPU] Fix broken sign-extended subword buffer load combine (PR #77470)

2024-01-10 Thread Jay Foad via cfe-commits
https://github.com/jayfoad closed https://github.com/llvm/llvm-project/pull/77470 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[Lldb-commits] [clang-tools-extra] [libc] [mlir] [lld] [libcxx] [libclc] [llvm] [clang] [flang] [libunwind] [lldb] [compiler-rt] [AMDGPU] Fix broken sign-extended subword buffer load combine (PR #7747

2024-01-10 Thread Jay Foad via lldb-commits
https://github.com/jayfoad closed https://github.com/llvm/llvm-project/pull/77470 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[clang-tools-extra] [libclc] [lld] [flang] [mlir] [libcxx] [libunwind] [clang] [lldb] [libc] [llvm] [compiler-rt] [AMDGPU] Fix broken sign-extended subword buffer load combine (PR #77470)

2024-01-09 Thread Jay Foad via cfe-commits
https://github.com/jayfoad updated https://github.com/llvm/llvm-project/pull/77470 >From ae231d88c5b5e2e0996edefd45389992f8e97d05 Mon Sep 17 00:00:00 2001 From: Jay Foad Date: Tue, 9 Jan 2024 13:16:24 + Subject: [PATCH 1/3] [AMDGPU] Precommit tests for broken combine Add tests for s

[Lldb-commits] [clang-tools-extra] [libclc] [lld] [flang] [mlir] [libcxx] [libunwind] [clang] [lldb] [libc] [llvm] [compiler-rt] [AMDGPU] Fix broken sign-extended subword buffer load combine (PR #7747

2024-01-09 Thread Jay Foad via lldb-commits
https://github.com/jayfoad updated https://github.com/llvm/llvm-project/pull/77470 >From ae231d88c5b5e2e0996edefd45389992f8e97d05 Mon Sep 17 00:00:00 2001 From: Jay Foad Date: Tue, 9 Jan 2024 13:16:24 + Subject: [PATCH 1/3] [AMDGPU] Precommit tests for broken combine Add tests for s

[llvm] [clang] [clang-tools-extra] [AMDGPU] Flip the default value of maybeAtomic. NFCI. (PR #75220)

2024-01-09 Thread Jay Foad via cfe-commits
@@ -29,6 +29,7 @@ class SM_Pseudo patt let mayStore = 0; let mayLoad = 1; let hasSideEffects = 0; + let maybeAtomic = 0; jayfoad wrote: #77443 https://github.com/llvm/llvm-project/pull/75220 ___ cfe-commits

[clang] [clang-tools-extra] [llvm] [AMDGPU] Flip the default value of maybeAtomic. NFCI. (PR #75220)

2024-01-09 Thread Jay Foad via cfe-commits
https://github.com/jayfoad closed https://github.com/llvm/llvm-project/pull/75220 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang-tools-extra] [llvm] [clang] [AMDGPU] Flip the default value of maybeAtomic. NFCI. (PR #75220)

2024-01-09 Thread Jay Foad via cfe-commits
https://github.com/jayfoad updated https://github.com/llvm/llvm-project/pull/75220 >From 429d0a22cd4208eb0c854ccf98df1ba86fd3b0cb Mon Sep 17 00:00:00 2001 From: Jay Foad Date: Tue, 12 Dec 2023 17:15:26 + Subject: [PATCH] [AMDGPU] Flip the default value of maybeAtomic. NFCI. In pract

[jira] [Commented] (CALCITE-6188) Multi-query optimization

2024-01-08 Thread Jay Narale (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-6188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17804548#comment-17804548 ] Jay Narale commented on CALCITE-6188: - Makes sense, and I think we could reuse our scheduling dag

Re: How Does One Build Libdvdcss?

2024-01-07 Thread Jay F. Shachter
Centuries ago, Nostradamus predicted that Greg Troxel would write on Sun Jan 7 08:10:48 2024: > > "Jay F. Shachter" writes: > >> >> How does one obtain libdvdcss on NetBSD? If I am not mistaken, the >> procedure involves: >> >>cd /u

How Does One Build Libdvdcss?

2024-01-07 Thread Jay F. Shachter
. What is the procedure? As always, thank you in advance for any and all replies. Jay F. Shachter 6424 North Whipple Street Chicago IL 60645-4111 (1-773)7613784 landline (1-410)9964737 GoogleVoice http://m5.chicago.il.us

[RBW] WTB: 47/48cm Hunqapillar, Atlantis (pre 2018 or so), Appaloosa, or similar

2024-01-06 Thread Jay Primus
be 650b Ideally, a hunquapillar! If you have something you might part with, please message me directly --- thank you Jay Pri mus San Anselmo, CA -- You received this message because you are subscribed to the Google Groups "RBW Owners Bunch" group. To unsubscribe from

[jira] [Commented] (CALCITE-6188) Multi-query optimization

2024-01-05 Thread Jay Narale (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-6188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17803759#comment-17803759 ] Jay Narale commented on CALCITE-6188: - I think the second syntax will work well! This is awesome

[FFmpeg-devel] [PATCH] configure: fix mbedtls >=v3.5.0 link error on windows

2024-01-05 Thread Jay Zhang
Signed-off-by: Jay Zhang --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 0b5e83bd20..31dc29ca16 100755 --- a/configure +++ b/configure @@ -6930,6 +6930,7 @@ enabled libxml2 && require_pkg_config libxml2 libxml-2.0 libxml2/libxm

[jira] [Commented] (CALCITE-6188) Multi-query optimization

2024-01-05 Thread Jay Narale (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-6188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17803691#comment-17803691 ] Jay Narale commented on CALCITE-6188: - In our case for CTE materialization, the series

[jira] [Comment Edited] (CALCITE-6188) Multi-query optimization

2024-01-05 Thread Jay Narale (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-6188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17803691#comment-17803691 ] Jay Narale edited comment on CALCITE-6188 at 1/5/24 8:01 PM: - In our case

Re: [Slackbuilds-users] I need a uid/gid for a SlackBuild

2024-01-05 Thread Jay Lanagan via SlackBuilds-users
yet (pending approval) so there’s still time for corrections either way. Thanks, — Jay Lanagan > > On Jan 2, 2024 at 2:11 AM, mailto:rwork...@slackbuilds.org)> > wrote: > > > > On Tue, 02 Jan 2024 01:50:54 -0500 Jay Lanag

[llvm] [clang-tools-extra] [clang] [AMDGPU][GFX12] Default component broadcast store (PR #76212)

2024-01-05 Thread Jay Foad via cfe-commits
https://github.com/jayfoad approved this pull request. LGTM. @arsenm does this address your concerns? https://github.com/llvm/llvm-project/pull/76212 ___ cfe-commits mailing list cfe-commits@lists.llvm.org

<    2   3   4   5   6   7   8   9   10   11   >