search for: l309

Displaying 8 results from an estimated 8 matches for "l309".

Did you mean: 309
2020 May 10
2
Minor Infelicity in Printing of Objects Nested in Lists
...erence in a diff with a few neighboring context lines.? Just mentioning it in case there is interest in doing something about it.? If so I'll be happy to create a bugzilla ticket and assist with patches/testing. Best, B. [1]: https://github.com/wch/r-source/blob/tags/R-4-0-0/src/main/print.c#L309 [2]: https://github.com/wch/r-source/blob/tags/R-4-0-0/src/main/print.c#L570
2020 Sep 24
2
How lld invoke LTO or thinLTO and is there some cases and some method to get the step-by-step message for me to understand how LTO worked?
Hi:     I want to learn  how LTO and thinLTO work? But I'm confused how lld invoked either library. How can I find it in lld. Should i be familiar with lld source code? And i also think if there is some easy test case and with step-by- step debugging or some log messages can help me learn this? Is there some method can do stuff like this?   Thank you very
2016 Mar 08
0
Incorrect battery.runtime.low being reported?
...values associated with NUT variables: it is not refreshing certain variables unless they were changed through NUT. This is due to the HU_FLAG_SEMI_STATIC flag here (so other similarly-marked variables would be affected as well): https://github.com/networkupstools/nut/blob/master/drivers/apc-hid.c#L309 If you stop and start the driver, it should refresh. I created an issue on Github so we don't forget: https://github.com/networkupstools/nut/issues/268 -- Charles Lepple clepple at gmail
2016 Mar 09
0
Incorrect battery.runtime.low being reported?
...should "win." > The UPS value should take precedence, but it is certainly strange that the UPS is not reporting the same value to NUT. Note that there are two different HID strings that map to battery.runtime.low: https://github.com/networkupstools/nut/blob/master/drivers/apc-hid.c#L309 I think that means that NUT will pick the first one that works (between "UPS.Battery.RemainingTimeLimit" and "UPS.PowerSummary.RemainingTimeLimit"), but there certainly have been discrepancies between the spec and what gets implemented. If you want, we can take a look at the d...
2020 May 10
0
Minor Infelicity in Printing of Objects Nested in Lists
...ntext lines.? Just mentioning it in case there is interest > in doing something about it.? If so I'll be happy to create a bugzilla > ticket and assist with patches/testing. > > Best, > > B. > > [1]: > https://github.com/wch/r-source/blob/tags/R-4-0-0/src/main/print.c#L309 > [2]: > https://github.com/wch/r-source/blob/tags/R-4-0-0/src/main/print.c#L570 > > ______________________________________________ > R-devel at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel >
2016 Mar 08
2
Incorrect battery.runtime.low being reported?
On Mon, Mar 7, 2016 at 9:00 PM, Charles Lepple <clepple at gmail.com> wrote: > If you stop and start the driver, it should refresh. Hi Charles, thanks for the reply! Pardon the dead horse beating, but I just want to clarify/confirm two things: 1) I did my full power down test (including powering down UPS and NAS, and restarting them) after the change to 600s on the UPS. Shouldn't
2016 Mar 06
2
Incorrect battery.runtime.low being reported?
Hi folks, I have a curious issue I'm trying to understand. I'll give my problem description first, then suggested metadata below. My setup is as shown in http://networkupstools.org/docs/user-manual.chunked/images/advanced.png, where my UPS is connected to my NAS via USB, and other computers as well as the NAS are powered by the UPS. As a test, I configured the NAS to enter safe mode,
2020 Aug 22
5
Looking for suggestions: Inferring GPU memory accesses
Hi all, As part of my research I want to investigate the relation between the grid's geometry and the memory accesses of a kernel in common gpu benchmarks (e.g Rodinia, Polybench etc). As a first step i want to answer the following question: - Given a kernel function with M possible memory accesses. For how many of those M accesses we can statically infer its location given concrete values