Click here to Skip to main content
15,891,136 members
Articles / Web Development / HTML

Permutations with CUDA and OpenCL

Rate me:
Please Sign up or sign in to vote.
4.57/5 (6 votes)
12 Apr 2016Ms-PL11 min read 64.4K   1.1K   34  
Finding lexicographical permutations on GPU

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PermOpenCL3", "PermOpenCL3\PermOpenCL3.vcxproj", "{784A41D5-1830-4BB3-87B7-36EEB79DDABE}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Win32 = Debug|Win32
		Release|Win32 = Release|Win32
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{784A41D5-1830-4BB3-87B7-36EEB79DDABE}.Debug|Win32.ActiveCfg = Debug|Win32
		{784A41D5-1830-4BB3-87B7-36EEB79DDABE}.Debug|Win32.Build.0 = Debug|Win32
		{784A41D5-1830-4BB3-87B7-36EEB79DDABE}.Release|Win32.ActiveCfg = Release|Win32
		{784A41D5-1830-4BB3-87B7-36EEB79DDABE}.Release|Win32.Build.0 = Release|Win32
	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 Microsoft Public License (Ms-PL)


Written By
Software Developer (Senior)
Singapore Singapore
Shao Voon is from Singapore. His interest lies primarily in computer graphics, software optimization, concurrency, security, and Agile methodologies.

In recent years, he shifted focus to software safety research. His hobby is writing a free C++ DirectX photo slideshow application which can be viewed here.

Comments and Discussions