Mac Pro :: Using OpenCL - On Researcher/developer View

Jun 8, 2009

1) from wwdc latest information, Mac pro user will have only 3 Apple official option OpenCL that is : GeForce 8800 GT, GeForce GT 120 and Radeon 4870

2) but I think GTX285 and FX4800 will support too. (At least final ver. of Snow leopard)

3) Assume you want many core the best selection from 1) & 2) is ATI Radeon 4870 because it has 800 stream processor. GTX 285 have 240

4) Assume you want memory speed the best selection from 1) & 2) is ATI Radeon 4870 again because it GDDR5 (but i can't confidentally confirm it when 4870 have lower memory speed and lower memory bandwidth)

View 10 Replies


ADVERTISEMENT

OS X :: Using IMac, ATI, 10.6, And OpenCL

Jun 4, 2009

I have been reading that Apple worked with nvidia on OpenCL and that leaves me wondering: will ATI see all the same GPU acceleration of nVidia?

I am looking to buy an iMac in the next few months, and am stuck deciding between the lesser nVidia 130 that can use open CL or the fast ATi that may not...

View 11 Replies View Related

MacBook Air :: Air For A Web Developer?

Apr 18, 2008

this year I decided to go for a Mac, and almost decided where to start: Im considering to get the Air. But first I must be sure that it will fit my needs. I work as a web developer, for years I have been working with PHP, ASP and the .NET framework. but recently Im starting to get used to Rails, and I heard that Mac is the perfect platform for it. So, I want to know if there are other developers that use the Air too, And what the tools you are using.

Im not the kind of road warrior, but it would be nice if I can reduce the actual 6.6 pounds of my 15" compaq laptop (my spine will thank)

For me the MB Pro is still too big and heavy, and the Macbook have a poor display compared to the Air. So i think the Air is perfect for me. What you guys think about it?

View 1 Replies View Related

OS X :: Developer Tools On SL?

Jun 13, 2009

How can I get it ? It ask me for a password, but.. you know what!

Every time I launch XCode 3.2 on SL and go to Documentation tab at Preferences, it ask me for a password.

I want to use it for Java, but when I try to create a new Project it does not appear there.

View 7 Replies View Related

IMac :: 7,1 Can't Use OpenCL

Aug 24, 2009

I checked apple's website and went down to the requirements page. turns out, you require a nvidia or a very very recent ati chip to run openCL. the imac that i own has a ati radeon 2600 pro. what i don't get it, how is a nvidia 9400m more powerful than 2600 from ATI there seems to be no other reason than the fact that apple is being lazy about supporting fairly recent hardware. I only got this imac a couple of years a go and its still pretty new. Does apple expect me to get a new mac?

View 14 Replies View Related

OS X :: OpenCL And OpenGL Take On DirectX

Dec 16, 2008

The broad industry support Apple is building around OpenCL will help increase the critical mass behind OpenGL, the 2D and 3D graphics language Apple uses extensively in Mac OS X. Since the mid 90s, Microsoft has worked to prevent the adoption of OpenGL as an interoperable industry standard in favor of its own proprietary DirectX portfolio of graphics software and gaming tools.

View 39 Replies View Related

Mac Pro :: OpenCL Support In SL For GTX285?

Aug 15, 2009

Don't get me wrong, the (apple-shipped) 8800GT has never given me a moment's worth of problem but it would seem that if there is OpenCL support for the GTX285 in SL next month, it may be worth it to drop the coin and get this card (I'll take it as a business expense).

Has anyone heard or seen something about officially supporting this card? When I looked on Apple's website under SL tech specs, this card isn't listed.

View 24 Replies View Related

OS X :: What Programs Use OpenCL And GPU Acceleration

Aug 30, 2009

I have a question about how OpenCL works. What programs can utilize the GPU for processing? Does it happen automatically, or does the programming within the application have to state that the GPU can be used? It seems like everyone is excited about OpenCL and GPU acceleration, but how often is it used?

View 6 Replies View Related

IMac :: Will It Work With OpenCL

Sep 4, 2009

I'm thinking of getting Snow Leopard and want to see if i can take advantage of it's features...specifically OpenCL

View 2 Replies View Related

OS X :: Deleting Developer Tools Off My Mac?

Feb 13, 2010

im trying to get rid of my 3.1.2 dev tools because im upgrading to 3.1.3 and i try this "sudo perl /Developer/Tools/uninstall-devtools.pl" but after i do that in terminal is says cant find the unistaller for devtools so can anyone help find a way to get rid of these devtools

View 7 Replies View Related

Software :: Developer Tools For Mac OS 10.1?

Aug 9, 2008

Does any one know of where to download Developer Tools for Mac OS 10.1 or any other free programing software for Mac OS 10.1?

View 2 Replies View Related

MacBook :: How To Restore Developer Folder

Mar 4, 2009

I think I erased some of the things in the developer folder on the new Macbook. can someone take a screen shot, or tell me what is in the developer folder so I can restore it.

View 12 Replies View Related

IMac :: Developer Folder Missing?

Jun 16, 2009

I just installed the Java update this morning and when I opened up my Macintosh HD later on in the afternoon I only had 5 folders when there used to be 6. When I went through time machine to figure out what the missing folder is it ended up being the Developer folder. I never use that folder, but I would still like to have all my folders intact.

Does anyone know if the Java update caused the Developer folder to go missing? If that folder is missing who knows what other app's or folders I have missing. I was able to restore of course from time machine, but I'm just curious on why it went missing in the first place. Does anyone have any clues/ideas?

View 3 Replies View Related

Mac Pro :: OpenCL Problems With Flashed 4870?

Aug 29, 2009

09 Quad Mac Pro, with flashed 1g XFX 4870 ...

all the OpenCL sample apps from Apple, except for the "hello world" example, are failing.

Can anyone else confirm the same errors on their setup? Just so that I know for sure it is due to the 4870.

I will try putting in my GT120 and see what happens.


Code:
Last login: Sat Aug 29 16:35:11 on ttys002
/Users/mani/Downloads/OpenCL_RayTraced_Quaternion_Julia-Set_Example/build/Debug/qjulia ; exit;
Galactus:~ mani$ /Users/mani/Downloads/OpenCL_RayTraced_Quaternion_Julia-Set_Example/build/Debug/qjulia ; exit;
Creating Texture 512 x 512...
----------------------------------------------------------------------
Using active OpenGL context...
----------------------------------------------------------------------
Connecting to AMD Radeon HD 4870...
----------------------------------------------------------------------
Loading kernel source from file 'qjulia_kernel.cl'...
Error opening file qjulia_kernel.cl
Error: Failed to load kernel source!
Failed to setup compute kernel! Error 1
logout

[Process completed]

Code:
/Users/mani/Downloads/transpose/transpose ; exit;
Galactus:~ mani$ /Users/mani/Downloads/transpose/transpose ; exit;
Error: Failed to load compute program from file!
logout

[Process completed]
And here's output from hello.c, which happens to work:


Code:
Galactus:~ mani$ /Users/mani/Downloads/OpenCL_Hello_World_Example/build/Debug/hello ; exit;
Computed '1024/1024' correct values!
logout

[Process completed]

View 13 Replies View Related

Mac Pro :: Are 10.6.1 Update Improve ATI OpenCL Performance

Sep 12, 2009

When 10.6.1 include new ATI Kext.

View 1 Replies View Related

Software :: Can I Uninstall Developer Tools?

Oct 9, 2001

So I'm an idiot I installed the developer tools cd not knowing WHAT the dilly yo was :-p and now I'm unable to take it out of my Hard Disk because it's owned by the system?? I'd kinda like to get this HD space back-how do i do that?

View 3 Replies View Related

OS X V10.3 :: Developer Tools Download For Jaguar 10.2.8?

May 16, 2012

I've been trying to find a download of the Developement Tools for Jaguar on the Apple site and have failed.I know that it was released as a CD version with the installation CD set for Jaguar. I know that it was also available from Apple as a download. I also know that starting with Panther it was renamed Xcode. However the Developers download site does not seem to have any software covering the years 1998 to 2006. Does the download I want still exist on Apple's site - but I have not stumbled on the right place to go ? 

View 3 Replies View Related

Mac Pro :: Upgrade Early 2008 Gpu - OpenCL For Nvidia Only Or All

Apr 25, 2009

Do you think with openCL which one is better. GT 120 or 4870.

View 1 Replies View Related

Applications :: Using Grand Central Dispatch And OpenCL?

Jul 4, 2010

When Snow Leopard came out last year, Apple made marketing out of the fact of having no new features. Arstechnica wrote a splendid review praising the potential of the two new core technologies it brought, and the perspective performance improvements coming from them.

The "radically new development paradigm" was promising for a slower deployment, but I though it would have been compensated by the advantages in speed and code maintainability.

So I've been periodically sampling the Internet for news on either technology. I expected lists of applications employing them, or some visibility on existing apps directories (like "GCD" or "OCL" tags). In lack of these I then resorted to expecting some random block posts from developers, but even of this I find very little.

The most material you find from Robert Watson, concerning applications at the FreeBSD project!

So what happened to these technologies under the Mac? Did they pass ignored by Mac Developers? If so, why? If not, why do they not reflect publicly the same excitement that the competent Ars masters showed?

View 1 Replies View Related

Applications :: 1Password Support In Safari Developer Preview 4

Feb 24, 2009

If your 1Passwords stops working you need to modify the SupportedBrowsers.plist File. This allows 1Password to work with this developer preview version of Safari. This file is located within 1Password App itself so you need to do the following: Right click 1Password and "Show Application Contents" Go to: Contents -> Resources -> SupportedBrowsers.plist Open this file with TextEdit and copy and paste the following(replace all the text in this file): OR Download the attached file and replace it with this version.

Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" [URL:....] <plist version="1.0">
<dict>
<key>Camino</key>
<dict>
<key>ClassName</key>
<string>OPCaminoPlugin</string>
<key>InternetPlugin</key>
<true/>
<key>MaxBundleVersion</key>
<string>2010</string>
<key>MinBundleVersion</key>
<string>1.0.1</string>
<key>PluginName</key>
<string>OnePasswdCamino</string>
<key>BundleIdentifier</key>
<string>org.mozilla.camino</string>.....

View 6 Replies View Related

MacBook Pro :: Application Blocked From Opening Because It Is Not From Identified Developer

Dec 10, 2014

I'm using MacBook Pro 13 inch (middle 2012 release), Operating System: OSX Yosemite 10.10.1 

Ok, let's come to my question. When I open Security & Privacy from Finder --> System Preferences. 

Suddenly it appears like this  (ie., Please Refer Figure 1), after within a few seconds its switch to my default Security & Privacy (ie., Please Refer Figure 2) 

My Question :  I'm in safe? i felt like someone hacked my Mac ? Or My MacBook affected by malware or virus? 

Figure 1 :

After display like this (ie., Fig 1), within few seconds suddenly its switch to my original/default setting refer below screenshot (Figure 2) 

Figure 2 :

Info:
MacBook Pro (13-inch Mid 2012), OS X Yosemite (10.10.1)

View 2 Replies View Related

Software :: X264 Developer Says Google's New VP8 WebM Codec Is A Mess

May 19, 2010

Despite the unbridled enthusiasm among bloggers for Google's newly announced free WebM codec, a digital video expert has reviewed the new VP8 specification and delivered a severely deflating technical analysis, noting that it decodes video slowly, is buggy, and copies H.264 closely enough to all but guarantee patent issues. What could possibly go wrong?The knee jerk reaction to Google's announcement was to ask whether Microsoft and Apple would immediately jump to support the new codec, given that the two companies offer the default choice in web browsers to nearly all desktop users, and given Apple's strong influence over mobile devices.

View 39 Replies View Related

IMac :: Snow Leopard And OpenCL (Supported Video Cards)

Jun 8, 2009

Look at [URL] there are some specs about snow leopard and OpenCL (supported video cards)

- NVIDIA Geforce 8600M GT, GeForce 8800 GT, GeForce 8800 GTS, Geforce 9400M, GeForce 9600M GT, GeForce GT 120, GeForce GT 130.
- ATI Radeon 4850, Radeon 4870

Is my GF 8800 GS not supported?

View 16 Replies View Related

IMac :: ATI Radeon 4670 And OpenCL - Supported Graphics Cards?

Oct 21, 2009

In the tech specs for Mac OS X 10.6 Snow Leopard it only lists the ATI Radeon 4850 and 4870 for supported graphics cards for OpenCL so does this new 4670 support OpenCL? I think it would be pretty silly to have the cheaper iMac with the GeForce 9400M support it but not the next step up with a dedicated card.

View 2 Replies View Related

OS X V10.7 Lion :: Download Apple Developer Tools XCode On IMac?

Jul 4, 2012

I want to download apple developer tools XCode on my iMac, but it says I need a later version of OSX. What are the downsides to installing the later version (Lion?). I currently have OS X version 10.6.8 on my iMac and it says I'm required to install version 10.7.3 or later. By the way, is the updated version provided free or do I have to buy it?  I'm looking to do all of this so I can start to develop an App for my iPad..

Info:
iMac, Mac OS X (10.6.8)

View 1 Replies View Related

OS X V10.6 Snow Leopard :: View As Columns But It Is Grayed Out In Finder View Options?

Apr 24, 2012

I would like to view as Columns but it is grayed out in Finder view options.  Why is this? And is there a way to fix it? 

Info:
iMac, Mac OS X (10.6.8)

View 5 Replies View Related

Applications :: Unable To View Calenders In Week View / ICal Calendars Disappearing From Menu

Feb 13, 2006

Earlier tonight I opened iCal, only to find that none of my calendars were there. it was completely empty. However, when I changed the view from "Week" to "Month" all of my events were listed (in the proper color) on the appropriate day, but I still had no list of calendars on the left. Subsequent changes between "Day" "Week" and "Month" view continued to display the events properly, but nothing showed up in the calendar menu on the left.

I repaired permissions same thing happened.I trashed com.apple.ical pref (forgot the exact filename)�same behavior. I use .mac to sync between computers, and I use Missing Sync to sync to a Palm T|X.

View 7 Replies View Related

Software :: Won't Work To View PDF Files / Can't Find Program To View

Jul 29, 2009

I have an older MBP (2.2Ghz, 2GB RAM, 120GB HD) and am having problems with PDF files. Well, I guess it would be better described as annoyances with PDF files. I use Adobe Reader and the lag when scrolling is unbearable. Does anyone know of a way to fix this? Can anyone suggest alternate programs that may remedy my problem.

View 11 Replies View Related

ITunes :: Crashes When Try To View Movie Selection In Grid View?

Mar 15, 2012

itunes 10.6 after upgrade when i select movies grid view it crashes every time works fine in all other view modes

View 3 Replies View Related

MacBook Air :: Erase Mountain Lion Developer Preview And Go Back To Lion 10.7?

Mar 26, 2012

How do I erase mountain lion developer preview and go back to Lion 10.7? I do not have lion or data backed up on my Air 

I need a step by step instructions since I have never done this before, willing to set up partition if needed.

Info:
MacBook Air, Mountain Lion

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved