Inference Endpoints
Vishakaraj's picture
Upload 1797 files
a567fa4
raw
history blame
7.12 kB
ninja_required_version = 1.3
cxx = c++
nvcc = /usr/bin/nvcc
cflags = -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DWITH_CUDA '-I/home/vishak66/Bitbucket/Vishakaraj Shanmugavel/grit-hugging-face/detectron2/detectron2/layers/csrc' '-I/home/vishak66/Bitbucket/Vishakaraj Shanmugavel/grit-hugging-face/venv/lib/python3.10/site-packages/torch/include' '-I/home/vishak66/Bitbucket/Vishakaraj Shanmugavel/grit-hugging-face/venv/lib/python3.10/site-packages/torch/include/torch/csrc/api/include' '-I/home/vishak66/Bitbucket/Vishakaraj Shanmugavel/grit-hugging-face/venv/lib/python3.10/site-packages/torch/include/TH' '-I/home/vishak66/Bitbucket/Vishakaraj Shanmugavel/grit-hugging-face/venv/lib/python3.10/site-packages/torch/include/THC' '-I/home/vishak66/Bitbucket/Vishakaraj Shanmugavel/grit-hugging-face/venv/include' -I/usr/include/python3.10 -c
post_cflags = -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++17
cuda_cflags = -DWITH_CUDA '-I/home/vishak66/Bitbucket/Vishakaraj Shanmugavel/grit-hugging-face/detectron2/detectron2/layers/csrc' '-I/home/vishak66/Bitbucket/Vishakaraj Shanmugavel/grit-hugging-face/venv/lib/python3.10/site-packages/torch/include' '-I/home/vishak66/Bitbucket/Vishakaraj Shanmugavel/grit-hugging-face/venv/lib/python3.10/site-packages/torch/include/torch/csrc/api/include' '-I/home/vishak66/Bitbucket/Vishakaraj Shanmugavel/grit-hugging-face/venv/lib/python3.10/site-packages/torch/include/TH' '-I/home/vishak66/Bitbucket/Vishakaraj Shanmugavel/grit-hugging-face/venv/lib/python3.10/site-packages/torch/include/THC' '-I/home/vishak66/Bitbucket/Vishakaraj Shanmugavel/grit-hugging-face/venv/include' -I/usr/include/python3.10 -c
cuda_post_cflags = -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O3 -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86 -std=c++17
cuda_dlink_post_cflags =
ldflags =
rule compile
command = $cxx -MMD -MF $out.d $cflags -c $in -o $out $post_cflags
depfile = $out.d
deps = gcc
rule cuda_compile
depfile = $out.d
deps = gcc
command = $nvcc $cuda_cflags -c $in -o $out $cuda_post_cflags
build /home/vishak66/Bitbucket/Vishakaraj$ Shanmugavel/grit-hugging-face/detectron2/build/temp.linux-x86_64-3.10/home/vishak66/Bitbucket/Vishakaraj$ Shanmugavel/grit-hugging-face/detectron2/detectron2/layers/csrc/ROIAlignRotated/ROIAlignRotated_cpu.o: compile /home/vishak66/Bitbucket/Vishakaraj$ Shanmugavel/grit-hugging-face/detectron2/detectron2/layers/csrc/ROIAlignRotated/ROIAlignRotated_cpu.cpp
build /home/vishak66/Bitbucket/Vishakaraj$ Shanmugavel/grit-hugging-face/detectron2/build/temp.linux-x86_64-3.10/home/vishak66/Bitbucket/Vishakaraj$ Shanmugavel/grit-hugging-face/detectron2/detectron2/layers/csrc/ROIAlignRotated/ROIAlignRotated_cuda.o: cuda_compile /home/vishak66/Bitbucket/Vishakaraj$ Shanmugavel/grit-hugging-face/detectron2/detectron2/layers/csrc/ROIAlignRotated/ROIAlignRotated_cuda.cu
build /home/vishak66/Bitbucket/Vishakaraj$ Shanmugavel/grit-hugging-face/detectron2/build/temp.linux-x86_64-3.10/home/vishak66/Bitbucket/Vishakaraj$ Shanmugavel/grit-hugging-face/detectron2/detectron2/layers/csrc/box_iou_rotated/box_iou_rotated_cpu.o: compile /home/vishak66/Bitbucket/Vishakaraj$ Shanmugavel/grit-hugging-face/detectron2/detectron2/layers/csrc/box_iou_rotated/box_iou_rotated_cpu.cpp
build /home/vishak66/Bitbucket/Vishakaraj$ Shanmugavel/grit-hugging-face/detectron2/build/temp.linux-x86_64-3.10/home/vishak66/Bitbucket/Vishakaraj$ Shanmugavel/grit-hugging-face/detectron2/detectron2/layers/csrc/box_iou_rotated/box_iou_rotated_cuda.o: cuda_compile /home/vishak66/Bitbucket/Vishakaraj$ Shanmugavel/grit-hugging-face/detectron2/detectron2/layers/csrc/box_iou_rotated/box_iou_rotated_cuda.cu
build /home/vishak66/Bitbucket/Vishakaraj$ Shanmugavel/grit-hugging-face/detectron2/build/temp.linux-x86_64-3.10/home/vishak66/Bitbucket/Vishakaraj$ Shanmugavel/grit-hugging-face/detectron2/detectron2/layers/csrc/cocoeval/cocoeval.o: compile /home/vishak66/Bitbucket/Vishakaraj$ Shanmugavel/grit-hugging-face/detectron2/detectron2/layers/csrc/cocoeval/cocoeval.cpp
build /home/vishak66/Bitbucket/Vishakaraj$ Shanmugavel/grit-hugging-face/detectron2/build/temp.linux-x86_64-3.10/home/vishak66/Bitbucket/Vishakaraj$ Shanmugavel/grit-hugging-face/detectron2/detectron2/layers/csrc/cuda_version.o: cuda_compile /home/vishak66/Bitbucket/Vishakaraj$ Shanmugavel/grit-hugging-face/detectron2/detectron2/layers/csrc/cuda_version.cu
build /home/vishak66/Bitbucket/Vishakaraj$ Shanmugavel/grit-hugging-face/detectron2/build/temp.linux-x86_64-3.10/home/vishak66/Bitbucket/Vishakaraj$ Shanmugavel/grit-hugging-face/detectron2/detectron2/layers/csrc/deformable/deform_conv_cuda.o: cuda_compile /home/vishak66/Bitbucket/Vishakaraj$ Shanmugavel/grit-hugging-face/detectron2/detectron2/layers/csrc/deformable/deform_conv_cuda.cu
build /home/vishak66/Bitbucket/Vishakaraj$ Shanmugavel/grit-hugging-face/detectron2/build/temp.linux-x86_64-3.10/home/vishak66/Bitbucket/Vishakaraj$ Shanmugavel/grit-hugging-face/detectron2/detectron2/layers/csrc/deformable/deform_conv_cuda_kernel.o: cuda_compile /home/vishak66/Bitbucket/Vishakaraj$ Shanmugavel/grit-hugging-face/detectron2/detectron2/layers/csrc/deformable/deform_conv_cuda_kernel.cu
build /home/vishak66/Bitbucket/Vishakaraj$ Shanmugavel/grit-hugging-face/detectron2/build/temp.linux-x86_64-3.10/home/vishak66/Bitbucket/Vishakaraj$ Shanmugavel/grit-hugging-face/detectron2/detectron2/layers/csrc/nms_rotated/nms_rotated_cpu.o: compile /home/vishak66/Bitbucket/Vishakaraj$ Shanmugavel/grit-hugging-face/detectron2/detectron2/layers/csrc/nms_rotated/nms_rotated_cpu.cpp
build /home/vishak66/Bitbucket/Vishakaraj$ Shanmugavel/grit-hugging-face/detectron2/build/temp.linux-x86_64-3.10/home/vishak66/Bitbucket/Vishakaraj$ Shanmugavel/grit-hugging-face/detectron2/detectron2/layers/csrc/nms_rotated/nms_rotated_cuda.o: cuda_compile /home/vishak66/Bitbucket/Vishakaraj$ Shanmugavel/grit-hugging-face/detectron2/detectron2/layers/csrc/nms_rotated/nms_rotated_cuda.cu
build /home/vishak66/Bitbucket/Vishakaraj$ Shanmugavel/grit-hugging-face/detectron2/build/temp.linux-x86_64-3.10/home/vishak66/Bitbucket/Vishakaraj$ Shanmugavel/grit-hugging-face/detectron2/detectron2/layers/csrc/vision.o: compile /home/vishak66/Bitbucket/Vishakaraj$ Shanmugavel/grit-hugging-face/detectron2/detectron2/layers/csrc/vision.cpp