search for: thrust

Displaying 20 results from an estimated 96 matches for "thrust".

2018 Feb 20
2
use clang++ to build lulesh 2.0 failed
Hello, I'm trying to use clang++ instead of nvcc to build lulesh 2.0 cuda version. And it fails in the compilation with errors like the one below: opt/common/cuda/cuda-7.5.18/include/thrust/iterator/iterator_adaptor.h:187:5: error: expected member name or ';' after declaration specifiers __thrust_exec_check_disable__ ​It looks like clang++ is complaining about the thrust library comes with cuda, while nvcc works fine for this case. So does it mean clang++ does not support...
2018 Feb 20
0
use clang++ to build lulesh 2.0 failed
> ​It looks like clang++ is complaining about the thrust library comes with cuda, The Thrust library that comes with CUDA is indeed not compatible with clang. We made a number of changes to Thrust to make it work with clang (it was relying on what we considered to be bugs in nvcc), but they're only available in the upstream Thrust: https://github.c...
2009 Feb 04
2
Using color and plotting characters in a scatterplot matrix [Newbie Help]
Hello guys, I have this data set that I imported into R using a line: This data set consists of 7 columns. The two important columns are the first one called 'thrust' and the last one called 'amtemp'. jet<-read.table("jetthrust.txt", fill=T, head=T) I am making a scatterplot matrix simply using the line "pairs(jet)" The problem is that in the last column of this file which has a header name 'amtemp' I want to sort...
2007 Jan 07
1
main features of Rails 2.0 ?
Now that Rails1.2 will be released in a week or two, I can''t help but wonder what''s in store in Rails2.0. To me the Rails1.2 is all about REST. Of course they have added some nify features all around (nil?, passing a has to find and much more). But the main thrust was REST. What''s the main thrust in Rails 2.0? - Neeraj --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39U...
2005 Aug 23
2
On Shutdown/Reboot
...Though other nodes I've rebooted recently do not have these errors, and they're all the same versions. Any ideas? Thanks in advance clarke ||||||||||||||||||||||||||| P. Clarke Thomas SysAdmin Houghton International http://www.houghtonintl.com ``````````````````````````` With sufficient thrust, pigs fly just fine. - RFC 1925
2004 Jul 18
7
Resize ocfs....?
...s of 2048 * 512 bytes Device Boot Start End Blocks Id System /dev/emcpowere1 1 61440 62914544 83 Linux ||||||||||||||||||||||||||| P. Clarke Thomas SysAdmin Houghton International http://www.houghtonintl.com ``````````````````````````` With sufficient thrust, pigs fly just fine. - RFC 1925 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://oss.oracle.com/pipermail/ocfs-users/attachments/20040718/2a7dd9cb/attachment.htm
2005 Aug 21
8
validates_numericality_of
As far as I can tell "numericality" is not a word. Maybe this method should be renamed. -- R. Mark Volkmann Partner, Object Computing, Inc.
2020 Sep 01
3
[PATCH 22/28] sgiseeq: convert from dma_cache_sync to dma_sync_single_for_device
On Tue, Sep 01, 2020 at 07:12:41PM +0200, Thomas Bogendoerfer wrote: > On Tue, Sep 01, 2020 at 05:22:09PM +0200, Thomas Bogendoerfer wrote: > > On Wed, Aug 19, 2020 at 08:55:49AM +0200, Christoph Hellwig wrote: > > > Use the proper modern API to transfer cache ownership for incoherent DMA. > > > > > > Signed-off-by: Christoph Hellwig <hch at lst.de> >
2005 Dec 04
1
Samba Trusts Relationship - Users map
Sirs, I am studying about the Samba servers and I am with a doubt. I have achieved to configure the trust relationship between two servers, althought I could only log users that would exist in those two domains (trusting and thrusted). Observing the logs I have noticed that Samba could not authenticate the users that were not common, because it could not create a users locally. Using the chmod a+s at the archive /usr/sbin/useradd I could make that the user could be created normally. My doubts are: - Why is there the need...
2008 Sep 13
1
tricky rsync setup quit working
...connect from UNKNOWN (localhost) rsyncd: rsync to backup_module/hostname from UNKNOWN (localhost) ... Now the same setup just causes rsync to listen on a new network socket After looking through the documentation and digging in the rsync sources, it doesn't look like this could ever work, but thrust me - it did! (It looks like the only way to get rsync to honor the configuration file is to specify --daemon, which causes it to listen on the network instead of doing its work and the only way to do it's job on the existing network connection is to specify "--server", in which case i...
2020 Sep 02
1
[PATCH 22/28] sgiseeq: convert from dma_cache_sync to dma_sync_single_for_device
...giseeq_rx_desc), - DMA_TO_DEVICE); + struct sgiseeq_private *sp = netdev_priv(dev); + + dma_sync_single_for_device(dev->dev.parent, VIRT_TO_DMA(sp, addr), + sizeof(struct sgiseeq_rx_desc), DMA_TO_DEVICE); } -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]
2002 Oct 25
1
Re-establishing a Samba 2.2.1a domain controller after major "crash"
...files from /etc/samba (MACHINE.SID, groups.mapping, lmhosts, machine.sid, secrets.tdb, smb.conf, smbpasswd, smbusers). All my shares are up and running and the users can log on to the server, and they can map the shares. The only, but major, problem I experiences is: The workstations has lost the ?thrust? to the domain controller. If I check the /etc/samba/smbpasswd file the ?Machine Trust Account? exists. Have I missed a file or something, or is it just not possible to re-establish a domain controller via the config files? ANY help is MUCH appreciated, this is a domain with 250 computers, and so...
2011 Jul 27
1
can you see the present?
...routines, so that the feedback loop becomes much tighter, goosing the learning process considerably. no more mystery about whether it's right; if it looks correct in the preview, go with it. this instant positive feedback is a great aid for the process of teaching light-markup... the app's thrust is e-book output formats, but it will also contain features that should be very useful for authors finalizing a book, such as the "locate words..." listbox shown, which performs a search for multiple words, displaying all at once, each with its context; one usage might be to locate "...
2020 Sep 01
2
[PATCH 22/28] sgiseeq: convert from dma_cache_sync to dma_sync_single_for_device
...sp = netdev_priv(dev); > + > + dma_sync_single_for_device(dev->dev.parent, VIRT_TO_DMA(sp, addr), > + sizeof(struct sgiseeq_rx_desc), DMA_BIDIRECTIONAL); > } this breaks ethernet on IP22 completely, but I haven't figured out why, yet. Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]
2010 Sep 03
2
seeking current supported crypto co-processors
Howdy, <this messages is cross posted in freebsd-security and freebsd-net> I'm seeking current cryptographic coprocessors supported in FreeBSD 8.x. By perusing through the crypto-dev (and subsequently referenced) man page(s) I found this list: Hifn 7751/7951/7811/7955/7956 crypto accelerator SafeNet 1141/1741 Bluesteel 5501/5601 Broadcom
2005 Aug 23
3
Not mounting on boot
...new drives, but it doesn't mount the drives and they're not listed in mtab post reboot. Any help much appreciated Thanks in advance clarke ||||||||||||||||||||||||||| P. Clarke Thomas SysAdmin Houghton International http://www.houghtonintl.com ``````````````````````````` With sufficient thrust, pigs fly just fine. - RFC 1925
2014 Mar 03
2
[LLVMdev] Lower CFI IDs Using Target Intrinsic
...hen lower to assembly. It didn’t seem like this was exactly what we wanted either, because the asm that is generated has to be target dependent. We’ve checked out the poolalloc/safecoode projects and there’s some helpful analysis tools, but didn’t find anything relevant to ID lowering. Our current thrust is to define a custom target intrinsic function (@llvm.arm.cfiid) that we can insert into the IR and lower using a definition in the ARMInstrInfo.td file. Right now, I’m trying to define the pattern and instruction in that file. At first, I just inserted a pattern to lower our intrinsic into a “tra...
2015 Feb 07
2
[LLVMdev] [lld] Representation of lld::Reference with a fake target
...ore variable-length objects we need to define string-table-like data structure. And I'm not very sure that it's fastest -- because mmap'able objects are not very compact on disk, slow disk IO could be a bottleneck, if we compare that with more compact file format. I believe Protobufs or Thrust are fast enough or even might be faster. Secondly, do you know why we are dumping post-linked object file to Native format? If we want to have a different kind of *object* file format, we would want to have a tool to convert an object file in an existing file format (say, ELF) to "native&quot...
2008 Jan 28
6
Xen Virtual Console xvc (Was: Re: Pardon me for possibly dumb question but....)
Thread stealing is not nice, even if the subject is generic. > Related question - what physical device does /dev/xvc0 refer to? What can > I > connect to get to the agetty running on this device? > xvc0 is a xen virtual console and does not correspond directly to a physical device that I am aware of. Yves-Gaël Chény seemed to have answered the second part of the question: >
2003 Feb 16
2
Access Denied when trying to login to samba PDC
...0x7 I am running samba 2.2.3a-12 on a Sun Sparc64 running Debian GNU/Linux 3.0 "woody". All the client machines will be running windows XP pro/home edition. Thomas Graham. -- But be not afraid of greatness: some men are born great, some achieve greatness, and some have greatness thrust upon them. --