بنقرة واحدة
paracodex-ocl-cuda-analysis
ParaCodex prompt for ocl cuda analysis step.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
ParaCodex prompt for ocl cuda analysis step.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
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.
استنادا إلى تصنيف SOC المهني
| name | paracodex-ocl-cuda-analysis |
| description | ParaCodex prompt for ocl cuda analysis step. |
Directory: {kernel_dir}/
Files: {file_listing}
Reference: Check Makefile in {kernel_dir}/ (do not modify)
Analyze OpenCL kernels in {source_dir}/ and produce {kernel_dir}/analysis.md.
Copy source files to {kernel_dir}/ with suffix conversion (.cl → .cu for combined source).
Do not modify code in this step (logic-wise).
{file_listing} from {source_dir}/..cl / .cpp → .cu (Unified Source)..h → .cuh).references/output.md (File Mapping).Makefile if needed or check existing.grep -n "__kernel\|kernel void" *.cl 2>/dev/null
grep -n "barrier\|clFinish" *.cl *.c *.cpp 2>/dev/null
Reference: references/examples.md (Decision Tree & Patterns).
barrier (maps to syncthreads), atomic_add, __local (maps to shared).system_info_summary.txt and choose that size against the actual device memory and compute capability; prefer the largest short-run, memory-safe input that should load the GPU meaningfully.Reference: references/output.md (Use this template).