Skip to content

Commit 58868ca

Browse files
committed
recompile ptx in optix 7.4 sdk
1 parent 4625662 commit 58868ca

File tree

70 files changed

+69
-69
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+69
-69
lines changed

plotoptix/bin/cuda/ahit7_occlusion.ptx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//
88

99
.version 7.4
10-
.target sm_50
10+
.target sm_60
1111
.address_size 64
1212

1313
// .globl __anyhit__occlusion

plotoptix/bin/cuda/camera7_custom_proj.ptx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//
88

99
.version 7.4
10-
.target sm_50
10+
.target sm_60
1111
.address_size 64
1212

1313
// .globl __raygen__custom_proj_camera

plotoptix/bin/cuda/camera7_custom_proj_xyz.ptx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//
88

99
.version 7.4
10-
.target sm_50
10+
.target sm_60
1111
.address_size 64
1212

1313
// .globl __raygen__custom_proj_xyz_camera

plotoptix/bin/cuda/camera7_custom_proj_xyz2dir.ptx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//
88

99
.version 7.4
10-
.target sm_50
10+
.target sm_60
1111
.address_size 64
1212

1313
// .globl __raygen__custom_proj_xyz2dir_camera

plotoptix/bin/cuda/camera7_custom_proj_xyz2xyz.ptx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//
88

99
.version 7.4
10-
.target sm_50
10+
.target sm_60
1111
.address_size 64
1212

1313
// .globl __raygen__custom_proj_xyz2xyz_camera

plotoptix/bin/cuda/camera7_fisheye.ptx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//
88

99
.version 7.4
10-
.target sm_50
10+
.target sm_60
1111
.address_size 64
1212

1313
// .globl __raygen__fisheye_camera

plotoptix/bin/cuda/camera7_fisheye_chroma.ptx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//
88

99
.version 7.4
10-
.target sm_50
10+
.target sm_60
1111
.address_size 64
1212

1313
// .globl __raygen__fisheye_chroma_camera

plotoptix/bin/cuda/camera7_ortho.ptx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//
88

99
.version 7.4
10-
.target sm_50
10+
.target sm_60
1111
.address_size 64
1212

1313
// .globl __raygen__ortho_camera

plotoptix/bin/cuda/camera7_panoramic.ptx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//
88

99
.version 7.4
10-
.target sm_50
10+
.target sm_60
1111
.address_size 64
1212

1313
// .globl __raygen__panoramic_camera

plotoptix/bin/cuda/camera7_pinhole.ptx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//
88

99
.version 7.4
10-
.target sm_50
10+
.target sm_60
1111
.address_size 64
1212

1313
// .globl __raygen__pinhole_camera

0 commit comments

Comments
 (0)