Click here to Skip to main content
15,898,134 members

Survey Results

Would you consider writing code specific to a chip-set?

Survey period: 7 Sep 2015 to 14 Sep 2015

Would you ever want to offload processing to the Xeon Phi coprocessor, run massively parallel code on NVIDIS's GPUs or just go retro and hit Arduino with a little assembler?

OptionVotes% 
I already directly target specific chip-sets12911.58
I would like to16815.08
I'd consider it if necessary30026.93
Never really thought about it26924.15
Not interested24822.26



 
GeneralOf course Pin
RUs12311-Sep-15 2:58
RUs12311-Sep-15 2:58 
GeneralWhat I love about writing code for different chip-sets Pin
R. Erasmus10-Sep-15 0:37
R. Erasmus10-Sep-15 0:37 
are that you start noticing how similar they actually are. Eventually you learn a skill that makes it possible for you to change chip-sets easily. You start realizing that it is similar to programming languages, there is a couple of principles that stays the same. If you know these principles, you can pickup the ins-and-outs of any chipset very quickly. Then comes the art of writing code independent of any chip set, there are a couple of things which you can make independent, and a couple of things which you can't.

In my experience only a small percentage of the code in an application written for a specific chip-set will work on only that target chip-set... The rest of the code in the application is pretty much chip-set independent. Generally chip-sets follows a specific standard (e.g. C99) and if you keep to that standard the syntax of your code should work with any chip-set compiler, given that they follow the same standard.
"Program testing can be used to show the presence of bugs, but never to show their absence."
&lt;&lt; please vote!! &gt;&gt;</div>


modified 10-Sep-15 6:50am.

GeneralI'd love to do some GPU stuff Pin
Marc Clifton9-Sep-15 14:05
mvaMarc Clifton9-Sep-15 14:05 
GeneralRe: I'd love to do some GPU stuff Pin
Paul Conrad10-Sep-15 11:27
professionalPaul Conrad10-Sep-15 11:27 
GeneralI'd consider it if necessary Pin
Daniel Pfeffer9-Sep-15 1:06
professionalDaniel Pfeffer9-Sep-15 1:06 
GeneralReal time embedded Pin
GerryB_UK7-Sep-15 22:19
professionalGerryB_UK7-Sep-15 22:19 
GeneralWhy not? Pin
Nelek7-Sep-15 21:50
protectorNelek7-Sep-15 21:50 
GeneralRe: Why not? Pin
Chris Maunder8-Sep-15 15:48
cofounderChris Maunder8-Sep-15 15:48 
GeneralRe: Why not? Pin
Nelek8-Sep-15 20:02
protectorNelek8-Sep-15 20:02 
GeneralDividing up the kingdom Pin
RedDk7-Sep-15 7:46
RedDk7-Sep-15 7:46 
GeneralEmbedded Pin
Mike Hankey7-Sep-15 5:09
mveMike Hankey7-Sep-15 5:09 
GeneralRe: Embedded Pin
Albert Holguin8-Sep-15 5:06
professionalAlbert Holguin8-Sep-15 5:06 
GeneralRe: Embedded Pin
Mike Hankey8-Sep-15 5:14
mveMike Hankey8-Sep-15 5:14 
GeneralRe: Embedded Pin
Albert Holguin9-Sep-15 12:21
professionalAlbert Holguin9-Sep-15 12:21 
GeneralRe: Embedded Pin
Mike Hankey9-Sep-15 13:32
mveMike Hankey9-Sep-15 13:32 
GeneralYes, but Pin
Afzaal Ahmad Zeeshan7-Sep-15 0:57
professionalAfzaal Ahmad Zeeshan7-Sep-15 0:57 
GeneralRe: Yes, but Pin
Albert Holguin8-Sep-15 5:14
professionalAlbert Holguin8-Sep-15 5:14 
GeneralRe: Yes, but Pin
Afzaal Ahmad Zeeshan8-Sep-15 5:35
professionalAfzaal Ahmad Zeeshan8-Sep-15 5:35 
GeneralRe: Yes, but Pin
Albert Holguin9-Sep-15 12:20
professionalAlbert Holguin9-Sep-15 12:20 
GeneralI work for business not for hardware Pin
AlexCode6-Sep-15 22:51
professionalAlexCode6-Sep-15 22:51 
GeneralRe: I work for business not for hardware Pin
Mostafa A. Ali7-Sep-15 3:16
professionalMostafa A. Ali7-Sep-15 3:16 
GeneralYes, I need and I like to Pin
den2k886-Sep-15 21:56
professionalden2k886-Sep-15 21:56 
GeneralRe: Yes, I need and I like to Pin
Kornfeld Eliyahu Peter7-Sep-15 21:03
professionalKornfeld Eliyahu Peter7-Sep-15 21:03 
GeneralIf you do any embedded work at all... PinPopular
OriginalGriff6-Sep-15 20:39
mveOriginalGriff6-Sep-15 20:39 
GeneralRe: If you do any embedded work at all... Pin
den2k886-Sep-15 22:00
professionalden2k886-Sep-15 22:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.