stability issues

This commit is contained in:
chudov
2010-11-25 09:10:35 +00:00
parent ce99355a43
commit 8857259a5f
4 changed files with 109 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.4200
// Runtime Version:2.0.50727.4206
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -69,6 +69,33 @@ namespace CUETools.Codecs.FLACCL.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Additional preprocessor definitions for OpenCL kernel.
/// </summary>
internal static string DescriptionDefines {
get {
return ResourceManager.GetString("DescriptionDefines", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Use CPU or GPU device.
/// </summary>
internal static string DescriptionDeviceType {
get {
return ResourceManager.GetString("DescriptionDeviceType", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Do final encoding stages on GPU (experimental).
/// </summary>
internal static string DescriptionDoRice {
get {
return ResourceManager.GetString("DescriptionDoRice", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Use GPU on all stages.
/// </summary>
@@ -78,6 +105,42 @@ namespace CUETools.Codecs.FLACCL.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to GPU thread block size (64, 128, 256).
/// </summary>
internal static string DescriptionGroupSize {
get {
return ResourceManager.GetString("DescriptionGroupSize", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Device uses host memory (Don&apos;t use).
/// </summary>
internal static string DescriptionMappedMemory {
get {
return ResourceManager.GetString("DescriptionMappedMemory", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to OpenCL platform to use (ATI Stream, NVIDIA OpenCL, Intel OpenCL, etc).
/// </summary>
internal static string DescriptionPlatform {
get {
return ResourceManager.GetString("DescriptionPlatform", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Number of frames processed simultaniously (32, 64).
/// </summary>
internal static string DescriptionTaskSize {
get {
return ResourceManager.GetString("DescriptionTaskSize", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Calculate MD5 hash for audio stream.
/// </summary>