Expert system for writing programs?
Posted
by
aaa
on Stack Overflow
See other posts from Stack Overflow
or by aaa
Published on 2009-11-23T03:46:27Z
Indexed on
2011/01/15
15:54 UTC
Read the original article
Hit count: 243
parallel-processing
|expert-system
I am brainstorming an idea of developing a high level software to manipulate matrix algebra equations, tensor manipulations to be exact, to produce optimized C++ code using several criteria such as sizes of dimensions, available memory on the system, etc.
Something which is similar in spirit to tensor contraction engine, TCE, but specifically oriented towards producing optimized rather than general code. The end result desired is software which is expert in producing parallel program in my domain.
- Does this sort of development fall on the category of expert systems?
- What other projects out there work in the same area of producing code given the constraints?
© Stack Overflow or respective owner