similar to: [LLVMdev] Void values

Displaying 20 results from an estimated 30000 matches similar to: "[LLVMdev] Void values"

2010 Jun 11
0
[LLVMdev] Void values
On Jun 11, 2010, at 3:43 PM, Patrick Walton wrote: > Hi, > > I'm interested in adding support for void values (i.e. unit types) to > LLVM. Currently, "void" is only allowed as the return value of a > function, and numerous assertions are in place to check this. > > This document [1] that Google pulled up seems to suggest that this idea > was planned:
2010 Jun 11
1
[LLVMdev] Void values
On 6/11/10 4:20 PM, Chris Lattner wrote: > Hi Patrick, > > I don't know of anyone working on it, but I'd really like to eliminate void. It doesn't seem like a useful feature of the type system. Functions can be changed to return {} for example. > > -Chris That's the structure type with zero elements, right? Patrick
2007 Nov 06
0
[LLVMdev] Passing and returning aggregates (who is responsible for the ABI?)
On Nov 5, 2007, at 19:19, Christophe de Dinechin wrote: > I'm trying to port the XL compiler (http://xlr.sf.net) to use the > LLVM back-end. So far, little trouble doing so. But there is one > aspect of the semantics of the LLVM IR that surprises me. Why are > the call, declare and define "halfway through" ABI conventions? > > I think it's the right thing
2011 Sep 05
1
[LLVMdev] Named struct metadata
Hi everyone, It'd be useful for our purposes if we could attach metadata to named structs. In particular, in Rust we're looking to use this information to communicate information about our discriminated unions to the garbage collector. (We could, and are at the moment, using the metadata argument to the gcroot intrinsic, but this seems to inhibit optimizations and adds a fair amount
2006 Mar 26
9
validate_uniqueness_of {combination of fields} ???
I''ve looked at the validates documentation and it appears that validates_uniqueness_of works on only one field at a time. So I can, for example, validate that "sam" is unique to the record set, and that "smith" is unique to the record set. My problem is that each record includes two fields, the _combination_ of which must be unique to the record set, but each of
2003 Jun 20
2
SIP registration without password (secret)
Hello, I'm trying to registrate a Nuance Server in Asterisk (using SIP) with no success. It seems that Nuance does not send any secret/password (there is no way to define it!), this is the list of parameters that Nuance provides for registration: audio.sip.UserAgentURI=sip:user@domain audio.sip.UserAgentPort=<port> audio.sip.ProxyServerURI=sip:<IP>:<port>
2008 Feb 20
1
Running DNS 9.5 Standard
Dragon NaturallySpeaking 9.0 Preferred installs and runs. However, DNS 9.5 installs well but does not. The output is as follows. I have been told that there is an oleacc function that has not been implemented in wine, but does anyone else have any suggestions? susan at ubuntu:~/.wine/drive_c/Program Files/Nuance/NaturallySpeaking9/Program$ wine natspeak Xlib: extension "GLX" missing
2007 Nov 06
1
[LLVMdev] Passing and returning aggregates (who is responsible for the ABI?)
On 6 nov. 07, at 01:35, Gordon Henriksen wrote: >> But then, why refuse aggregates as input or output of a call? What >> is the rationale? > > Probably in good part because, in LLVM, aggregates (or derived types) > types exist only in memory, not in registers. Thanks, that's precisely where I see a problem. On many recent architectures (Itanium being the extreme case),
2010 Dec 12
2
dragon naturally speaking will not work
hi this is my first post having switched to mint so I am clueless but I need to install dragon naturally speaking 11 on my lenovo g560 i used this tutorial http://appdb.winehq.org/appview.php?versionId=3227 it went pretty well until it said it was "Replacing default with C:/program"(i can see that that could be a problem but i don't know how to stop it) i was runing it in a terminal
2017 Feb 24
2
Looking for Speech Recognition (ASR) suggestions
Hello Luca, Thank you for your response. I?m familiar with speech recognition and TTS, but new to MRCP. Yes, the 100k options is used for names in a directory listing. In the pre-MRCP support, Nuance ASR used API events/methods for the application to tell ASR when the prompt was playing and when it stopped. If ASR detected speech, it would signal an event so we would stop playing the prompt.
2006 Jul 14
39
Time to split the list?
I hope no one gets offended by my asking, but I wonder what others think about the possibility of splitting the list into two or three focal areas. Personally, I think I''d like to see three seperate lists: 1) newbie development (e.g., help working through tutorials, etc.) 2) more advanced development topics, 3) environment setup / admin.. What do you think? Best regards, Bill
2009 Oct 21
5
Asterisk and Nuance Vocalizer TTS Engine
Hi, How can I integrate Asterisk to Nuance TTS engine instead of Cepstral? Has anybody done this? How is the architecture and can Java AGI be used to communicate between them? regards, Vela Sivasankaran -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20091021/56254a0e/attachment.htm
2012 Nov 28
2
Opus for ASR - update and questions
For the last couple months, Nuance has performed extensive testing on how the Opus codec performs in the speech recognition task. I'm hoping to publish a full report in the coming months, but until then all I have is a teaser. Opus performed within about 1% of the WER (Word Error Rate) of unencoded audio. This is compared to about 5% for Speex, which was the previous codec of choice. Well
2012 Apr 21
2
[LLVMdev] Eliminating the 'void' type
Hello all, I noticed Eliminating the 'void' type<http://nondot.org/sabre/LLVMNotes/EliminatingVoid.txt>in Random LLVM notes. I am wondering to know what's the meaning of "eliminating" the void type. Is it means the goal is deleting VoidTyID from TypeID enumeration in Type.h? And what Type::getVoidTy() returned is a pointer to a {}? Thanks Mitnick -------------- next
2008 Dec 19
2
error bars
Dear Help I'm new to R (from matlab)...using windows XP. I've tried to work out, to no avail, 4 things: 1) rotating the numbers on axes...something to do with par(str) ?? 2) how to close a window having opened one e.g. windows(7,7) 3) how to manipulate the key (e.g. dots, lines etc) on the legend. Using pch just gives me the same key for all functions on a plot. i.e. legend
2017 Feb 22
2
Looking for Speech Recognition (ASR) suggestions
Is it correct that the unimrcp is the best approach for Asterisk and ASR/TTS? Could anyone provide pros/cons for the various ASR options for Asterisk? We need the ability for very large grammars (over 100,000 options). Because of this, my initial thought is Nuance or Lumenvox. Does this sound correct? Have a great day! Dan -------------- next part -------------- An HTML attachment was
2007 May 03
1
VoiceXML + Nuance
Hello, Is there anyone who has ever done a setup of VoiceXML combined with some licenses from Nuance for the ASR/TTS engine within Asterisk ? I'm currently working with VoiceGenie, for the VoiceXML + ASR/TTS engine, but we are having a couple of issues which I guess are caused by VoiceGenie. If there's an alternative, it would be very interesting for us. Thanks, -- Eric Rousse
2009 Mar 09
2
Cannot update 2.8.1 packages: unable to access index for repository...
I am having trouble updating packages for R 2.8.1 in Windows XP. Note that I *am* able to update packages for R 2.7.0 (see bottom of posting) so this is not an Internet proxy problem. The steps I took were to (a) Copy over packages from my existing (2.7.0) library subdiretory to the R 2.8.1 library subdirectory. This included a long list of packages including RODBC, rpart, RGraphViz, ggplot2
2009 Jan 28
3
hdc: no DRQ after issuing MULTWRITE
I have 3 OQOs with Centos and I frequently get the following error messages: Jan 28 13:18:07 oqo3 kernel: hdc: status timeout: status=0xd0 { Busy } Jan 28 13:18:07 oqo3 kernel: ide: failed opcode was: unknown Jan 28 13:18:07 oqo3 kernel: hdc: no DRQ after issuing MULTWRITE Jan 28 13:18:07 oqo3 kernel: ide1: reset: success I have Fedora 10 on a fourth unit and it NEVER gets this message. I
2012 Sep 14
2
Opus for ASR
Hello, All of the Opus quality studies that I've seen focused on human-perceived quality. I'm interested to know of any experience with machined "perceived" quality, particularly related to speech recognition or biometrics. I'm also interested in folks thoughts on optimizing Opus for ASR. For example, removing certain classes of comfort noise, filtering non-speech bands,