Using Cuda with c# to convert C#/IL to asm

I am part of a project on codeplex called sharp and we where wondering if we could use cuda to acceleration our lexer for converting the C# code into asm code. Is there a c# library for cuda and can cuda be use to manipulate strings and floats. I know its mostly used for graphics but I thought it can be use for any calculations.

It can be used for basically any operation that can be massively parallelized. I wonder however how you would achieve the latter part - if you are able to significantly parallelize a lexer you’ll probably able to score a couple of top scientific publications with that.

So is there support for c# with cuda?

Possibly:
http://stackoverflow.com/questions/6475490/coding-cuda-with-c

Specifically from that source above:
http://managedcuda.codeplex.com/