Can C++ AMP binaries be loaded straight to the GPU

Hi,
I'm currently investigating whether C++ AMP can be used in a situation where I can quickly load pre-compiled kernel binaries to the GPU for execution?
For example CUDA API can load CUDA binaries pre-compiled from PTX (GPU assembly code) that the GPU can execute straight away.
My understanding is that C++ AMP sits on top of DirectX, so are we looking at loading shader code?
What I want to do is to build up a list of operations a user does when executing our application and be able to JIT the operations to binary code so that next time when the same or similar operations are required I can use some sort of hash to look up and
load the pre-compiled binary for immediate execution on the GPU and hence avoiding the JIT stage. Is this possible with C++ AMP?
Hope that makes sense. Thanks for any help,
Julian

The EoS for this product was January 20, 2014. That is the reason you can not find anything past 8.6.2. The replacement product is the BE6K.  For more information you can reference the EoS/EoL documentation.
You will most likely find no documentation on running CME 10 or 10.5 on this platform for that reason.

Similar Messages

  • How can you display a dynamically loaded vi to the Web Server?

    I am working with LabView 6.1 and the Web Server. I can call a subvi and have it display on a remote machine using a browser with no problem. But what I would like to do is dynamically load and run a vi and have it display on the remote computer using only a browser. I have tried a small example of a front panel that invokes the run vi method (and fp.open prop) on another vi when a button is pressed, but the invoked vi is displayed only on the local computer. Is there any way of viewing dynamically loaded vi's on a remote machine without having a copy of LabView running on it?

    If i understand your question correctly, you want to monitor vi that are dynamically loaded on a remote machine without having LabVIEW installed on the machine from witch you want the monitor. I don't think it's possible how ever a good reference book would be Internet applications in LabVIEW. You can find it on BARNES&NOBLE.
    Hope i could help

  • Shuffle wont load straight

    My shuffle worked fine for months. Just recently it won't load the songs in the order that I put them in, this is troublesome because I like to load albums and listen to them straight through, in the order that they were intended. The shuffle will load podcasts at the top so that is nice but I load one album and it loads in order then when I load the next album it will mix the two together. It also will not let me reorder the songs within iTunes in the order that I want. The 'choose songs randomly' check box in iTunes seems to make no difference. I have downloaded the Updater and restored to factory settings, but it is still the same. What happened?

    The shuffle plays the songs that are on it just fine. In the order that they are loaded in iTunes.
    But iTunes will only mix all the songs up. It won't load them straight. Here is what happens.
    I plug in the shuffle (Let's say that there are no songs on it or that I erase them all)
    I go to the library and select an album that I want to hear. It loads fine and in the origional order that it is in.
    Then I select a 2nd album and drag that to the shuffle. All of the songs reload and in a mixed up order
    If I drag a podcast or any spoken word it loads at the top automatiacly
    Weird hu? It just started doing this a week or so ago.
    I also use to be able to grab an individual song, within iTunes, and put it wherever I wanted, #1 or #100 or anywhere in between. But now I can not.
    To top it all off apple says that I bought the thing months before I really did. I bought it from an non-authorized dealer and did not save the reciept. Ugh.
    Thank you
    Autumm

  • How can we tell if SQL*Loader is working on a TABLE?

    We have a process that requires comparing batches with LDAP information. Instead of using an LDAP lookup tool, we get a nightly directory file, and import the two COLUMNs we want via SQL*Loader (REPLACE) into an IOT. Out of three cases, two just check the first COLUMN, and the third needs the second COLUMN as well.
    We did not think of using External TABLEs, because we cannot store files on the DB server itself.
    The question arises, what to do while the file is being imported. The file is just under 300M, so it takes a minute or so to replace all the data. We found SQL*Loader waits until a transaction is finished before starting, but a query against the TABLE only waits while it is actually importing the data. At the beginning of SQL*Loader's process, however, a query against the TABLE returns no rows.
    The solution we are trying right now is, to have the process that starts SQL*Loader flip a flag in another TABLE denoting that it is unavailable. When it is done, it flips it back, and notes the date. Then, the process that queries the information, exits if the flag is currently 'N'.
    The problem, is, what if SQL*Loader starts inbetween the check of the flag, and the query against the TABLE. How do we guarantee that it is still not being imported.
    I can think of three solutions:
    1) LOCK the ldap information TABLE before checking the flag.
    2) LOCK the record that the process starting SQL*Loader flips.
    3) Add a clause to the query against the TABLE checks that there are records in the TABLE (AND EXISTS(SELECT * FROM ldap_information).
    The problem with 3) is that the process has already tagged the batches (via a COLUMN). It could, technically reset them afterwards, but that seems a bit backwards.

    Just out of curiosity, are you aware that Oracle supplies a DBMS_LDAP package for pulling information from LDAP sources? It would obviously be relatively easy to have a single transaction that deletes the existing data, loads the new data via DBMS_LDAP, and commits, which would get around the problem you're having with SQL*Loader truncating the table.
    You could also have SQL*Loader load the data into a staging table and then have a second process either MERGE the changes from the staging table into the real table (again in a transactionally consistent manner) or just delete and insert the data.
    Justin

  • Why can't I update or load new apps on my iPhone and iPad. It does not ask me for my password. I tried to sync from my laptop now I am unable to connect to any sites from internet explorer. When I try to update or load any app it tells me it is corrupt

    Why can't I update or load new apps on my iPhone and iPad. It does not ask me for my password. I tried to sync from my laptop now I am unable to connect to any sites from internet explorer. When I try to update or load any app it tells me it is corrupt

    You need to ask Apple for assistance with getting back into your old ID. To do this, click here and pick a method; if that page doesn't list one for your country or you're unable to resolve this issue through the Account Security team, fill out and submit this form.
    (118441)

  • How can I display the front panel of the dinamically loaded VI on the cliente computer, the VI dinamically loaded contains files, I want to see the files that the server machine has, in the client machine

    I can successfully view and control a VI remotly. However, the remote VI dinamically loads another VI, this VI loaded dinamically is a VI that allows open others VIs, I want to see the files that contains the server machine, in the client machine, but the front panel of the dinamic VI appears only on the server and not on the client, How can I display the fron panel with the files of the server machine of the dinamically loaded VI on the client computer?
    Attachments:
    micliente.llb ‏183 KB
    miservidor.llb ‏186 KB
    rdsubvis.llb ‏214 KB

    I down loaded your files but could use some instructions on what needs run.
    It seems that you are so close yet so far. You need to get the data on the server machine over to the client. I generally do this by doing a call by reference (on the client machine) of a VI that is served by the server. THe VI that executes on the server should pass the data you want to diplay via one of its output terminals. You can simply wire from this terminal (back on the client again) to an indicator of your choosing.
    Now theorectically, I do not think that there is anything that prevents use from getting the control refnum of the actual indicator (on the server) of the indicator that has the data, and read its "Value" using a property node. I have never tried this idea but it seems t
    hat all of the parts are there. You will need to know the name of the VI that holds the data as well as the indicator's name. You will also have to serve all VI's. This is not a good idea.
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • I have a issue with my mac book pro. For some reason it won't stay powered on. I can't get past the apple loading logo. The battery is fully charged so it is not the problem. Can anyone tell me what the problem may be and how can i get it resolved?

    I have a issue with my mac book pro. For some reason it won't stay powered on. I can't get past the apple loading logo. The battery is fully charged so it is not the problem. Can anyone tell me what the problem may be and how can i get it resolved?

    The battery is fully charged so it is not the problem.
    What happens when you use the MagSafe?

  • I recently bought a 2008 mac pro which came with leopard 10.5. I can't load any new programs because it calls for a password, but it won't accept it. I bought new snow leopard 10.6.3 but I can't load it for the same reason. How can I completely reboot.

    Help. I recently bought a 2008 Mac Pro from Mac of all Trades. It came with Leopard 10.5 installed. When I set initially started the computer, I followed the instructions on the screen. I was asked to set up a password which I did. Since I'm very forgetful and not too tech savy, I wrote it down as I typed it in. I first went to install Office Mac 2011 but when it asks for a password, it won't accept the one I set up. I was told that if I bought the new Snow Leopard 10.6.3 and installed it, that it would reset everything. Well, it won't allow me to load it without the password. I am new to Apple - this is my first. I have always been able to "reboot" a computer with discs but I'm not sure how to do this one. Is there a way to do it without the password and reset everything? Could somone please email me
    Thank You. David Moore
    <Email Edited by Host>

    If you don't have original install disks for your Mac, you can order replacements disks directly from Apple at a nominal cost. The original install DVDs are required to reset the password.
    If you have no data on your drive that you want to keep, you can boot up from the OSX Snow Leopard disk and install OSX SL.
    Insert the Snow Leopard DVD and hold the C key during startup. The Mac should boot from the CD/DVD drive into the installer.
    Follow the prompts, erase the disk and install OSX Snow Leopard.

  • How can i control what images load on my project to save preload time and avoid loading all images, elements, divs not yet visible?

    Sup buddies,
    How can I control what images load on my project to save preload time and avoid loading all images, elements, divs not yet visible?
    As the project grows in size the load time increases. How does one control not loading all images ,divs,elements etc. until they're
    needed on the timeline? For example some sections are off and only become visible when recalled. My projects slowly grow in size so loading
    all images , is counter productive . My other option would be to create separate htmls but that breaks the seamless user experience .
    TY...Over N Out... 

    hello, kiwi
    quote: "Is there an easy way to burn a completed project to DVD, but keep only the (lo res, lo size) previews on my hard drive?"
    yes.
    maybe,...
    1. you might think of making DVD backups first prior to importing the photos into Aperture. "Store Files: In their current location" once in Aperture make low rez Previews, and export finished Project.
    or,
    2. bring in the photographs to hard drive first prior to importing the photos into Aperture. "Store Files: In their current location" once in Aperture make low rez Previews, and export finished Project.
    the low rez Previews will stay in Aperture but the high quality Versions will be exported onto DVDs and gone from the hard drive (if you delete the originals).
    another way would be to export small about 50-70 pixel wide high quality jpegs to a folder on your Desktop and import & keep these in Aperture Library as a reference. make metadata to show where the original Project DVDs are stored and DVD filing system used.
    victor

  • When I make a new Calendar event the phone loads, and then the event disappears! How can I fix this?

    On my iPhone 4 8GB unlocked (iOS 6), whenever I try to make a new event in Apples Calendar app, when I am done making the event, the phone shows a small loading circle in the top bar and when that loading circle stops the event disappears. I checked my iCloud Calendar in case it stored it there or something but no that was empty. And making an event in the iCloud Calendar app does not make it sync the event to my iPhone 4 either so I basically cannot make any events at the moment. Help!
    EDIT:
    I just went into the iCloud settings and saw that the Calendar iCloud sync was turned on. So I turned it off, waited, turned it back on again and now I see the events again, and I can make them without them dissapearing immediately. Stupid bug.
    Message was edited by: AppleRayL

    see > OS X Mountain Lion: Shortcuts for taking pictures of the screen
    or > How to Take a Screenshot in Mac OS X (with screenshots)

  • How can you open a project file backup if the main project won't load?

    This has only started happening in the last couple of weeks. I'm on Logic 10.0.7, OSX 10.8.5. On one particular project, it will be loading seemingly normally, then it just disappears with no crash log, nothing.
    Presumably there is some sort of corruption in the project file.
    In the old pre package days, you would just go to the project file backups folder and pick a previous one. Bingo, you have only lost a little bit of work.
    Now when I show package contents, the project file backups folder has project data files that won't open logic, and are invisible until you have logic open. Which I can't do.
    Rue the day I selected the package option rather than folder.
    Any suggestions?
    Or to put the question another way, how can I convert the project data in the project file backups folder to a file that Logic can recognise and open?

    Having his install the trial is the way to go. Working between AI versions is a pain and as you are finding out almost impossible with 5 versions between the collaborators.

  • My video i have successfully worked on for seven days now won't open at all.  It says there is no sequence of this type found... But in the very bottom bar I can see the whole project load.  But the only option from the error screen is exit out of Premier

    My video i have successfully worked on for seven days now won't open at all.  It says there is no sequence of this type found... But in the very bottom bar I can see the whole project load.  But the only option from the error screen is exit out of Premiere Pro CC.  I am on a PC withe Windows 8.1 and apps are up to date.  Thanks much for any help!!

    Hi Bryan,
    My video i have successfully worked on for seven days now won't open at all.  It says there is no sequence of this type found... But in the very bottom bar I can see the whole project load.  But the only option from the error screen is exit out of Premiere Pro CC.  I am on a PC withe Windows 8.1 and apps are up to date.  Thanks much for any help!!
    Sounds like an activation issue. Quite Premiere Pro. Sign out of Creative Cloud. Restart Premiere Pro. Sign back in: http://bit.ly/CC-sign-out
    Hope that works for you.
    Kevin

  • How Can I Run a SQL Loader Job from Schedular

    How Can I Run a SQL Loader Job from Schedular , So that It Runs every Day.

    Depends on a couple of factors.
    If you are on a UNIX platform, you can create a shell script and schedule it with cron.
    If you are on a Windows platform, you can create a batch file and schedule it with the Windows scheduler.
    Or, if you are on Oracle 9i or 10g, you could use the external table feature instead of SQL*Loader. Then you could write a stored procedure to process the external table and schedule it using the Oracle scheduler (DBMS_JOB). This would probably be my preference.

  • I loaded mountain lion and now my computer can't handle video or load iTunes

    I loaded mountain lion and now my computer can't handle video or load itunes

    4 GB ram
    2.4  GH processor
    I have 3 topics in the activity monitor running at 9995 Mb real memory
    loginwindow = 952 mb
    systemUIServer  = 950 mb
    usereventagent = 940mb
    has mountain lion just ate up my ram in operations

  • Can we load and unload the files in the run time?

    Can we load and unload the files in the run time?
    For example there are four files named "test1.h & test1.c" and another set "test2.h & test2.c" (I attached them as attachment to this post).
    test1.h contains code:
    int variable; //variable declared as integer
    test1.c contains code:
    variable = 1; //variable assigned a value
    test1.h contains code:
    char *variable; //variable declared as string
    test1.c contains code:
    variable = "EXAMPLE"; //variable assigned a string
    So here, in this case can I dynamically load / unload the first & second group of files so that the same variable name "variable" can be used both as integer and string? And if yes, how is that to be done?
    Solved!
    Go to Solution.
    Attachments:
    test.zip ‏1 KB

    What do you mean by "dynamically"?
    If you want to have a variable that either is an int or a char in the same program run, I'm afraid your only option is to define it as a variant and assign from time to time the proper data type in the variant according to some condition. Next, every time you access the variable you must firstly check which data type is stored in it, next access it in the proper way.
    If on the other hand your option or to have a run in which the variable is an int, next you stop the program and in a following run it is a char, you may have it by using some appropriade preprocessor clause:
    #ifdef  CHAR_TYPE
    #include "test1.h";        // variable defined as a char
    #else
    #include "test2.h";        // variable defined as int
    #endif
    Next, every time you want to access the variable you must proceed in the same vay:
    #ifdef  CHAR_TYPE
      variable = "string";
    #else
      variable = 1;
    #endif
    Does it worth the effort?
    Additionally, keep in mind that this "dynamical" approach can work only in the IDE, where you can properly #define your CHAR_TYPE or not depending on your wishes: when you compile the program, it will have only one #include depending on the definition of the macro.
    Proud to use LW/CVI from 3.1 on.
    My contributions to the Developer Zone Community
    If I have helped you, why not giving me a kudos?

Maybe you are looking for

  • I can't update or uninstall itunes

    i can't update or uninstall itunes. I get error message:the path c:\documents and settings\network service\loval settings\application\data\apple\apple software update\itunes.msi cannot be found. verify that you have acess to this location and try aga

  • Late 2011 Macbook Pro Unexpectedly Restarts

    My Macbook Pro has twice in two hours unexpectedly restarted it's self, both times I have been using Chrome. The crash report gives a different reason each time. MacBookPro8,2, Intel Core i7, 2.2 GHz, 8 GB I have attached both crash logs. As of right

  • Matrix Editor in LE 7.1.1

    I'm going through Martin Sitter's training book for Logic and am hving a porblem with the tutorial on Apple Loops Matrix Editor. I need to add notes to the Matrix Editor window by using the pencil tool. When I try to add a note, I get a message that

  • How to alphabetize reading list.  Is there a way to change the order of the reading list?

    how to alphabetize reading list.  Is there a way to change the order of the reading list?

  • Link in the Table

    Dear All,               I am having a requirement of hyper link in the Table. The table is getting populated with the link but if i click the link it should navigates to the URL specified there. What should i make it to work like that... Thanks in ad