원클릭으로
paracodex-ocl-cuda-step2
ParaCodex prompt for ocl cuda step2 step.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
ParaCodex prompt for ocl cuda step2 step.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | paracodex-ocl-cuda-step2 |
| description | ParaCodex prompt for ocl cuda step2 step. |
Directory: {kernel_dir}/
Files: {file_listing}
Profile: {profile_log_path}
Reference: {kernel_dir}/cuda_migration_plan.md
Migrated from OpenCL → CUDA. Target is >1.0x speedup (match or beat OpenCL).
cd {kernel_dir}
{clean_cmd_str}
timeout 300 {correctness_run_cmd} > current_output.txt 2>&1
diff baseline_output.txt current_output.txt
cuda_gpu_kern_sum).system_info_summary.txt to size that run against the actual device. Prefer the largest short-run, memory-safe input that should load the GPU meaningfully, not merely a modest increase over the default.MANDATORY: Create optimization_plan.md in {kernel_dir} using template in references/output.md.
Fill Analysis:
sinf vs __sinf?Reference: references/examples.md (Optimization Examples).
__sinf, __cosf.__shfl_down_sync for reductions.{clean_cmd_str}
{build_cmd_str}
# Check correctness
timeout 300 {run_cmd_str} > optimized_output.txt 2>&1
diff baseline_output.txt optimized_output.txt
# Profile
{profile_cmd_str} > {profile_log_path}_optimized 2>&1
Update optimization_plan.md with final metrics and checklist.
ParaCodex baseline skill: translate serial / parallel code to GPU-offloaded target API, optimize, compile, and run — all in a single session.
ParaCodex prompt for cuda to hip analysis step.
ParaCodex prompt for cuda to hip step1 (implementation) step.
ParaCodex prompt for cuda to hip step2 (optimization) step.
ParaCodex prompt for cuda ocl analysis step.
ParaCodex prompt for cuda ocl step1 step.