Displaying 20 results from an estimated 366 matches for "cps".
Did you mean:
cpus
2017 Apr 17
9
[RFC] Adding CPS call support
Summary
=======
There is a need for dedicated continuation-passing style (CPS) calls in LLVM to
support functional languages. Herein I describe the problem and propose a
solution. Feedback and/or tips are greatly appreciated, as our goal is to
implement these changes so they can be merged into LLVM trunk.
Problem
=======
Implementations of functional languages like Haskel...
2017 Apr 17
2
[RFC] Adding CPS call support
> Is there a reason you can't use the algorithm from the paper "A Correspondence between Continuation Passing Style and Static Single Assignment Form" to convert your IR to LLVM's SSA IR?
Yes, there are a few reasons.
Undoing the CPS transformation earlier in the pipeline would mean that we are using LLVM's built-in stack. The special layout and usage of the stack in GHC is achieved through CPS, so it is baked the compiler and garbage-collected runtime system.
~kavon
> On Apr 17, 2017, at 8:56 PM, Manuel Jacob <me a...
2017 Apr 19
3
[RFC] Adding CPS call support
> The semantics around inlining alone are problematic enough to warrant serious hesitation.
There are nicer ways to embed CPS call/return into LLVM; I just figured that there would not be much support for adding a new terminator because it would change a lot of code. Ideally we would have a block terminator like:
cps call ghccc @bar (.. args ..) returnsto label %retpt
Where the "returnsto" is optional to c...
2011 Feb 04
3
[LLVMdev] CPS
Hi everybody,
I'd like to try implementing a pass that transforms all functions (and
function calls, returns, etc.) to CPS, so that TCO can get rid of all
(or most of) the function calling overhead (because, as you probably
know, the side effect of using CPS is that all function calls become
tail calls).
That being said, and since I'm pretty new to LLVM, I'd like to ask a
couple of things to the veterans:
1...
2011 Mar 31
2
Cyberpower CP850PFCLCD 120% battery charge
...n happy to supply
debug output, but I don't know if you want me to unplug the UPS from the
outlet during that debug or not.
Thanks in advance for any help,
Justin
------------
ue Mar 29 23:30:39 CDT 2011
battery.charge: 120
battery.charge.low: 10
battery.charge.warning: 20
battery.mfr.date: CPS
battery.runtime: 450
battery.runtime.low: 300
battery.type: PbAcid
battery.voltage: 16.0
battery.voltage.nominal: 24
device.mfr: CP850PFCLCD
device.model: CRDA103.981
device.serial: CPS
device.type: ups
driver.name: usbhid-ups
driver.parameter.pollfreq: 30
driver.parameter.pollinterval: 2
driver.pa...
2014 Mar 12
0
ICAC14 Special Tracks CFP (Smart Cyber-Physical Systems & Management of Big Data Systems)
...www.usenix.org/conference/icac14/call-for-papers)
* Special Tracks Key Information
** Smart Cyber-Physical Systems
Co-Chairs: Ron Ambrosio (IBM Research), Sokwoo Rhee, NIST
Paper submissions due: March 24, 2014, 11:59 p.m. PDT
More info: https://www.usenix.org/conference/icac14/self-cps
** MBDS: Management of Big Data System
Co-Chairs: Karsten Schwan (GIT), Vanish Talwar (HP Labs)
Paper submissions due: March 31, 2014, 11:59 p.m. PDT
More info: https://www.usenix.org/conference/icac14/mbds-management-big-data-systems
* Special Track I: Smart Cyber-Physical Syst...
2014 Mar 12
0
ICAC14 Special Tracks CFP (Smart Cyber-Physical Systems & Management of Big Data Systems)
...www.usenix.org/conference/icac14/call-for-papers)
* Special Tracks Key Information
** Smart Cyber-Physical Systems
Co-Chairs: Ron Ambrosio (IBM Research), Sokwoo Rhee, NIST
Paper submissions due: March 24, 2014, 11:59 p.m. PDT
More info: https://www.usenix.org/conference/icac14/self-cps
** MBDS: Management of Big Data System
Co-Chairs: Karsten Schwan (GIT), Vanish Talwar (HP Labs)
Paper submissions due: March 31, 2014, 11:59 p.m. PDT
More info: https://www.usenix.org/conference/icac14/mbds-management-big-data-systems
* Special Track I: Smart Cyber-Physical Syst...
2017 Aug 01
2
I have a question in use CyberPower UPS.
Hi ,
As the subject, I'm using the CPS UPS.
I use NUT to read the HID information. The device information is attached.
After I read the information, I can't see the frequency information. I have
used the CPS software to see the frequency information before.
But I want to see the frequency in NUT by connecting CPS UPS. I have trac...
2012 Aug 30
2
UPS - CYBERPOWER CPS DX600E supported by usbhid-ups
UPS - CYBERPOWER CPS DX600E
upsc usb at localhost
battery.charge: 100
battery.charge.low: 10
battery.charge.warning: 20
battery.mfr.date: CPS
battery.runtime: 1650
battery.runtime.low: 300
battery.type: PbAcid
battery.voltage: 4.8
battery.voltage.nominal: 12
device.mfr: CPS
device.model: DX600E
device.type: ups
driver...
2013 Sep 22
2
colores
Como usas la función image puedes consultar la ayuda ?image o help(image) y
encontrarás el siguiente ejemplo donde se usa un diferente color Palette
(mencionada por pepeceb en su respuesta).
x <- 10*(1:nrow(volcano))
y <- 10*(1:ncol(volcano))
image(x, y, volcano, col = terrain.colors(100), axes = FALSE)
# O puedes usar directamente el número para indicar el color
image(x, y, volcano, col =
2017 Apr 17
2
[RFC] Adding CPS call support
...it with llvm.returnaddress if you need it.
Unfortunately the @llvm.returnaddress intrinsic does not solve the problem, as it only reads the return address pushed onto the LLVM stack by a call. We would then need a way to move the LLVM stack pointer back to where it was before the call, because a CPS call _must_ not grow the LLVM stack (it will never be popped!), so a 'call' instruction will not do.
> You can't branch across functions like you're proposing because the stack and callee-save registers won't be in the right state. LLVM will inevitably save values to the s...
2013 Sep 22
0
colores
Por favor ver comentario con las las letras mayúsculas
data("CPS1985", package = "AER")
cps <- CPS1985
cps [1:10,]
dim( cps)
names( cps)
library("quantreg")
#regresion usual
cps_lm <- lm(log(wage) ~ experience + I(experience^2) +
+ education, data = cps)
#regresion por quantiles, tau...
2024 Dec 04
1
<Cyber Energy> <usbhid-ups/cps-hid.c>-Add HID Usage (Temperature)
Looks good.
Posted the PR as https://github.com/networkupstools/nut/pull/2711, code
base to test would be available at
https://github.com/jimklimov/nut/tree/cps-hid-temp currently or as part of
https://github.com/networkupstools/nut/tree/master after the pull request
passes our CI and gets merged.
Thanks,
Jim Klimov
On Wed, Dec 4, 2024 at 9:11?AM Yvonne.Chen <Yvonne.Chen at cyberenergy.com>
wrote:
> Hi NUT:
>
>
>
> We propose addin...
2025 Jan 13
1
<Cyber Energy> <usbhid-ups/cps-hid.c>-Add HID Usage (Temperature)
Hi Jim:
After doing comprehensive tests, we have confirmed that there are no problems with the source code update related to temperature this time. We kindly request you to update the source code concerning temperature in cps-hid.c (driver: USBHID-UPS(8)) and include it in the next official release of NUT.
Additionally, please inform us of the planned timeline and version for the upcoming official release of NUT so we can verify it accordingly. Thank you!
Best regards
Yvonne Chen
Cyber Energy Co., Ltd.
Tel: +886-2-87...
2006 Aug 15
2
CPS GS 1500U
Hello all,
Has anyone had any luck getting a CPS GS 1500U working with NUT via USB.
Its branded Geek Squad (don't ask) but it shows up in the USB device list as
the CPS 1500U. I'm running Kubuntu Dapper with all current updates
installed, Kernel 2.6.15-26-686, NUT 2.0.3. I've tried hidups and
newhidups. With hidups I used port=/dev...
2017 Apr 18
2
[RFC] Adding CPS call support
...this is the following machine code for a call (I'll use an x86-64 example):
leaq _retpt(%rip), %scratchReg
movq %scratchReg, (%ghcSPReg)
jmp _bar
But, if we want to end up with the above machine code using a custom lowering of just the following IR instruction,
%retVals = cps call ghccc @bar (... args ...)
_without_ explicitly taking the block address and writing it to the GHC stack pointer beforehand, there are some things to consider:
1. How do we prevent IR optimizations from eliminating the %retpt block?
If we do not explicitly take the address of the %retpt b...
2024 Dec 04
1
<Cyber Energy> <usbhid-ups/cps-hid.c>-Add HID Usage (Temperature)
Hi NUT:
We propose adding HID usage for "Temperature" to the NUT source code file cps-hid.c (driver: USBHID-UPS(8)<https://networkupstools.org/docs/man/usbhid-ups.html>) so that UPS temperature information can be displayed in the UPS status list. After conducting internal tests, we confirmed that inserting the following code:
{ "ups.temperature", 0, 0, "UPS.Powe...
2017 Aug 02
2
I have a question in use CyberPower UPS.
Hi,
Thanks for your guidance.
I use Rad Hat. The explore-CPS.txt is attached.
Thx.
2017-08-01 21:37 GMT+08:00 Charles Lepple <clepple at gmail.com>:
> On Aug 1, 2017, at 5:47 AM, Andy Jan <andy1635qq at gmail.com> wrote:
> >
> > But I want to see the frequency in NUT by connecting CPS UPS. I have
> traced the NUT source code a...
2019 Mar 06
0
HCL Cyberpower CPS-850AVRLCD supported by usbhid
Cyberpower CPS850avrlcd
https://www.cyberpowersystems.com/product/ups/cp850avrlcd/
shutdown sequence: UNTESTED
upsc output:
_____
sudo upsc cp-ups
battery.charge: 100
battery.charge.low: 10
battery.charge.warning: 20
battery.mfr.date: CPS
battery.runtime: 1230
battery.runtime.low: 300
battery.type: PbAcid...
2006 Jan 21
0
RFC: python-shout-python rpm package
...be some has comments on it.
I CC'd the initial packager.
If you just want the binaries, you can use my repository. Just add this
repo:
[rktmb] name= RKTMB repository mixed
baseurl=ftp://infogerance.locataire-serveur.info/fedora
gpgcheck=0
enabled=1
--
A powerfull GroupWare, CMS, CRM, ECM: CPS (Open Source & GPL).
Opengroupware, SPIP, Plone, PhpBB, JetSpeed... are good: CPS is better.
http://www.cps-project.org for downloads & documentation.
Free hosting of CPS groupware: http://www.objectis.org.
--
A powerfull GroupWare, CMS, CRM, ECM: CPS (Open Source & GPL).
Opengroupware...