Click here to Skip to main content
15,886,137 members
Articles / Programming Languages / CUDA

Base64 Encoding on a GPU

Rate me:
Please Sign up or sign in to vote.
4.89/5 (26 votes)
16 Sep 2013LGPL310 min read 63.8K   1.8K   56  
Performing base64 encoding on a graphics processing unit using CUDAfy.NET (CUDA in .NET).

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Base64EncodingOnGPU", "Base64EncodingOnGPU\Base64EncodingOnGPU.csproj", "{C9B7E927-06A7-461A-81B4-D005F7E7BCD7}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Debug|x86 = Debug|x86
		Release|Any CPU = Release|Any CPU
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{C9B7E927-06A7-461A-81B4-D005F7E7BCD7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{C9B7E927-06A7-461A-81B4-D005F7E7BCD7}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{C9B7E927-06A7-461A-81B4-D005F7E7BCD7}.Debug|x86.ActiveCfg = Debug|x86
		{C9B7E927-06A7-461A-81B4-D005F7E7BCD7}.Debug|x86.Build.0 = Debug|x86
		{C9B7E927-06A7-461A-81B4-D005F7E7BCD7}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{C9B7E927-06A7-461A-81B4-D005F7E7BCD7}.Release|Any CPU.Build.0 = Release|Any CPU
		{C9B7E927-06A7-461A-81B4-D005F7E7BCD7}.Release|x86.ActiveCfg = Release|x86
		{C9B7E927-06A7-461A-81B4-D005F7E7BCD7}.Release|x86.Build.0 = Release|x86
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The GNU Lesser General Public License (LGPLv3)


Written By
Systems Engineer Hybrid DSP Systems
Netherlands Netherlands
Nick is co owner of Hybrid DSP, a company specialized in high speed data acquisition, processing and storage.

CUDAfy.NET took considerable effort to develop and we ask nothing in return from users of the LGPL library other than that you please consider donating to Harmony through Education. This small charity helps handicapped children in developing countries by providing suitable schooling.

Comments and Discussions