Displaying 20 results from an estimated 51 matches for "hcs".
Did you mean:
has
2020 Jun 02
2
Improve hot cold splitting to aggressively outline small blocks
...he ability of hot/cold
>> analysis to detect cold blocks in these real-world workloads.
>>
>
> Hi Ruijie,
>
> Thanks for the info!
>
> I skimmed the doc (suggest including it inline in the thread). It wasn't
> clear to me if the main goal is to improve PGO based HCS or non-PGO based
> HCS. It sounds like you are going to be focusing on non-PGO based HCS given
> the comments about static analysis and detection of throws, asserts etc. A
> couple of suggestions. I'd focus first on ensuring best performance
> possible given PGO information (the las...
2020 Jun 02
2
Improve hot cold splitting to aggressively outline small blocks
...n these real-world workloads.
>>>>
>>>
>>> Hi Ruijie,
>>>
>>> Thanks for the info!
>>>
>>> I skimmed the doc (suggest including it inline in the thread). It wasn't
>>> clear to me if the main goal is to improve PGO based HCS or non-PGO based
>>> HCS. It sounds like you are going to be focusing on non-PGO based HCS given
>>> the comments about static analysis and detection of throws, asserts etc. A
>>> couple of suggestions. I'd focus first on ensuring best performance
>>> possibl...
2004 Dec 02
1
Can RH AS3 be a ADS member with winbind+nss+krb5?
Samba is trying to be a member server in an AD in native mode, using
winbind, nss, and kerberose. There are 3 kdc's (2 are Win2003, 1 is
Win2000), samba server is RH-AS3 + Samba version 3.0.9 (from samba.org)
+ krb5 1.3.1-6 (from Fedora Core). I thought I had things working (join
succeeded, could access shares, modify files), and then it stopped
working. After clearing out the host account
2020 Jun 01
2
Improve hot cold splitting to aggressively outline small blocks
Hello,
I am Ruijie Fang, a GSoC student working on "Improve hot cold
splitting to aggressively outline small blocks." Over the course of
last week, I met with my mentor and co-mentor, Aditya Kumar, and
Rodrigo Rocha, and we made a preliminary plan on improving the
existing hot/cold splitting pass in LLVM through identifying patterns
of cold blocks in real-world workloads via block
2020 Aug 05
3
[RFC] Machine Function Splitter - Split out cold blocks from machine functions using profile data
...>
Right -- with slightly different objectives. Machine Function Splitting
Pass's main focus is on performance improvement.
> - Having a target independent function splitting scales well to LTO,
> ThinLTO, supporting multiple architectures and offers ease of maintenance.
> - While HCS+merge-function helps significantly reduce the codesize, in
> many cases the outlined functions tend to have identical function bodies
> (e.g., assert-fail etc); they can be deduplicated by linker with careful
> function naming. This reduces code-size regardless of function merging and
>...
2005 Oct 16
3
Dial plan questions
...ms)
2201/2201 (Unspecified) D 255.255.255.255 0 UNKNOWN
pstn/pstn 192.168.24.197 D 255.255.255.255 5061 OK (15 ms)
--
Linux Home Automation Neil Cherry ncherry@comcast.net
http://home.comcast.net/~ncherry/ (Text only)
http://hcs.sourceforge.net/ (HCS II)
http://linuxha.blogspot.com/ My HA Blog
2018 Jan 31
3
Problems with "predict" function ii
...tr<-rbind(ptr,c(1+nrow(ptr),fcs[2],fcs[1],fcs[3]))
ptr
highdf<-data.frame(ptr[,c(1,4)])
highdf
colnames(highdf)<-c(?month?,?sales?)
highdf
detach(sdf)
attach(highdf)
h.lm<-lm(highdf[,2]~highdf[,1])
h.lm
abline(h.lm,col="gray",lty=2)
news<-data.frame(month=nrow(ptr)+1)
news
hcs<-predict(h.lm,news,interval=?predict?)
hcs
[[alternative HTML version deleted]]
2004 Dec 06
0
errors from ads_krb5_mk_req errors and util_sock.c:send_smb
...##
[logging]
default = FILE:/var/log/krb5libs.log
kdc = FILE:/var/log/krb5kdc.log
admin_server = FILE:/var/log/kadmind.log
[libdefaults]
ticket_lifetime = 24000
default_realm = MYREALM.MY.MYDOMAIN.COM
dns_lookup_realm = true
dns_lookup_kdc = true
[realms]
MYREALM.MY.MYDOMAIN.COM = {
kdc = hcs-ad-a.myrealm.my.mydomain.com:88
admin_server = hcs-ad-a.myrealm.my.mydomain.com:749
default_domain = myrealm.my.mydomain.com
}
[domain_realm]
.myrealm.mydomain.com = MYREALM.MY.MYDOMAIN.COM
myrealm.mydomain.com = MYREALM.MY.MYDOMAIN.COM
.myrealm.my.mydomain.com = MYREALM.MY.MYDOMAIN.COM
myreal...
2020 Aug 05
10
[RFC] Machine Function Splitter - Split out cold blocks from machine functions using profile data
...been the norm for
such optimizations e.g. -hot-cold-split in LLVM and the prior GCC
implementation detailed earlier. We expect standardized tooling to handle
split functions appropriately, e.g demangling works as expected --
$ c++filt _Z3foov.cold
foo() [clone .cold]
Contrast with HotColdSplit (HCS)
Function splitting in the middle-end in LLVM employs extraction of cold
single-entry-single-exit (SESE) regions into separate functions. In
general, the pass has been found to be impactful in reducing code size by
deduplication of cold regions; however our experiments show it does not
improve per...
2018 Jan 31
1
Problems with "predict" function
...,fcs[,3])
ptr<-rbind(ptr,c(1+nrow(ptr),fcs[2],fcs[1],fcs[3]))
ptr
highdf<-data.frame(ptr[,c(1,4)])
highdf
colnames(highdf)<-c(?month?,?sales?)
highdf
attach(highdf)
h.lm<-lm(highdf[,2]~highdf[,1])
h.lm
abline(h.lm,col="gray",lty=2)
news<-data.frame(month=nrow(ptr)+1)
news
hcs<-predict(h.lm,news,interval="predict")
hcs
[[alternative HTML version deleted]]
2017 Sep 09
1
error with subtree()
...ng the instruction on?http://finzi.psych.upenn.edu/library/extracat/html/subtree.html
However, an error message popped up:
====> library(extracat)
Attaching package: ?extracat?
The following object is masked _by_ ?.GlobalEnv?:
? ? subtreehc <- hclust(dist(USArrests), "ave")>?> hcs <- subtree(hc, k = 7)Error in subtree(hc, k = 7) : unused argument (k = 7)
===
Can anyone help me what happened here? And what should I do with it?
Thank you very much!
Ace
[[alternative HTML version deleted]]
1997 Apr 24
1
/dev/random and MAKEDEV-C-1.6
...restricted write access to /dev/random and /dev/urandom
**** makes them cryptographically worse than useless.
If you have MAKEDEV-C-1.6 installed please get MAKEDEV-C-1.6.1, which
has just been uploaded to Sunsite and should appear in
/pub/Linux/system/admin. It can also be gotten from
ftp://ftp.hcs.harvard.edu/pub/linux/makedev.
Alternatively apply the following patch. You do not need to recompile
the makedev binary itself, but you do need to update the installed
devinfo and makedev.cfg files.
If you don''t have pgp and don''t know how to fix a patch that pgp has
signed, you...
2004 Jul 29
2
Zultys Zip 4x4
Is anyone successfully using one of these with Asterisk? I cannot get the
phone to register, this message keeps coming up on the Asterisk console:
Jul 29 14:11:39 NOTICE[1125350192]: chan_sip.c:7323 handle_request:
Registration from '"000BEA801CA6" <sip:000BEA801CA6@hcs.net:5060>' failed
for '204.194.36.138'
The telephone LCD says "SIP registation rejected".
My sip.conf file looks like this for the ZIP 4x4
[2153]
type=friend ; either "friend" (peer+user), "peer" or
"user"
context=sip-phone...
2004 Mar 31
3
help with the usage of "randomForest"
Dear all,
Can anybody give me some hint on the following error msg I got with using
randomForest?
I have two-class classification problem. The data file "sample" is:
----------------------------------------------------------
udomain.edu udomain.hcs hpclass
1 1.0000 1 not
2 NA 2 not
3 NA 0.8 not
4 NA 0.2 hp
5 NA 0.9 hp
------------------------------------------------------------
The steps I called the function are:
(1) Read data
hp <- read.table("sample")
(2) Call randomForest
hp.rf <- randomForest(hpclass ~., yy, data=hp, impo...
2004 Jul 01
1
Asterisk Docs
...e 't' but I don't know what the
parameters mean. I looking for a man page basically.
--
Linux Home Automation Neil Cherry ncherry@comcast.net
http://home.comcast.net/~ncherry/ (Text only)
http://linuxha.sourceforge.net/ (SourceForge)
http://hcs.sourceforge.net/ (HCS II)
2005 Aug 01
1
IAX2, can't receive calls
...their appropriate servers. I have no mail box on the one account
(the one I'm testing to). I've followed the FWD instructions but
I've had no luck.
--
Linux Home Automation Neil Cherry ncherry@comcast.net
http://home.comcast.net/~ncherry/ (Text only)
http://hcs.sourceforge.net/ (HCS II)
http://linuxha.blogspot.com/ My HA Blog
2005 Aug 05
1
No dial tone on BT100
...;ve done a sip debug and all I'm seeing for the BT100 - Asterisk
is Asterisk asking the BT100 for it's option (102 Options) and
the BT100 not replying.
--
Linux Home Automation Neil Cherry ncherry@comcast.net
http://home.comcast.net/~ncherry/ (Text only)
http://hcs.sourceforge.net/ (HCS II)
http://linuxha.blogspot.com/ My HA Blog
2005 Aug 14
0
[OT] SPA-3000 loudness
...;s under the PSTN Line tab). I don't
remember seeing this on the list so I thought I'd add it here.
Guess I should add it to the wiki (a little later).
--
Linux Home Automation Neil Cherry ncherry@comcast.net
http://home.comcast.net/~ncherry/ (Text only)
http://hcs.sourceforge.net/ (HCS II)
http://linuxha.blogspot.com/ My HA Blog
2002 Nov 19
0
Fw: Samba and Windows XP
----- Original Message -----
From: "John Russell" <apca72@dsl.pipex.com>
To: "Patrick Bennett Hagen" <junkmail@hcs.com>
Sent: Tuesday, November 19, 2002 8:18 AM
Subject: Re: [Samba] Samba and Windows XP
> This may help:
>
> There is a security check new to Windows XP (or maybe only
> Windows XP service pack 1). It can be disabled via a group policy in
> Active Directory. The policy is:
>...
2004 Jun 22
2
Unable to find libiodbc.so.2
I was finally able to compile asterisk with cdr_odbc.so. But now for some reason I get that error:
*CLI> load cdr_odbc.so
Jun 22 16:38:53 WARNING[-1084309376]: loader.c:240 ast_load_resource: libiodbc.so.2: cannot open shared object file: No such file or directory
Unable to load module cdr_odbc.so
But the file is there...
# ls -lag /usr/local/lib/libiodbc.so*
lrwxrwxrwx 1 root